Closed
Bug 1597433
Opened 6 years ago
Closed 6 years ago
Fix uses of nsGlobalWindowInner::CallOnChildren in dom/base/nsGlobalWindowInner.cpp
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: djvj, Assigned: tetsuharu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:rename])
Attachments
(2 files)
In file dom/base/nsGlobalWindowInner.cpp
Iterates over all children in docshell tree.
Rename to CallOnInProcessChildren.
Change to using BrowsingContext.
Caller code needs to be fixed.
Comment 1•6 years ago
|
||
Kannan says replacing nsIDocShellTreeItem calls should block enabling Fission in Nightly (M6).
Fission Milestone: --- → M6
Updated•6 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → tetsuharu.ohzeki
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•6 years ago
|
||
Pushed by tetsuharu.ohzeki@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b874f97516f5
part 1: Fix uses of nsIDocShellTreeItem in nsGlobalWindowInner::CallOnChildren. r=kmag
https://hg.mozilla.org/integration/autoland/rev/a35c4e0fca3f
part 2: Rename nsGlobalWindowInner::CallOnChildren -> nsGlobalWindowInner::CallOnInProcessChildren. r=kmag
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b874f97516f5
https://hg.mozilla.org/mozilla-central/rev/a35c4e0fca3f
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•