Make all anti-tracking tests compliant with storage access API grants for secure contexts
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox118 | --- | fixed |
People
(Reporter: hsohaney, Assigned: hsohaney)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Tests within the Anti-tracking component can currently be granted access through the RequestStorageAccess() call. However, the Storage Access API graduation spec states that storage access must only be granted to secure contexts. We have to make our anti-tracking tests compliant with this behaviour.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D182366
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Backed out for causing mochitest failures in automation.py
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-TIMEOUT | automation.py | application timed out after 370 seconds with no output
Comment 5•2 years ago
|
||
Backed out for bc failure on browser_storageAccessThirdPartyChecks
Backout link: https://hg.mozilla.org/integration/autoland/rev/232191c3ef9861082467fea69f62c9b7fffb3a1c
Log link: https://treeherder.mozilla.org/logviewer?job_id=426055211&repo=autoland&lineNumber=6878
| Assignee | ||
Comment 6•2 years ago
|
||
(In reply to Narcis Beleuzu [:NarcisB] from comment #5)
Backed out for bc failure on browser_storageAccessThirdPartyChecks
Backout link: https://hg.mozilla.org/integration/autoland/rev/232191c3ef9861082467fea69f62c9b7fffb3a1c
Log link: https://treeherder.mozilla.org/logviewer?job_id=426055211&repo=autoland&lineNumber=6878
Hey, thanks for backing that out. I made an error while pushing to phab and it didnt update! Sorry about that, I'll fix it.
Comment 7•2 years ago
|
||
Harshit, please also take a look over those 2 failures:
- This bc failure on browser_urlbar_keyed_search.js
- This Mn failure
| Assignee | ||
Comment 8•2 years ago
|
||
(In reply to Narcis Beleuzu [:NarcisB] from comment #7)
Harshit, please also take a look over those 2 failures:
- This bc failure on browser_urlbar_keyed_search.js
- This Mn failure
I have pushed the new patch on try, let me know if these cover the concerned tests
Try Link: https://treeherder.mozilla.org/jobs?repo=try&revision=283058eccc4a17760d81c4bf65af270c4bdaa5d3
Comment 10•2 years ago
|
||
| bugherder | ||
Description
•