Changelog for Thunderbird 108
The following WebExtension API changes were introduced in Thunderbird 108.
action
function getBadgeBackgroundColor.details.tabId — Specifies for which tab the badge background color should be retrieved. If no tab is specified, the global value is retrieved.
function getBadgeBackgroundColor.details.windowId — Will throw an error if used.
function getBadgeText.details.tabId — Specifies for which tab the badge text should be retrieved. If no tab is specified, the global value is retrieved.
function getBadgeText.details.windowId — Will throw an error if used.
function getLabel.details.tabId — Specifies for which tab the label should be retrieved. If no tab is specified, the global value is retrieved.
function getLabel.details.windowId — Will throw an error if used.
function getPopup.details.tabId — Specifies for which tab the popup document should be retrieved. If no tab is specified, the global value is retrieved.
function getPopup.details.windowId — Will throw an error if used.
function getTitle.details.tabId — Specifies for which tab the title should be retrieved. If no tab is specified, the global value is retrieved.
function getTitle.details.windowId — Will throw an error if used.
function isEnabled.details.tabId — Specifies for which tab the state should be retrieved. If no tab is specified, the global value is retrieved.
function isEnabled.details.windowId — Will throw an error if used.
composeAction
function getBadgeBackgroundColor.details.tabId — Specifies for which tab the badge background color should be retrieved. If no tab is specified, the global value is retrieved.
function getBadgeBackgroundColor.details.windowId — Will throw an error if used.
function getBadgeText.details.tabId — Specifies for which tab the badge text should be retrieved. If no tab is specified, the global value is retrieved.
function getBadgeText.details.windowId — Will throw an error if used.
function getLabel.details.tabId — Specifies for which tab the label should be retrieved. If no tab is specified, the global value is retrieved.
function getLabel.details.windowId — Will throw an error if used.
function getPopup.details.tabId — Specifies for which tab the popup document should be retrieved. If no tab is specified, the global value is retrieved.
function getPopup.details.windowId — Will throw an error if used.
function getTitle.details.tabId — Specifies for which tab the title should be retrieved. If no tab is specified, the global value is retrieved.
function getTitle.details.windowId — Will throw an error if used.
function isEnabled.details.tabId — Specifies for which tab the state should be retrieved. If no tab is specified, the global value is retrieved.
function isEnabled.details.windowId — Will throw an error if used.
messageDisplayAction
function getBadgeBackgroundColor.details.tabId — Specifies for which tab the badge background color should be retrieved. If no tab is specified, the global value is retrieved.
function getBadgeBackgroundColor.details.windowId — Will throw an error if used.
function getBadgeText.details.tabId — Specifies for which tab the badge text should be retrieved. If no tab is specified, the global value is retrieved.
function getBadgeText.details.windowId — Will throw an error if used.
function getLabel.details.tabId — Specifies for which tab the label should be retrieved. If no tab is specified, the global value is retrieved.
function getLabel.details.windowId — Will throw an error if used.
function getPopup.details.tabId — Specifies for which tab the popup document should be retrieved. If no tab is specified, the global value is retrieved.
function getPopup.details.windowId — Will throw an error if used.
function getTitle.details.tabId — Specifies for which tab the title should be retrieved. If no tab is specified, the global value is retrieved.
function getTitle.details.windowId — Will throw an error if used.
function isEnabled.details.tabId — Specifies for which tab the state should be retrieved. If no tab is specified, the global value is retrieved.
function isEnabled.details.windowId — Will throw an error if used.