Move "SecureConnection" and "AllowsMixedContentAndConnectionData" information to BrowsingContext or TabContext
Categories
(Core :: DOM: Security, enhancement, P3)
Tracking
()
People
(Reporter: djvj, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rm-docshell-tree-item:sync-state][domsecurity-backlog1])
The following pieces of state currently stored in documents needs to be replicated onto some cross-process synced structure (BrowsingContext, TabContext) for bug 1575356:
A boolean flag caching the value of the "HasSecureConnection" check.
A boolean flag caching the value of the "AllowsMixedContentAndConnectionData" check.
Updated•5 years ago
|
Comment 1•5 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
Comment 2•5 years ago
|
||
Kannan says replacing nsIDocShellTreeItem calls should block enabling Fission in Nightly (M6).
Reporter | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Tracking for Fission Nightly (M6) because this bug doesn't need to block dogfooding.
Comment 5•5 years ago
|
||
Christoph, is this a Content Security bug? Kannan found this problem as part of his nsIDocShellTreeItem removal analysis for Fission. I don't know how this bug affects Fission users.
Comment 6•5 years ago
|
||
Yeah, I'll mark it block the Meta DOM:Security Fission Bug and we will look into it.
Comment 7•5 years ago
|
||
Auditing whether this use of nsIDocShellTreeItem breaks when Fission is enabled blocks Fission Nightly.
Comment 8•5 years ago
|
||
There were several bugs which have updated the problems described in comment 0. I guess most accurately is to mark this bug as a duplicate of Bug 1575356.
Comment 9•4 years ago
|
||
Clearing Fission Milestone for bugs resolved as duplicates. We don't need to track duplicates.
Description
•