Closed
Bug 1186817
Opened 10 years ago
Closed 10 years ago
Replace nsBaseHashtable::EnumerateRead() calls in security/ with iterators
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: Cykesiopka)
References
Details
Attachments
(1 file)
Because iterators are so much nicer than enumerate functions.
There are two occurrences of EnumerateRead() in this directory.
A note to the assignee: to preserve existing behaviour, you should probably use
nsBaseHashtable::Iterator::UserData() rather than nsBaseHashtable::Iterator::Data(). (The latter should be used when replacing nsBaseHashtable::Enumerate()).
![]() |
Assignee | |
Updated•10 years ago
|
Assignee: nobody → cykesiopka.bmo
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Bug 1186817 - Replace nsBaseHashtable::EnumerateRead() calls in security/ with iterators.
Attachment #8681297 -
Flags: review?(dkeeler)
![]() |
Assignee | |
Comment 2•10 years ago
|
||
![]() |
||
Comment 3•10 years ago
|
||
Comment on attachment 8681297 [details]
MozReview Request: Bug 1186817 - Replace nsBaseHashtable::EnumerateRead() calls in security/ with iterators.
https://reviewboard.mozilla.org/r/23797/#review21305
Great! Thanks for doing this.
Attachment #8681297 -
Flags: review?(dkeeler) → review+
Keywords: checkin-needed
Comment 6•10 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 7•10 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Comment 8•10 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•