You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: NetUtil.newChannel(uri) deprecated, please provide argument 'aWhatToLoad'
imports must be 100% correct now: Components.utils.import("resource://gre/modules/...") for Mozilla central imports, Components.utils.import("resource:///modules/...") for Thunderbird imports
"resource://services-common/utils.js" ?
String.trim is deprecated; use String.prototype.trim instead
for (x in fixIterator(obj))
(removed due to removal of__iterator__
) -- replacement:for (x of fixIterator(obj))
catch (ex if ex instanceof ExceptionType)
(removed in mozilla47 already) conditional catch statements no longer supported? #99NetUtil.newChannel(uri)
deprecated, please provide argument 'aWhatToLoad'Components.utils.import("resource://gre/modules/...")
for Mozilla central imports,Components.utils.import("resource:///modules/...")
for Thunderbird imports"resource://services-common/utils.js" ?add Workaround for default preferences?https://bugzilla.mozilla.org/show_bug.cgi?id=1414398addwill not be changed for now<em:optionsType>
to install.rdf?https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57
The text was updated successfully, but these errors were encountered: