Open
Bug 1548464
Opened 6 years ago
Updated 2 years ago
[remote-dbg-next] Show hidden extensions and system addons as separate categories
Categories
(DevTools :: about:debugging, defect, P3)
DevTools
about:debugging
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 2 open bugs)
Details
When visible (via devtools.aboutdebugging.showHiddenAddons=true), the system addons and hidden extensions are mixed in the regular extensions category.
It could be nicer to have subcategories for each of them:
> Temporary Extensions
> Extensions
> Hidden Extensions
> System Addons
Although compared to the old about:debugging, since we also have tabs, workers and processes in the same UI, maybe it starts feeling like too many categories and we should rather provide easy ways to filter?
Comment 1•6 years ago
|
||
Hidden is an attribute of extensions that are builtin, of which system is a subset. Having a separate hidden extensions section doesn't make sense. I'd just show hidden extensions by default, and do:
temporary
extensions
builtin extensions
The last will catch any hidden extensions and includes system extensions.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Updated•2 years ago
|
Blocks: webextension-debugging
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•