Open Bug 1695638 Opened 5 years ago

List webextensions after web origins

Categories

(DevTools :: Debugger, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: Honza, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached image image.png

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:

  1. Page origin
  2. Other web origins
  3. 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.

Attachment

General

Created:
Updated:
Size: