316
edits
(Added renaming of tabcontainer) |
(added changes to chrome.manifest for toolbar customization) |
||
| Line 74: | Line 74: | ||
== Changes in thunderbird59 == | == Changes in thunderbird59 == | ||
* The id of the tab container of the 3pane has changed from "tabcontainer" to "tabmail-tabs". This was done to align the naming with the corresponding Firefox tab container. Add-ons need to replace document.getElementById("tabcontainer") with document.getElementById("tabmail-tabs"). | * The id of the tab container of the 3pane has changed from "tabcontainer" to "tabmail-tabs". This was done to align the naming with the corresponding Firefox tab container. Add-ons need to replace document.getElementById("tabcontainer") with document.getElementById("tabmail-tabs"). | ||
* The bindings for the toolbar customization have moved from "global" to "messenger". If your add-on has customizable icons, please modify your chrome.manifest as shown below: | |||
<pre> | |||
style chrome://global/content/customizeToolbar.xul chrome://.../skin/... .css appversion<=58.0b3 | |||
style chrome://messenger/content/customizeToolbar.xul chrome://.../skin/... .css appversion>=59.0a1 | |||
</pre> | |||
== Outlook and Suggestion == | == Outlook and Suggestion == | ||
edits