Closed
Bug 1673889
Opened 5 years ago
Closed 4 years ago
Remove topLevelAntiTrackingPrincipal and TopLevelStorageAreaPrincipal
Categories
(Core :: Privacy: Anti-Tracking, task, P2)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
93 Branch
| Tracking | Status | |
|---|---|---|
| firefox93 | --- | fixed |
People
(Reporter: timhuang, Assigned: emz)
References
Details
Attachments
(1 file)
We used to use there two principals, topLevelAntiTrackingPrincipal and topLevelStorageAreaPrincipal, to get the top-level prinicpal for testing the storage access principal. But, we changed to use AntiTrackingUtils::GetTopLevelAntiTrackingWindowId() and AntiTrackingUtils::GetTopLevelStorageAreaWindowId(). So, I think we can remove these two principals.
Updated•4 years ago
|
Priority: P3 → P2
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → pbz
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df9503f5956b
Remove topLevelStorageAreaPrincipal. r=timhuang,necko-reviewers,valentin
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•