Closed
Bug 1187146
Opened 9 years ago
Closed 9 years ago
Replace nsBaseHashtable::Enumerate() calls in js/xpconnect/ with iterators
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
2.81 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
Because iterators are so much nicer than enumerate functions.
There is one occurrence of Enumerate() in this directory.
A note to the assignee: to preserve existing behaviour, you should probably use
nsBaseHashtable::Iterator::Data() rather than nsBaseHashtable::Iterator::UserData(). (The latter should be used when replacing nsBaseHashtable::EnumerateRead()).
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8690639 -
Flags: review?(mrbkap)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8690639 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e7b4f2039cd182e7fc9ef58b6c8c39306febf45a
Bug 1187146 - Replace nsBaseHashtable::Enumerate() calls in js/xpconnect/ with iterators. r=mrbkap.
Comment 3•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•