Closed
Bug 1645359
Opened 5 years ago
Closed 5 years ago
It should be possible to iterate a nsTObserverArray in a non-observing way
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(1 file)
Since this is more efficicent, it should be possible to iterate a nsTObserverArray
in a non-observing
way. This can be used for searches or other operations that are known not to modify the underlying array.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D79485
Updated•5 years ago
|
Assignee: nobody → sgiesecke
Status: NEW → ASSIGNED
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a51d5d1853ee
Add a nsTObserverArray::NonObservingRange. r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•