Closed
Bug 1335130
Opened 9 years ago
Closed 9 years ago
Allow iterating over the zone groups in a runtime
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
|
6.15 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
This patch allows the zone groups in a runtime to be iterated over with a ZoneGroupsIter class. It also fixes ZonesIter to use this class rather than assuming the runtime has only a single zone group.
Attachment #8831767 -
Flags: review?(jcoppeard)
Updated•9 years ago
|
Attachment #8831767 -
Flags: review?(jcoppeard) → review+
| Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•