remove MailGlue _legacyCheck()
Categories
(Thunderbird :: Add-Ons: Extensions API, task)
Tracking
(thunderbird_esr78 wontfix)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | wontfix |
People
(Reporter: mkmelin, Assigned: john)
References
Details
Attachments
(1 file)
|
3.14 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1661216 +++
See bug 1661216 comment 4.
_legacyCheck() and related code was only needed for the 68->78 upgrade. We can remove it now and save a tiny bit on startup time.
| Assignee | ||
Comment 1•4 years ago
•
|
||
With only 4% using TB68, this is probably a good thing to do. Nevertheless - if you agree - I would like to add a notification to such add-ons installed in TB78, that they are not supported (because there is no other hint in the UI currently).
That notification would be just part of the add-on manager UI and not of any start-up code.
| Reporter | ||
Comment 2•4 years ago
|
||
According to the original bug, they can't be installed in 78 at all. It was just added for the upgrade scenario, no?
| Assignee | ||
Comment 3•4 years ago
|
||
Many users still install add-ons via file install and if a legacy WebExtension does not have a max version setting, it will install without error. The startup check disabled these add-ons on next restart. This will no longer work and those add-ons will just sit there being properly installed without doing anything.
| Assignee | ||
Comment 4•4 years ago
|
||
| Reporter | ||
Comment 5•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Is there any specific version, platform, priority? Thanks.
| Assignee | ||
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d3e7a67ff191
remove MailGlue _legacyCheck(). r=mkmelin
| Reporter | ||
Updated•4 years ago
|
Description
•