Enable SOURCE Watcher on the server for all target types
Categories
(DevTools :: Debugger, enhancement, P3)
Tracking
(Fission Milestone:Future, firefox106 fixed)
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-future)
Attachments
(1 file)
Today, the SOURCE resource is only implement for tab toolboxes on the server side.
This is being controled by the following trait:
https://searchfox.org/mozilla-central/rev/c54c71ecbd9e64cafc0df3b596e206ac4072cb91/devtools/server/actors/watcher.js#154
We should enable this trait unconditionaly and fix any edge case related to worker and process targets.
Some comments from Julian who tried to enable this traits for the browser toolbox:
- defining a dummy attach for content-process-target actors
- bailing out if targetActor.getFront("thread") doesn't return anything (looks like I have worker targets with no thread attached? haven't investigated)
Assignee | ||
Comment 1•5 years ago
|
||
A try run, just toggling the trait:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e4317ba2d1b93976679318ceefe366534e40a468
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•4 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:ochameau, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 5•4 years ago
|
||
Alex, did you wanted to wait for something before landing your patch for this?
Assignee | ||
Comment 6•4 years ago
|
||
Yes, time to test this some more before landing.
Given the issues leveraged by the console message enabling, this patch may suffer from the same issues.
But this isn't a priority compared to M7/bfcache/server side target switching.
Comment 7•4 years ago
•
|
||
dt-fission-future
bugs don't need to block Fission MVP, so I'm moving them to Fission Future.
Assignee | ||
Updated•4 years ago
|
Comment 9•3 years ago
|
||
bugherder |
Description
•