Closed
Bug 1797777
Opened 3 years ago
Closed 2 years ago
Use `browser_specific_settings` instead of `applications` in extension manifests
Categories
(WebExtensions :: General, task, P3)
WebExtensions
General
Tracking
(firefox111 fixed)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
In Bug 1797050, we added a warning to encourage developers to adopt browser_specific_settings
(bss) instead of applications
in extension manifest.json
files. A lot of tests have been updated to use bss but non-test files have been largely ignored.
This bug is about updating non-test extensions (e.g. search engines, built-in extensions, colorways themes among other things) to use bss instead of applications
.
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
The patch attached here should take care of all the occurrences that haven't been updated in other bugs (which were either filed by different teams or filed in different components to let the teams/owners know about the changes).
Assignee | ||
Updated•2 years ago
|
Whiteboard: [addons-jira]
Updated•2 years ago
|
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/676b14e7a199
Use `browser_specific_settings` instead of `applications` in extension manifests. r=rpl,twisniewski,markh,webcompat-reviewers,credential-management-reviewers,dimi
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•