Fix usage of nsIDocShellTreeItem in nsDocShell::FindChildWithName
Categories
(Core :: DOM: Navigation, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: djvj, Assigned: farre)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:simple])
Attachments
(1 file)
Uses nsIDocShellTreeItem to traverse child tree from document, comparing their names along the way.
This has a surrogate already in BrowsingContext, and all uses should be pointed at that, and this method removed.
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 | ||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
There are no callers of findChildWithName after it got replaced by
corresponding methods in BrowsingContext.
Comment 3•6 years ago
|
||
Backed out changeset 0e82a2a87b39 (bug 1594288) for causing build bustages in nsDocShell.cpp
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=280690446&resultStatus=superseded%2Ctestfailed%2Cbusted%2Cexception%2Crunnable&revision=0e82a2a87b39dca74a9976b151afe6c0ea2ee83f
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=280690446&repo=autoland&lineNumber=44182
Backout: https://hg.mozilla.org/integration/autoland/rev/c5fd54993583feda01e43bd1f2b1588bd1b44414
Comment 5•6 years ago
|
||
| bugherder | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Description
•