Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Firefox 18 for developers

Firefox 18已于2013年1月8日发布.

WEB开发者需要注意的变化

HTML

CSS

DOM

JavaScript

  • 实现了EcmaScript 6中的直接代理(bug 703537).警告:该实现包含了一些已知的bug,以及未根据最新规范草案实现某些特性.不要在生产环境中使用它.
  • 实现了ECMAScript 6中的字符串方法contains().

WebGL

SVG

MathML

XUL

网络

开发者工具

附加组件和Mozilla开发者需要注意的变化

接口变更

nsIStreamListener
onDataAvailable()方法的第四个参数(aOffset)类型改为无符号长整型. (bug 784912)
nsIUploadChannel
setUploadStream()支持了超过2GB大小的content-length (bug 790617)
nsIEditor
删除了addEditorObserver(),使用setEditorObserver()来替代, removeEditorObserver()不再需要一个nsIEditorObserver参数(bug 785091)
nsIHttpProtocolHandler
http-on-modify-request observers are no longer guaranteed to be called synchronously during
nsIChannel.asyncOpen(). For observers that need to be called during asyncOpen(), the new http-on-opening-request observer topic has been added. (bug 800799)

新增接口

移除接口

下面的接口已经被移除.

相关链接

更早版本

文档标签和贡献者

 此页面的贡献者: ziyunfei, ethertank
 最后编辑者: ziyunfei,