fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-04-25
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1115点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
阅读:10469回复:1

Firefox 33 附加组件兼容性

楼主#
更多 发布于:2014-10-08 10:05


General



XPCOM



New!

  • Add a field to install.rdf for add-ons that are compatible with electrolysis. The multiprocessCompatible flag was added to install.rdf so that you can declare that your add-on works
     with the new Electrolysis (e10s) multiprocess mode without any
    compatibility shims. So, even if you activate e10s on Nightly builds,
    you can’t be sure that your add-on works well with e10s until you run it
     with that flag set to true. The compatibility shims are temporary and
    bad for performance, so please make sure to test your add-on and set
    that flag as soon as possible! You can read more about e10s compatibility here.
     Note that, while the flag was introduced in Firefox 33, e10s is still
    being worked on and disabled by default, and we’re not sure yet when it
    will make it to release. We will keep you up to date on this blog.



http://blog.mozilla.org/addons/2014/10/01/compatibility-for-firefox-33/
Firefox More than meets your experience
aaaa007cn
千年狐狸
千年狐狸
  • UID23968
  • 注册日期2008-05-03
  • 最后登录2022-03-07
  • 发帖数1924
  • 经验1138枚
  • 威望1点
  • 贡献值232点
  • 好评度164点
1楼#
发布于:2014-10-08 19:52
还有一个非常重要的改进
https://developer.mozilla.org/en-US/docs/Components.utils.exportFunction
allowCallbacks: allow the exported function to accept callbacks as arguments. Boolean, defaulting to false. This option is new in Firefox 33.
游客

返回顶部