Closed
Bug 1182977
Opened 10 years ago
Closed 10 years ago
Use nsTHashTable::Iterator in dom/storage/
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(2 files)
5.92 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
1.55 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Because iterators are so much nicer than enumerate functions.
There are eight occurrences of EnumerateEntries() in dom/storage/ to be dealt with.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8636903 -
Flags: review?(khuey)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
Attachment #8636903 -
Flags: review?(khuey) → review+
Attachment #8637022 -
Flags: review?(khuey) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Comment 6•10 years ago
|
||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•