ContextSelector doesn't show Webextension Scripts
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
People
(Reporter: nerixdev, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
Add an extension that adds content-scripts which have their own environment.
Now the content script has access to the DOM but not the JS that's loaded.
Opening the console, you can't access the variables etc. defined by the script, so the context needs to be changed.
Actual results:
Selecting the context with the new context switch doesn't list the extension.
Expected results:
The switch should list the extension.
I'm not sure if this can be supported but if it could this would make debugging a lot easier.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Console' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•4 years ago
|
||
Thanks for the report. We're planning to finish the work on the context selector during the year so we can enable it on every platform.
Updated•2 months ago
|
Description
•