Open
Bug 1597454
Opened 6 years ago
Updated 3 years ago
IsImageLoadInEditorAppType uses nsIDocShellTreeItem
Categories
(Core :: DOM: Navigation, defect, P5)
Core
DOM: Navigation
Tracking
()
NEW
| Fission Milestone | Future |
People
(Reporter: djvj, Unassigned)
References
(Blocks 2 open bugs)
Details
In file dom/security/nsContentSecurityManager.cpp
Gets the DocShellTreeItem, retrieves root, and gets the AppType from the root DocShell.
Replicate AppType to BrowsingContext (or a better cross-process replicated structure), and use BrowsingContext to retrieve that instead.
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
Comment 2•6 years ago
|
||
Moving to rmrf-docshell-tree-item because AppType is Thunderbird-only. See bug 1587396 comment 5.
Fission Milestone: M6 → Future
Priority: P3 → P5
Summary: Fix uses of IsImageLoadInEditorAppType in dom/security/nsContentSecurityManager.cpp → IsImageLoadInEditorAppType uses nsIDocShellTreeItem
Whiteboard: [rm-docshell-tree-item:simple]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•