Firefox 51, based on Gecko 51, will ship in January 2017. This article provides information about the changes in this release that will affect developers. Nightly builds of what will become Firefox 51 are currently available on the Developer Edition channel. Some experimental features whose release dates are uncertain or undecided are discussed on the page Experimental features in Firefox. Some features described there may be available in Firefox 51.
Items listed here are tentatively slated for Firefox 51; however, they may be held for a future release if testing shows they're not ready by the time Firefox 51 is due to ship. Please keep an eye on this page to stay up to date on the plans for Firefox 51.
Changes for Web developers
Developer Tools
No change.
HTML
No change.
CSS
- Implemented
inset()
value forclip-path
behind the preferencelayout.css.clip-path-shapes.enabled
, defaulting tofalse
(bug 1246762). - [css-grid] Implement
fit-content()
value for <track-size> (bug 1281320). - [css-grid] Percentage gutters are wrong calculated on grid containers with indefinite sizes (bug 1279182).
- [css-grid] Reject repeat() column tracks in <grid-template> when there's a grid template area string in the row part (bug 1282643).
- [css-grid]
calc()
with negative percentage can result in negative track size (bug 1282418). - Implemented
:indeterminate
for <input type="radio"> (bug 885359). - Implemented the
:placeholder-shown
pseudo-class on<input type="text">
(bug 1069015). - Unprefixed
::placeholder
pseudo-element (bug 1069012). - Fix
:valid
CSS pseudo-class doesn't match valid <form>s (bug 1285425). - Fix initial value for
mask-repeat
property should beno-repeat
, but is implemented asrepeat
(bug 1258623). - The
plaintext
value ofunicode-bidi
now also works with vertical writing modes (bug 1302734). - The
fill-box
andstroke-box
values ofclip-path
are now properly supported; previously, they wear aliases ofborder-box
(bug 1289011).
JavaScript
- The ES2015
Symbol.toStringTag
property has been implemented (bug 1114580). - The ES2015
TypedArray.prototype.toString()
andTypedArray.prototype.toLocaleString()
methods have been implemented (bug 1121938). - The
DateTimeFormat.prototype.formatToParts()
method is now available (bug 1289340). const
andlet
are now fully ES2015-compliant (bug 950547).- Using
const
infor...of
loops now has a fresh binding for each iteration and no longer throws aSyntaxError
(bug 1101653). - The deprecated for each...in loop now presents a warning in the console (bug 1293205). Please migrate your code to use the standardized
for...of
loop. - Generator functions can't have a label anymore and "
let
" as a label name is disallowed now (bug 1288459). - Deprecated legacy generator functions will now throw when used in method definitions (bug 1199296).
- The
next()
method of the iterator protocol will now throw aTypeError
if the returned value is not an object (bug 1016936).
Interfaces/APIs/DOM
DOM & HTML DOM
- Throttling in background tabs of timers created by
Window.setInterval()
andWindow.setTimeout()
was changed in Firefox 50 to no longer occur if a Web Audio APIAudioContext
is actively playing sound. However, this didn't resolve all scenarios in which timing-sensitive audio playback (such as music players generating individual notes using timers) could fail to work properly. For that reason, Firefox 51 no longer throttles background tabs which have anAudioContext
, even if it's not currently playing sound. - The
DOMImplementation.hasFeature()
now returnstrue
in all cases (bug 984778). - The method
HTMLMediaElement.captureStream()
, which returns aMediaStream
containing the content of the specified<video>
or<audio>
. It's worth noting that this is prefixed still asmozCaptureStream()
, and that it doesn't yet exactly match the spec.
Canvas
- The non-standard
CanvasRenderingContext2D.mozFillRule
() method has been removed; the fill rule can be define by a parameter of the standardCanvasRenderingContext2D.fill()
method (bug 826619). - The
CanvasRenderingContext2D.imageSmoothingEnabled
has been unprefixed (bug 768072).
WebGL
No change.
IndexedDB
No change.
Web Workers
- The non-standard and obsolete
WorkerGlobalScope.onclose
event handler andWorker
use of theclose
event have been removed from Firefox.
Service Workers
No change.
WebRTC
- The
RTCPeerConnection.removeStream()
method has been removed. It was deprecated back in Firefox 22, and has been throwing aNotSupportedError
for a long time. You need to useRTCPeerConnection.removeTrack()
instead, for each track on the stream. - WebRTC now supports the VP9 codec by default. When added in Firefox 46, VP9 was disabled by default, but when enabled was the preferred codec; however, it has been moved to be the second choice (after VP8) due to its current level of CPU usage.
New APIs
No change.
Others
- For privacy reasons, both
BatteryManager.chargingTime
andBatteryManager.dischargingTime
now round the returned value to the closest 15 minutes (bug 1292655). - Our implementation of Page Visibility API doesn't accept prefixed version anymore (bug 812701).
MathML
No change.
SVG
- Added
tabindex
attribute (bug 778654). - Added
href
attribute obsoletingxlink:href
(bug 1245751). - CSS Animations used in a SVG used in an
<img>
element now works again; it was an old regression (bug 1190881).
Audio/video
- Add FLAC support (FLAC codec) in both FLAC and Ogg containers (bug 1195723). Supported FLAC MIME types are:
audio/flac
andaudio/x-flac
. For FLAC in Ogg, supported MIME types are:audio/ogg; codecs=flac
, andvideo/ogg; codecs=flac
.
HTTP
No change.
Networking
No change.
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
- The Mozilla-specific Social API has been substantially changed (largely to remove APIs no longer used), as follows:
- The
MozSocial
interface and thenavigator.mozSocial
property which supports it have been removed. - The Social Bookmarks API has been removed.
- The Social chat functionality has been removed.
- The Social Status API has been removed.
- All of the social widgets, except for the Share panel, have been removed. This includes the social sidebar, flyover panels, and so forth.
- All supporting user interface features and functionality for the removed APIs have been removed as well.
- Social service provider manifest properties supporting the removed functionality are no longer supported.
- The
See also
Older versions
- Firefox 50 for developers
- Firefox 49 for developers
- Firefox 48 for developers
- Firefox 47 for developers
- Firefox 46 for developers
- Firefox 45 for developers
- Firefox 44 for developers
- Firefox 43 for developers
- Firefox 42 for developers
- Firefox 41 for developers
- Firefox 40 for developers
- Firefox 39 for developers
- Firefox 38 for developers
- Firefox 37 for developers
- Firefox 36 for developers
- Firefox 35 for developers
- Firefox 34 for developers
- Firefox 33 for developers
- Firefox 32 for developers
- Firefox 31 for developers
- Firefox 30 for developers
- Firefox 29 for developers
- Firefox 28 for developers
- Firefox 27 for developers
- Firefox 26 for developers
- Firefox 25 for developers
- Firefox 24 for developers
- Firefox 23 for developers
- Firefox 22 for developers
- Firefox 21 for developers
- Firefox 20 for developers