Closed
Bug 1597434
Opened 5 years ago
Closed 4 years ago
Fix uses of nsGlobalWindowInner::FireDelayedDOMEvents in dom/base/nsGlobalWindowInner.cpp
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
DUPLICATE
of bug 1698549
Fission Milestone | M7a |
People
(Reporter: djvj, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:rename], fission-bfcache)
In file dom/base/nsGlobalWindowInner.cpp
Calls FireDelayedDOMEvents on child windows.
Rename to FireInProcessDelayedDomEvents.
Change to using BrowsingContext.
Comment 1•5 years ago
|
||
Kannan says replacing nsIDocShellTreeItem calls should block enabling Fission in Nightly (M6).
Fission Milestone: --- → M6
Updated•5 years ago
|
Priority: -- → P3
Comment 2•5 years ago
|
||
This is called as part of restoring a document from BFCache, and will probably need to be fixed as part of the session history in parent work.
Comment 3•4 years ago
|
||
Auditing whether this use of nsIDocShellTreeItem breaks when Fission is enabled blocks Fission Nightly.
Fission Milestone: M6 → M6b
Updated•4 years ago
|
Updated•4 years ago
|
Fission Milestone: M6b → M6c
Comment 5•4 years ago
|
||
This will be covered as part of the Fission BFCache redesign.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Comment 6•4 years ago
|
||
I think we need to keep this open. This is a separate thing to fix.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•4 years ago
|
Whiteboard: [rm-docshell-tree-item:rename] → [rm-docshell-tree-item:rename], fission-bfcache
Updated•4 years ago
|
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•