[meta] Add support for WebExtensions
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(thunderbird59+ affected, thunderbird60 affected)
People
(Reporter: public, Unassigned)
References
(Depends on 11 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
Attachments
(1 file, 3 obsolete files)
(deleted),
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Updated•7 years ago
|
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Updated•7 years ago
|
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Updated•7 years ago
|
Comment 15•7 years ago
|
||
Updated•7 years ago
|
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Updated•7 years ago
|
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 22•7 years ago
|
||
Updated•7 years ago
|
Comment 24•6 years ago
|
||
Comment 25•6 years ago
|
||
Comment 26•6 years ago
|
||
Updated•6 years ago
|
Comment 27•6 years ago
|
||
Updated•6 years ago
|
Comment 28•6 years ago
|
||
Updated•6 years ago
|
Comment 29•6 years ago
|
||
The bug 1525274 is a blocker for my add-on (I seem to not have the permissions to set it as a blocker for this bug)
Reporter | ||
Comment 30•6 years ago
|
||
(In reply to public from comment #1)
Only then can uBlock Origin be supported for Thunderbird:
https://github.com/gorhill/uBlock/issues/117
uBlock Origin issue merged to https://github.com/gorhill/uBlock/issues/3698
Comment 31•5 years ago
|
||
Not quite sure where to put this... but are there any plans to expose the email address in browser.accounts.list()?
I'm writing an extension which synchronizes email client tags (in a way some imap servers don't allow), and namespacing the synced data by email address would be helpful.
Not quite sure if this is the right place to put a comment like this though.
Comment 32•5 years ago
|
||
Not directly, no, because an account can have more than one email address associated with it. Bug 1531593 is the one to follow, but as you can see, there's no progress yet.
Comment 33•5 years ago
|
||
From this point on I am not using this bug. It was intended as a meta-bug for feature requests, but it has become a magnet for anything to do with WebExtensions, which is unnecessary because that's what the "Add-Ons: Extensions API" category is all about.
Reporter | ||
Comment 34•5 years ago
|
||
Status from https://developer.thunderbird.net/add-ons/about-add-ons#extensions
- MailExtension: The only valid extension type in Thunderbird 74 and later.
- Legacy WebExtensions: Deprecated in Thunderbird 74.
- Legacy Bootstrap Extension: Deprecated in Thunderbird 68.
- Legacy Overlay Extension: Deprecated in Thunderbird 68.
Current releases and release notes:
- Thunderbird 68: https://archive.mozilla.org/pub/thunderbird/releases/68.0/, https://www.thunderbird.net/en-US/thunderbird/68.0/releasenotes/
- Thunderbird 74 beta 1: https://archive.mozilla.org/pub/thunderbird/releases/74.0b1/, https://www.thunderbird.net/en-US/thunderbird/74.0beta/releasenotes/
Release schedule:
- Thunderbird tracks the ESR schedule. Firefox ESR 78.3 is expected to be released in 2020-09-22. - https://wiki.mozilla.org/Release_Management/Calendar
Description
•