Closed
Bug 1597420
Opened 6 years ago
Closed 5 years ago
Fix uses of nsDOMNavigationTiming::IsTopLevelContentDocumentInContentProcess in dom/base/nsDOMNavigationTiming.cpp
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: djvj, Assigned: evilpies)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:simple])
Attachments
(1 file)
In file dom/base/nsDOMNavigationTiming.cpp
Uses DocShellTree to get root item and check it against mDocShell to check if it is root.
Also checks ItemType.
Change to use BrowsingContext.
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 | ||
Updated•5 years ago
|
Assignee: nobody → evilpies
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/bb5a4bc0cbb4
Remove nsIDocShellTreeItem from nsDOMNavigationTiming. r=kmag
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 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
•