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 45 for developers

这篇翻译不完整。请帮忙从英语翻译这篇文章

安装Firefox开发者版本,
以便测试Firefox最新的功能

Firefox 45,基于 Gecko 45, 将会在 March 2016 正式发布。本文记录了开发者们应该注意的,该版本的 Firefox 的各种变化。

针对网络开发者的功能更新

开发工具

没有功能更新.

HTML

  • 现在可以在<meta>上直接设置内容安全策略(Content Security Policy)。 (bug 663570).
  • The attribute referrer has been renamed into referrerpolicy on <image>, <area>, <a>, and <iframe> (bug 1187357).
  • Changes in the viewport, or a resize, now trigger the reselection of responsive images for <img srcset> (bug 1166138).
     

CSS

JavaScript

Interfaces/APIs/DOM

DOM & HTML DOM

WebGL

Our implementation of WebGL2 have been extended:

  • Support of programs and shaders has been added (bug 1048743).
  • Support for uniforms and attributes has been added (bug 1048745).
  • Framebuffer objects have been implemented (bug 1048732).
  • Renderbuffer objects have been implemented (bug 1048733).

IndexedDB

No change.

Service Workers

  • Clients.get() and FetchEvent.clientId have been implemented (bug 1222464.)
  • Clients.openWindow() has been implemented (bug 1172870.)
  • The options object that can be passed as a parameter when invoking Clients.matchAll() can now include an includeUncontrolled property. This is a Boolean — if set to true, the matching operation will return all service worker clients who share the same origin as the current service worker. Otherwise, it returns only the service worker clients controlled by the current service worker. The default is false.

WebRTC

No change.

New APIs

No change.

Miscellaneous

MathML

 

No change.

SVG

  • SVG stroke hit-testing is buggy when cairo is the Moz2D backend (bug 676001).
  • Unable to interact with elements who have large transform / translate values (bug 1217012).

Audio/Video

  • Fixed: Regression (since Firefox 41) whereby audio playback was stuttering due to duration time rounding errors (bug 1222866.)

HTTP

No change.

Networking

No change.

Security

Changes for add-on and Mozilla developers

Interfaces

No change.

XUL

JavaScript code modules

No change.

XPCOM

No change.

Other

  • WebIDL constructors could be called without the new operator in chrome context..  Now such code will raise a TypeError like in Web content since Firefox 30. For example, var req = XMLHttpRequest(); need to be var req = new XMLHttpRequest();.

See also

Older versions

文档标签和贡献者

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