Mozilla Addons Blog: Add-on Compatibility for Firefox 48 |
Firefox 48 will be released on August 2nd. Here’s the list of changes that went into this version that can affect add-on compatibility. There is more information available in Firefox 48 for Developers, so you should also give it a look.
loading_16.png
or loading.png
in your add-on code, you need to point your code to the new paths: chrome://global/skin/icons/loading.png
and chrome://global/skin/icons/loading@2x.png
(HiDPI).__defineGetter__
/__defineSetter__
this
behavior.newChannel
, newChannelFromURI
, or newChannelFromURIWithProxyFlags
, these are all deprecated and you should switch to the “2” equivalents. You can read about them in the nsIIOService
documentation.DownloadIntegration
module. This allows add-ons to extend the DownloadIntegration
module, but it also means the module shouldn’t be imported directly from DownloadIntegration.jsm
.nsICertTree.isHostPortOverride()
.Let me know in the comments if there’s anything missing or incorrect on these lists. If your add-on breaks on Firefox 48, I’d like to know.
The automatic compatibility validation and upgrade for add-ons on AMO will happen in a few weeks, so keep an eye on your email if you have an add-on listed on our site with its compatibility set to Firefox 47.
https://blog.mozilla.org/addons/2016/05/17/compatibility-for-firefox-48/
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |