Fix usage of nsIDocShellTreeItem in nsDocShell::ValidateOrigin
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: djvj, Assigned: tetsuharu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:simple])
Attachments
(1 file)
The users of this bug have already changed to ensure that this only gets called when both arguments are in-process.
However, all of the tree-traversal code within this function needs to change to use BrowsingContext instead of nsIDocShellTreeItem to traverse.
Comment 1•6 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Backed out for mochitest failures on nsDocShell.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/a1dcad5b9e7658d99e720d982a1dfa1e992195ce
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=284969624&repo=autoland&lineNumber=10190
| Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Narcis Beleuzu [:NarcisB] from comment #4)
Backed out for mochitest failures on nsDocShell.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/a1dcad5b9e7658d99e720d982a1dfa1e992195ce
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=284969624&repo=autoland&lineNumber=10190
The previous code checks aTarget->mDocShell guard in caller sides of this function.
After the above backouted patch, we change arguments of this to the style passing BrowsingContext but I forgot aTarget->mDocShell might be null. I'll fix it.
Comment 7•6 years ago
|
||
| bugherder | ||
Description
•