Show the Add-on name instead of the UUID
Categories
(DevTools :: Debugger, task, P3)
Tracking
(firefox102 fixed)
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
To support the usage of the browser toolbox by add-ons developers, we should show web-extensions add-on names (rather than the internal UUID's) in the debugger sources tree as we are doing for the extensions visible in devtools toolbox.
This make it easier to identify the addons without having to check the names in the addon settings or the about:debugging tab
Assignee | ||
Comment 1•3 years ago
|
||
The issue here is it seems like WebExtensionPolicy is not always available on the Cu global,
therefore failing when trying to get the extension policy name.
in this example when adding sources from the browser toolbox (i'm still not completely sure why)
The solution here is changing to using the ExtensionProcessScript which works for the web and browser
toolbox.
Also added a console.warn
so we get some notification when this fails.
Updated•3 years ago
|
Comment 3•3 years ago
|
||
bugherder |
Description
•