Firefox 46 for developers

To test the latest developer features of Firefox, install Firefox Developer EditionFirefox 46 was released on April 26, 2016. This article lists key changes that are useful not only for web developers, but also Firefox and Gecko developers as well as add-on developers.

Changes for Web developers

Developer Tools

HTML

CSS

JavaScript

Interfaces/APIs/DOM

DOM & HTML DOM

Canvas

WebGL

IndexedDB

No change.

Service Workers

Fetch

WebRTC

  • The RTCPeerConnection.createOffer() method now supports the VP9 video codec, although this is disabled by default. To enable it, set the preference media.peerconnection.video.vp9_enabled to true in about:config. When enabled, VP9 is the preferred codec; previously VP8 was preferred (Firefox bug 1242324).
  • The method RTCRtpSender.setParameters() has been added to allow changing the values of parameters after the RTCRtpSender was initially created.

New APIs

Miscellaneous

MathML

No change.

SVG

No change.

Audio/Video

No change.

HTTP

No change.

Networking

  • Support of RFC 7686 has been added: by default there is no attempt to resolve domain with the TLD .onion. This is controlled by the preference network.dns.blockDotOnion. Add-ons supporting Tor can swap this pref. (Firefox bug 1228457)

Security

No change.

Changes for add-on and Mozilla developers

Interfaces

No change.

XUL

No change.

JavaScript code modules

No change.

XPCOM

No change.

Other

No change.

Older versions