Closed Bug 1186817 Opened 10 years ago Closed 10 years ago

Replace nsBaseHashtable::EnumerateRead() calls in security/ with iterators

Categories

(Core :: Security, defect)

defect
Not set
normal

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: nobody → cykesiopka.bmo
Status: NEW → ASSIGNED
Bug 1186817 - Replace nsBaseHashtable::EnumerateRead() calls in security/ with iterators.
Attachment #8681297 - Flags: review?(dkeeler)
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+
Thanks for the review!
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: