Closed
Bug 1624607
Opened 5 years ago
Closed 5 years ago
Do not use topLevelStoragePrincipal in the content process
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This two fission-compatible utility functions serve the same purpose as
nsGlobalWindowInner::GetTopLevelAntiTrackingPrincipal and
nsGlobalWindowInner::GetTopLevelStorageAreaPrincipal.
The only difference is these functions return window id instead of principal.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D68052
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D68053
Updated•5 years ago
|
Priority: -- → P1
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/38e4e22beb2b
P1. Support get top-level antitracking window Id and storagearea window Id r=timhuang,baku
https://hg.mozilla.org/integration/autoland/rev/e7aed7f0c59b
P2. Use window id instead of top-level stroage principal r=timhuang,baku
https://hg.mozilla.org/integration/autoland/rev/a3cb6d9ae188
P3. Remove top-level storage area principal from ContentBlocking::AllowAccessFor r=timhuang,baku
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/38e4e22beb2b
https://hg.mozilla.org/mozilla-central/rev/e7aed7f0c59b
https://hg.mozilla.org/mozilla-central/rev/a3cb6d9ae188
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•