Closed Bug 1186813 Opened 10 years ago Closed 9 years ago

Replace nsBaseHashtable::EnumerateRead() calls in dom/media/ with iterators

Categories

(Core :: Audio/Video: Playback, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla44
Tracking Status
firefox44 --- fixed

People

(Reporter: n.nethercote, Assigned: sotaro)

References

Details

Attachments

(1 file, 1 obsolete file)

Because iterators are so much nicer than enumerate functions. There are eight 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()).
Component: DOM → Audio/Video
Assignee: nobody → sotaro.ikeda.g
Component: Audio/Video → Audio/Video: Playback
Attachment #8666773 - Flags: review?(cpearce)
Attachment #8666773 - Flags: review?(cpearce) → review+
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: