Closed
Bug 984008
Opened 12 years ago
Closed 12 years ago
Convert nsWebBrowserPersist::mOutputMap and ::mUploadList to nsClassHashtable
Categories
(Core Graveyard :: Embedding: APIs, defect)
Core Graveyard
Embedding: APIs
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla31
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(4 files)
|
29.83 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
|
15.27 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
|
10.88 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
|
3.28 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
This also contains the last usages of nsISupportsKey.
| Assignee | ||
Comment 3•12 years ago
|
||
Attachment #8391872 -
Flags: review?(ehsan)
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #8391873 -
Flags: review?(ehsan)
| Assignee | ||
Comment 5•12 years ago
|
||
Attachment #8391874 -
Flags: review?(ehsan)
| Assignee | ||
Comment 6•12 years ago
|
||
I may split the conversion of the last hash table in nsWebBrowserPersist into another bug, because it involves strings and is annoying.
Attachment #8391875 -
Flags: review?(nfroyd)
| Assignee | ||
Updated•12 years ago
|
Summary: Convert nsWebBrowserPersist to use modern hashtables → Convert nsWebBrowserPersist::mOutputMap and ::mUploadList to nsClassHashtable
Updated•12 years ago
|
Attachment #8391872 -
Flags: review?(ehsan) → review+
Updated•12 years ago
|
Attachment #8391873 -
Flags: review?(ehsan) → review+
Updated•12 years ago
|
Attachment #8391874 -
Flags: review?(ehsan) → review+
Updated•12 years ago
|
Attachment #8391875 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
Thanks for the reviews.
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/a1d7d5b1bd92
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/18944b834511
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/eb0d9222174b
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/409036268a8e
Comment 8•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a1d7d5b1bd92
https://hg.mozilla.org/mozilla-central/rev/18944b834511
https://hg.mozilla.org/mozilla-central/rev/eb0d9222174b
https://hg.mozilla.org/mozilla-central/rev/409036268a8e
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•