Closed
Bug 1937111
Opened 3 months ago
Closed 1 months ago
Implement a test-coordination method without unpartitioning storage
Categories
(Core :: Privacy: Anti-Tracking, enhancement, P1)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: bvandersloot, Assigned: bvandersloot)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file)
A lot of mochitests coordinate windows with broadcast channels, which are partitioned in the main window when you run the tests with --enable-xorigin
. Our solution was to disable the always_partition_storage pref and call the storage access API. Let's not do that, and build a real solution.
Current candidate: a ChromeOnly unpartitioned BroadcastChannel builder.
Assignee | ||
Comment 1•2 months ago
|
||
This will give us a much better path forward to solve Bug 1922020
See Also: → 1922020
Assignee | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → bvandersloot
Status: NEW → ASSIGNED
Pushed by bvandersloot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/88a611a634f8
Implement a test-coordination method without unpartitioning storage - r=asuth
Comment 4•1 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 months ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•