Closed
Bug 1944109
Opened 5 months ago
Closed 4 months ago
Allow spawning and using Thread actors for WindowGlobal targets in session context type "all" watcher
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(firefox137 fixed)
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
For now, the typical codepath of the browser toolbox only spawns Thread Actor once per content process,from the related Target Actor.
But the VS.Code adapter would benefit from using many thread actors, one per WindowGlobal, Worker, Content Script,...
To do that we need to lift off some hardcoded restriction justified by the current behavior of the browser toolbox.
Assignee | ||
Comment 1•5 months ago
|
||
Updated•4 months ago
|
Attachment #9462027 -
Attachment description: Bug 1944109 - [devtools] Enable Thread Actors for all target when debugging all contexts. → Bug 1944109 - [devtools] Allow debugging scripts via their WindowGlobal target when reusing the browser toolbox codepath.
Updated•4 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ac6fb799e6c
[devtools] Allow debugging scripts via their WindowGlobal target when reusing the browser toolbox codepath. r=devtools-reviewers,devtools-backward-compat-reviewers,hbenl,bomsy
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•