Changes

Jump to: navigation, search

Thunderbird/Add-ons Guide 57

91 bytes added, 19:14, 11 January 2018
m
clarify opening language
<big>'''Add-ons Guide for Thunderbird 57 and beyond'''</big>
Mozilla core have disabled "legacy" add-ons (add-ons which are not based purely on WebExtensions) in Firefox 57. Because this type of legacy add-on is ons are not supported from mozilla57 any more, many interfaces have been removed from Mozilla core.
HoweverDespite the interface removals, Thunderbird 57-60 and beyond and Seamonkey will '''<u>still support''' </u> these add-ons <u>if </u> the appropriate modifications are done to the add-on to adapt to the changed interfaces'''.  In generaladdition, Thunderbird is will be adding WebExtension support ({{bug|1396172}}) while maintaining "legacy" add-ons and hybrid add-ons.<br><p>
__TOC__
== Removed in mozilla59 ==
* Dialog (optionsType=1) and Inline (2) options were removed in {{bug|1414406}}. Thunderbird will not support that feature any more, only options in tabs (3) work now. Replacements:
# If addonadd-on's install.rdf contains no <em:optionsType> declaration, the addonadd-on's preferences page (<em:optionsURL>) will only be accessible via a new submenu in Tools menu (implemented in {{Bug|1419145}}, landed on Daily 59 as of 2017-12-22). The preferences will open in a dialog, as was the case in older versions. [[File:Add-on Options.png|none|Screenshot showing Add-on Options in TB 59]]# If addonadd-on's install.rdf contains <em:optionsType>3</em:optionsType>, the Preferences button will appear in the Add-on Manager tab besides the addonadd-on, as was the case in older versions. Clicking the button will open the preferences page in a new tab. The preferences page (optionsURL) is also accessible via the new submenu in Tools menu and will open in a tab. No other value of <em:optionsType> is supported and TB will even refuse to install such addons add-ons (decision from {{bug|1414406}}).
# Alternatively, add-ons may embed a WebExtension to display inline options [https://developer.mozilla.org/Add-ons/WebExtensions/Embedded_WebExtensions][https://developer.mozilla.org/Add-ons/WebExtensions/manifest.json/options_ui]. This should be working now that {{bug|1418914}} has been fixed.
Canmove, confirm
2,079
edits

Navigation menu