This page is not complete
Firefox 22 hasn't reached its feature freeze yet. New features will be added to it in the near future.
Firefox 22, based on Gecko 22, will ship in June 2013. This article provides information about the changes in this release that will affect developers. Nightly builds of what will become Firefox 22 are currently available on the Nightly channel.
Note: Items listed here are tentatively slated for Firefox 22; however, they may be held for a future release if testing shows they're not ready by the time Firefox 22 is due to ship. Please keep an eye on this page to stay up to date on the plans for Firefox 22.
Want to help document Firefox 22? See the list of bugs that need to be written about and pitch in!
Web开发者需要注意的变化
HTML
- 实现了HTML5中的
<data>
元素(bug 839371). 实现了range类型的
<input>
元素(<input type="range">
) (bug 841948).
JavaScript
- 实现了ES6中的胖箭头函数(bug 846406).
DOM
- 不再支持
XMLHttpRequest中的
multipart属性和
multipart/x-mixed-replac
响应.这是一个Gecko独有的特性,从来没被标准化过.你可以使用Server-Sent Events, Web Sockets或者在progress事件中查看responseText
属性的变化来实现同样的效果. - 实现了Web Notifications (bug 782211).
FormData
对象的append
方法现在开始接受第三个参数filename
(bug 690659).- 移除了
Node.isSupported
方法(bug 801562). - 实现了Mac OS X中的
Ambient Light Events
后端.
附加组件和Mozilla开发者需要注意的变化
- 移除了下面这些方法中的
properties
参数:nsITreeView.getCellProperties()
,nsITreeView.getColumnProperties()
andnsITreeView.getRowProperties()
methods ofnsITreeView
. These methods should now return a string of space-separated property names. (bug 407956)
相关链接
Older versions
- Firefox 21 for developers
- Firefox 20 for developers
- Firefox 19 for developers
- Firefox 18 for developers
- Firefox 17 for developers
- Firefox 16 for developers
- Firefox 15 for developers
- Firefox 14 for developers
- Firefox 13 for developers
- Firefox 12 for developers
- Firefox 11 for developers
- Firefox 10 for developers
- Firefox 9 for developers
- Firefox 8 for developers
- Firefox 7 for developers
- Firefox 6 for developers
- Firefox 5 for developers
- Firefox 4 for developers
- Firefox 3.6 for developers
- Firefox 3.5 for developers
- Firefox 3 for developers
- Firefox 2 for developers
- Firefox 1.5 for developers