[Fission] Make sandbox attribute works for out-of-process iframes
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
Checking bug 1586772 I found that the sandbox attribute doesn't be synced to out-of-process iframe when fission enables.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
It looks like that sandboxFlags should move from Docshell to BrowsingContext. There is one consumer for nsIDocShell.sandboxFlags, https://searchfox.org/mozilla-central/rev/55aa17110091deef24b913d033ccaf58f9c6d337/toolkit/components/thumbnails/content/backgroundPageThumbsContent.js#52, it looks like we need to provide an alternative way to access sandboxFlags.
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Comment 6•5 years ago
|
||
bugherder |
Comment 7•5 years ago
|
||
I hit a compile error when building Thunderbird saying GetSandboxFlags
is not defined at this line. It seems that the method was moved by the patch above. Edgar, could you look into this compile error?
Comment 10•5 years ago
|
||
Retroactively moving fixed bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to an appropriate Fission 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
Description
•