Closed
Bug 1781998
Opened 8 months ago
Closed 8 months 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•8 months ago
|
Whiteboard: [addons-jira]
Updated•8 months ago
|
Comment 1•8 months 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•8 months ago
|
||
Updated•8 months ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 months ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Updated•8 months 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•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months 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
•