Closed
Bug 1612349
Opened 6 years ago
Closed 6 years ago
Make SandboxFlags fission compatible
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Core
Privacy: Anti-Tracking
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
Attachments
(1 file)
Antitracking uses StorageAccessSandboxed to get sandbox flag from a document.
When this is called in IsFirstPartyStorageAccessGrantedFor, we use the current document.
When this is called in AddFirstPartyStorageAccessGrantedFor, we use the parent document
| Assignee | ||
Updated•6 years ago
|
Summary: Make SandboxFlags fission compatiable → Make SandboxFlags fission compatible
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → dlee
Status: NEW → ASSIGNED
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/42851ca92a16
Use SandboxFlags in BrowsingContext when adding storage permission. r=timhuang,baku
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•