Prevent add-ons using the legacy API from installing
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(thunderbird_esr78+ fixed, thunderbird86+ fixed)
People
(Reporter: TbSync, Assigned: TbSync)
References
Details
Attachments
(1 file)
1.63 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
In preparation to remove the legacy check (bug 1684011), I found a nice way to prevent legacy webextensions (using the deprecated legacy API) from installing.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Is there a version associated with this? Thanks.
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/0fb3daf57a2d
Prevent add-ons still using the legacy API from installing. r=mkmelin
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9199286 [details] [diff] [review]
bug1688904_prevent_legacy_addons_from_installing.patch
[Approval Request Comment]
When TB78 was released I did not yet know about the approach I used in this
patch and failed to implement a proper way to prevent legacy add-ons from
installing (see bug 1661216 Comment 17).
Regression caused by (bug #):
User impact if declined:
Testing completed (on c-c, etc.):
Risk to taking this patch (and alternatives if risky):
None.
Assignee | ||
Comment 6•4 years ago
|
||
Comment on attachment 9199286 [details] [diff] [review]
bug1688904_prevent_legacy_addons_from_installing.patch
[Approval Request Comment]
When TB78 was released I did not yet know about the approach I used in this
patch and failed to implement a proper way to prevent legacy add-ons from
installing (see bug 1661216 Comment 17).
Regression caused by (bug #):
User impact if declined:
Testing completed (on c-c, etc.):
Risk to taking this patch (and alternatives if risky):
None.
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Comment on attachment 9199286 [details] [diff] [review]
bug1688904_prevent_legacy_addons_from_installing.patch
[Triage Comment]
Approved for esr78. Note, didn't go through beta yet, which is OK - taking on beta at same time
Comment 8•4 years ago
|
||
bugherder uplift |
Thunderbird 78.7.1:
https://hg.mozilla.org/releases/comm-esr78/rev/09299b980332
Comment 9•4 years ago
|
||
Comment on attachment 9199286 [details] [diff] [review]
bug1688904_prevent_legacy_addons_from_installing.patch
[Triage Comment]
Approved for beta
Comment 10•4 years ago
|
||
bugherder uplift |
Thunderbird 86.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/727871d53ffc
Description
•