Implement shared module workers
Categories
(Core :: DOM: Workers, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: yulia, Assigned: yulia)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
This is follow on work once module support lands for dedicated workers.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D162743
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Much like dedicated workers: In this patch we copy over affected CSP tests to the mozilla tests
directory before modifying them so that they rely on the workers headers rather than the page.
Depends on D164573
Assignee | ||
Comment 4•2 years ago
|
||
This change updates remaining tests.
Depends on D167665
Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Backed out for causing wpt failures in /workers/modules/shared-worker-import-csp.html.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | /workers/modules/shared-worker-import-csp.html | worker-src 'self' directive should override script-src * directive and disallow cross origin static import. - assert_array_equals: expected property 0 to be "ERROR" but got "export-on-load-script.js" (expected array ["ERROR"] got ["export-on-load-script.js"])
Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Backed out 4 changesets (Bug 1805676) for wpt failures on shared-worker-import-csp.html.
Backout link
Push with failures <-> wpt27
Failure Log
Comment 12•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Comment 13•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a3ce9dcc3d0a
https://hg.mozilla.org/mozilla-central/rev/473fb1d513a7
https://hg.mozilla.org/mozilla-central/rev/98f13913cc7b
https://hg.mozilla.org/mozilla-central/rev/8aa75dc16105
Description
•