Closed
Bug 1597438
Opened 5 years ago
Closed 5 years ago
Fix uses of nsGlobalWindowOuter::SetFullscreenInternal in dom/base/nsGlobalWindowOuter.cpp
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
DUPLICATE
of bug 1597439
Fission Milestone | M6 |
People
(Reporter: djvj, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:hard])
In file dom/base/nsGlobalWindowOuter.cpp
Forwards SetFullScreenInternal to root window using DocShell Tree.
Needs to change for case when root window is out-of-process (IPC).
Change to using BrowsingContext to find root or issue IPC.
Infrequently called functionality so an IPC should be fine.
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
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•