Open
Bug 1594050
Opened 5 years ago
Updated 2 years ago
Make the TargetList support addons
Categories
(DevTools :: Framework, enhancement, P2)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Depends on 1 open bug)
Details
For now, the TargetList only supports:
- processes
- frames (in a limited way, for ex we don't support fission frame, nor support listening)
- workers (also in a limited way, for ex, we don't expose Service workers, nor frame workers when the top level target is the parent process target).
We should also add support for addons, so that the Omniscient Browser Toolbox can debug them as well.
A first step could be to add a LegacyImplementationAddons
, like LegacyImplementationProcesses
to the target-list module.
Or implement something like bug 1593938 straight away. But note that bug 1593938 should pave the way first as the actual API to implement in the actor side isn't 100% defined yet.
Updated•5 years ago
|
Priority: -- → P2
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•