Closed
Bug 1621338
Opened 5 years ago
Closed 4 years ago
Use the TargetList for listening to and retrieving worker targets
Categories
(DevTools :: Debugger, enhancement, P2)
DevTools
Debugger
Tracking
(Fission Milestone:M6c, firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: ochameau, Assigned: jlast)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file, 1 obsolete file)
Bug 1619622 focused on the process targets, but we would benefit from doing similar refactoring against worker targets:
https://searchfox.org/mozilla-central/rev/070a000dd49aac4a26147e137efcd91a728d13b8/devtools/client/debugger/src/client/firefox/targets.js#77-134
i.e. use TargetList.getAllTargets instead of listAllWorkerTargets, listServiceWorkerRegistration, ...
This work depends on bug 1594754, which adds service worker support for the browser toolbox and also bug 1621337 which is a followup to also expose service worker for the content toolbox codepath.
Updated•5 years ago
|
Priority: -- → P2
Whiteboard: dt-fission-m2-mvp
Comment 1•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Tracking dt-fission-m2-mvp bugs for Fission Nightly milestone (M6c)
Fission Milestone: M6 → M6c
Updated•5 years ago
|
Attachment #9146510 -
Attachment description: Bug 1621338 - Use the TargetList for listening to and retrieving worker targets. r=ochameau → Bug 1621338 - Use the TargetList for listening to and retrieving worker targets. r=jdescottes
Updated•4 years ago
|
Attachment #9146487 -
Attachment is obsolete: true
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/678264dd8b97
Use the TargetList for listening to and retrieving worker targets. r=jdescottes
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
You need to log in
before you can comment on or make changes to this bug.
Description
•