Closed
Bug 1809431
Opened 2 years ago
Closed 2 years ago
Allow optional `extension_ids` to be declared as an empty array
Categories
(WebExtensions :: General, enhancement)
WebExtensions
General
Tracking
(firefox110 fixed)
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
We define web_accessible_resources.extension_ids
as an optional non-empty array but Chrome seems to be fine with an empty array.
We might want to remove the minItems
constraint in the schema to maximize compatibility across browsers.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Whiteboard: [addons-jira]
Updated•2 years ago
|
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/68405a6cc201
Allow optional `extension_ids` to be declared as an empty array. r=rpl
Updated•2 years ago
|
Flags: needinfo?(wdurand)
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•