Open
Bug 1944107
Opened 14 days ago
Updated 13 days ago
Allow instantiating content script targets when session context is of all type
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
VS Code adapter would benefit from using the same codepath as the browser toolbox.
i.e. Using a Watcher actor whose session context type is set to "all" and debugging everything it all processes.
But for now, the multiprocess browser toolbox doesn't need to spawn the content script targets.
Content scripts sources are currently returned by the Content Process target of the process where the script runs.
As VS.Code only cares about web pages and content scripts, it is not using the content process target and so would benefit from using the content script targets.
Reporter | ||
Comment 1•14 days ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•