Create WorkerTargets for Shared Worker from the server codebase
Categories
(DevTools :: Framework, task)
Tracking
(firefox128 fixed)
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Similarly to bug 1651522, we should drop the legacy worker listener in favor of creating the worker targets directly from the server, via the Watcher framework.
Bug 1866814 should drastically simplify how to support new type of worker.
Assignee | ||
Comment 1•6 months ago
|
||
Updated•5 months ago
|
Comment 2•4 months ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:ochameau, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 4•4 months ago
|
||
I'll land this alongside bug 1651518 as try is failing if I land only this patch.
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b8a2473c47c0 [devtools] Add support for server side SHARED_WORKER target support. r=devtools-reviewers,nchevobbe
Comment 7•4 months ago
|
||
Backed out 8 changesets (Bug 1651518, Bug 1883847) for causing damp failures at toolbox/browser-toolbox.js
Backout: https://hg.mozilla.org/integration/autoland/rev/80ae2c7908e4cc558336a6f6a78097d9c2c9317d
Failure log: https://treeherder.mozilla.org/logviewer?job_id=459092764&repo=autoland&lineNumber=1746
Comment 8•4 months ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/80ae2c7908e4
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/af28e5f719e8 [devtools] Add support for server side SHARED_WORKER target support. r=devtools-reviewers,nchevobbe
Comment 10•4 months ago
|
||
Backed out for causing dt failures in nsTArray.h
- Backout link
- Push with failures
- Failure Log
- Failure line: SUMMARY: ThreadSanitizer: data race /builds/worker/workspace/obj-build/dist/include/nsTArray.h:397:43 in Length
SUMMARY: ThreadSanitizer: data race /builds/worker/workspace/obj-build/dist/include/nsTArray.h:2694:23 in AppendElementInternal<nsTArrayInfallibleAllocator, mozilla::dom::WorkerRunnable *const &>
Assignee | ||
Updated•4 months ago
|
Comment 11•4 months ago
|
||
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2ca692626205 [devtools] Add support for server side SHARED_WORKER target support. r=devtools-reviewers,nchevobbe
Comment 12•3 months ago
|
||
bugherder |
Description
•