Closed
Bug 1781998
Opened 2 years ago
Closed 2 years ago
Hidden add-ons in the unified extensions panel
Categories
(WebExtensions :: General, enhancement, P2)
WebExtensions
General
Tracking
(firefox105 fixed)
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
The "spec" we initially had didn't account for hidden extensions. The panel was supposed to only list visible and active extensions like about:addons.
That being said, it seems possible for a hidden add-on to have browser actions. In which case, we might want to show this hidden add-on in the unified extensions UI.
Assignee | ||
Updated•2 years ago
|
Whiteboard: [addons-jira]
Updated•2 years ago
|
Comment 1•2 years ago
|
||
notes:
- builtin and system are automatically hidden, but none currently use browser_action.
- some line extensions use browser_action
- page and sidebar action are probably a non-issue if hidden
considered approach:
- make hidden and browser_action or action mutually exclusive.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Updated•2 years ago
|
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/969ae3ea41e7
Make hidden and browser_action or action mutually exclusive. r=mixedpuppy
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•