Closed
Bug 1580675
Opened 6 years ago
Closed 6 years ago
Fix usage of nsIDocShellTreeItem in nsDocShell::GetIsTopLevelContentDocShell
Categories
(Core :: DOM: Navigation, defect, P2)
Core
DOM: Navigation
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: djvj, Assigned: djvj)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:simple])
Attachments
(1 file)
This is a simple fix. The code checks if the same-type root tree item is the same as this one. This code can be pretty much ported straight to work on the BrowsingContext tree instead.
Updated•6 years ago
|
Fission Milestone: --- → M5
Priority: -- → P2
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [rm-docshell-tree-item:simple]
Updated•6 years ago
|
Fission Milestone: M5 → Future
Comment 1•6 years ago
|
||
Kannan says replacing nsIDocShellTreeItem calls should block enabling Fission in Nightly (M6).
Fission Milestone: Future → M6
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → kvijayan
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c9b548372087
Fix usage of nsIDocShellTreeItem in nsDocShell::GetIsTopLevelContentDocShell. r=kmag
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → 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
•