Changes

Jump to: navigation, search

Thunderbird/Add-ons Guide 57

365 bytes added, 09:44, 2 February 2018
Clarified DateTimeFormat usage
* nsIProgrammingLanguage
* nsILocaleService and friends
* nsIScriptableDateFormat -- replacement: [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat Intl.DateTimeFormat ] and mozIntl.DateTimeFormat(use: |Services.intl.createDateTimeFormat(...)| in Thunderbird 57 and 58, changed to |new Services.intl.DateTimeFormat(...)| from Thunderbird 59).
* nsIFilePicker.show() -- replacement: nsIFilePicker.open() (async), example: [https://hg.mozilla.org/comm-central/rev/d960dcde18c4#l6.12 Changeset where Thunderbird implemented that change]. There's also a "lazy" replacement:
<pre>function PickerShow(fp) {
[https://www.fxsitecompat.com/en-CA/versions/59/]
* catch (ex if ...)
* |Services.intl.createDateTimeFormat(...)| in Thunderbird 57 and 58 changed to |new Services.intl.DateTimeFormat(...)|
== Changes in thunderbird59 ==
316
edits

Navigation menu