Open
Bug 1695638
Opened 5 years ago
List webextensions after web origins
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
84.19 KB,
image/png
|
Details |
Originally reported here: https://github.com/firefox-devtools/debugger/issues/7921
When webextension scripts are listed (I think that's only when "Enable browser chrome and addon debugging toolboxes" is checked in DevTools preferences, maybe?), they can appear in-between web origins.
It seems we're currently sorting like this:
- Page origin first
- All other origins, sorted alphabetically (Extensions origins start with "moz-extension")
Which looks like:
Could we show the extension origins at the end of the list instead?
So that we have 3 buckets:
- Page origin
- Other web origins
- Webextensions
(We may have more to fit between 1 and 2, for webpack and Angular I believe?)
You need to log in
before you can comment on or make changes to this bug.
Description
•