Closed
Bug 1594284
Opened 6 years ago
Closed 6 years ago
Fix usage of nsIDocShellTreeItem in nsDocShell::CanAccessItem
Categories
(Core :: DOM: Navigation, defect, P2)
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)
Caller needs to be changed to passing BrowsingContext* instead, and this method can be simplified greatly.
The actual cleanup here is to nsDocShell::FindChildWithName, which should use BrowsingContext* to iterate over the tree.
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
Fission Milestone: --- → ?
Updated•6 years ago
|
Fission Milestone: ? → M6
Priority: -- → P2
Assignee | ||
Comment 2•6 years ago
|
||
Apparently Bug 1594288 removed the user of this function.
Updated•6 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/551bc504b93e
Remove nsDocShell::CanAccessItem. r=annyG
![]() |
||
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → 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
•