Closed
Bug 1774854
Opened 3 years ago
Closed 3 years ago
Implement forward declared storage access API draft
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: bvandersloot, Assigned: bvandersloot)
References
(Blocks 4 open bugs)
Details
Attachments
(4 files)
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → bvandersloot
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D149660
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D149661
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D149662
Pushed by bvandersloot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/98244d30acff
part 1 - Create new preferences and document member functions for the forward-declared SAAPI, r=timhuang,emilio
https://hg.mozilla.org/integration/autoland/rev/5e01fd1a1423
part 2 - Create helper function for the forward-declared storage access handoff permission, r=timhuang
https://hg.mozilla.org/integration/autoland/rev/ee02080a80cc
part 3 - Define new IPC to allow the forward declared SAAPI permission to be written and read across site boundaries, r=timhuang
https://hg.mozilla.org/integration/autoland/rev/46884d2a4eb4
part 4 - Functional tests for new version of storage access API, r=timhuang
Comment 6•3 years ago
|
||
Backed out 4 changesets (bug 1774854) for causing browser-chrome failures in antitracking/test/browser/browser_subResources.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/0e0f378d470d561dc10c12e89faa69f3bad32d49
INFO - TEST-UNEXPECTED-FAIL | toolkit/components/antitracking/test/browser/browser_subResources.js | Cookies received for images - Got "1", expected "0"
Flags: needinfo?(bvandersloot)
Assignee | ||
Comment 7•3 years ago
|
||
Wasn't cleaning up the tests in part 4 and didn't see this in the try run before because I was only looking at the new tests. This should be resolved.
Flags: needinfo?(bvandersloot)
Pushed by bvandersloot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e9ae96908475
part 1 - Create new preferences and document member functions for the forward-declared SAAPI, r=timhuang,emilio
https://hg.mozilla.org/integration/autoland/rev/d86d921e40f5
part 2 - Create helper function for the forward-declared storage access handoff permission, r=timhuang
https://hg.mozilla.org/integration/autoland/rev/c7055f13a2bf
part 3 - Define new IPC to allow the forward declared SAAPI permission to be written and read across site boundaries, r=timhuang
https://hg.mozilla.org/integration/autoland/rev/6b061e6ac1de
part 4 - Functional tests for new version of storage access API, r=timhuang
Comment 9•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e9ae96908475
https://hg.mozilla.org/mozilla-central/rev/d86d921e40f5
https://hg.mozilla.org/mozilla-central/rev/c7055f13a2bf
https://hg.mozilla.org/mozilla-central/rev/6b061e6ac1de
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•