阅读:8492回复:0
Firefox 32 附加组件兼容性
Firefox 32 will be released on September 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 32 for Developers, so you should read that too. General
Content scripts Implement Xrays to Object objects, Implement Xrays to Array objects. This extends an important security barrier between privileged and unprivileged code, called Xray Vision. In a nutshell, it protects privileged scripts from running unexpected code when calling familiar functions in content code, like window.alert, which can be replaced by page scripts. It ensures that you always call the original function. For better separation between privileged and unprivileged code, we recommend that you start looking into the Message Manager. We will be writing more about it soon, because using the Message Manager will be necessary when Firefox moves to a multi-process architecture (known as Electrolysis or e10s for short). The sooner you start using it in your add-on, the better. XPCOM
New!
http://blog.mozilla.org/addons/2014/08/14/compatibility-for-firefox-32/ |
|
|