Closed
Bug 1655549
Opened 6 years ago
Closed 6 years ago
Add BrowsingContext::GetAllBrowsingContextsInSubtree()
Categories
(Core :: DOM: Navigation, enhancement)
Core
DOM: Navigation
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: u608768, Assigned: u608768)
References
Details
Attachments
(1 file, 1 obsolete file)
This will make it easier to use the walk functions as replacements for traditional loops.
This allows callers to:
a) stop walking the tree early, and
b) bubble up any errors that were encountered while walking the tree.
Updated•6 years ago
|
Attachment #9166393 -
Attachment is obsolete: true
Pushed by kmadan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eebaa1472e87
Implement BrowsingContext::GetAllBrowsingContextsInSubtree, r=nika
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•