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)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: sotaro)
References
Details
Attachments
(1 file, 1 obsolete file)
11.57 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
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()).
Assignee | ||
Updated•9 years ago
|
Component: DOM → Audio/Video
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sotaro.ikeda.g
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8666772 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Attachment #8666773 -
Flags: review?(cpearce)
Updated•9 years ago
|
Attachment #8666773 -
Flags: review?(cpearce) → review+
Comment 4•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•