Firefox 54 was released on June 13, 2017. This article lists key changes that are useful for web developers.
Changes for Web developers
Developer Tools
- The network request summary now includes the amount of data actually transferred ("transferred size"), as does the the performance analysis view (bug 1168376).
- The network request headers view now links to the related documentation on MDN (bug 1320233).
CSS
clip-pathnow supports basic shapes (bug 1247229).- Firefox's implementations of CSS Flexbox and CSS alignment now implement updated spec language for interactions between the properties
align-itemsandalign-selfas well as betweenjustify-itemsandjustify-self(bug 1340309). <input>elements of typescheckboxandradiowith-moz-appearance: none;set on them are now non-replaced elements, for compatibility with other browsers (bug 605985).- Previously, an element styled with
display:inline-blockwith a child element of typeHTMLInputElementstyled withdisplay:blockhad a wrong baseline (bug 1330962). This is now fixed. - When Mozilla introduced dedicated content threads to Firefox (through the Electrolysis or e10s project), support for styling
<option>elements was removed temporarily. Starting in Firefox 54, you can apply foreground and background colors to<option>elements again, using thecolorandbackground-colorattributes. See bug 910022 for more information. Note that this is still disabled in Linux due to lack of contrast (see bug 1338283 for progress on this). - CSS Animations now send the
animationcancelevent as expected when an animation aborts prematurely (bug 1302648). - Transparent colors (i.e. those with an alpha channel of 0) were being serialized to the
transparentcolor keyword in certain situations; this has been fixed so that Firefox follows the spec (as well as other browsers' implementations). See (bug 1339394 for further information. - The proprietary
:-moz-table-border-nonzeropseudo-class is no longer available to web content; it is now restricted to Firefox's internal UA sylesheet (bug 1341925). - [css-grid] Intristic content with overflow:auto overlaps in grid (bug 1348857).
- [css-grid] Transferred min-size contribution of percentage size grid item with an intrinsic ratio (bug 1349320).
JavaScript
\band\BinRegExpwith the"u"(Unicode) and"i"(case insensitive) flags now treat U+017F (LATIN SMALL LETTER LONG S) and U+212A (KELVIN SIGN) as word characters (bug 1338373).- The
DataViewconstructor now throws aRangeErrorif thebyteOffsetparameter is out ofNumber.MAX_SAFE_INTEGER(>= 2 ** 53) (bug 1317382). - The
Date.UTC()method has been updated to conform to ECMAScript 2017 when fewer than two arguments are provided (bug 1050755).
DOM & HTML DOM
- The
URL.toJSON()method has been implemented (bug 1337702). - The
URLSearchParams()constructor now accepts a record containingUSVStrings as an init object (bug 1331580). - Values returned in
KeyboardEvent.keyfor printable keys when the control key is also pressed have been corrected on macOS (except when the Command key is pressed) (bug 1342865). - The
dom.workers.latestJSVersionpreference, which was mainly implemented to work around problems usingletin workers (due to bug 855665, which has since been fixed) has been removed (see bug 1219523). - The
event.timeStampproperty now returns a high-resolution monotonic time (DOMHighResTimeStamp) instead of an epoch time (DOMTimeStamp).
Web Workers and Service Workers
WorkerGlobalScope.closeis now available onDedicatedWorkerGlobalScopeandSharedWorkerGlobalScopeinstead. This change was made to stopclose()being available on service workers, as it isn't supposed to be used there and always throws an exception when called (see bug 1336043).- The
WindowOrWorkerGlobalScope.originproperty has been implemented (see bug 1306170). - The
Client.typeproperty has been implemented (see bug 1339844). Clients.matchAll()now returnsClientobjects in most recently focused order (see bug 1266747).- Some changes have been made to the observed behaviour when the
Request()constructor is passed an existingRequestobject instance to make a new instance. The following new behaviors are designed to retain security while making the constructor less likely to throw exceptions:- If this object exists on another origin to the constructor call, the
Request.referreris stripped out. - If this object has a
Request.modeofnavigate, themodevalue is converted tosame-origin.
- If this object exists on another origin to the constructor call, the
Audio/Video
General
- 5.1 surround sound playback is now enabled by default on Windows, macOS, and Linux (bug 1334508, bug 1321502 , and bug 1323659).
Media Capture and Streams API
- Usage of a
MediaStreamobject as the input parameter toURL.createObjectURL()has been deprecated — the console will now show a warning (see bug 1334564). You are advised to useHTMLMediaElement.srcObjectinstead.
Web Audio API
- The method
AnalyserNode.getFloatFrequencyData()now correctly represents silent samples in the returned buffer with the value-Infinity(bug 1336098). AudioParam.setValueCurveAtTime()now throws aTypeErrorexception if any of the specified values aren't finite (bug 1308437).
Encrypted MediaExtensions API
- The
MediaKeySession.keySystemstring has been removed from the specification, and as such we've taken it out of Firefox 54 (bug 1335555). - Support has been added for the VP9 codec in encrypted streams using Clear Key and Widevine (bug 1338064).
- Previously, MSE was only allowed to use WebM/VP8 video if the system was considered "fast enough." Now playback of VP8-encoded
webm/videomedia is always supported, regardless of system performance.
WebRTC
- TCP ICE candidate support, originally added in Firefox 41, is now enabled by default. This allows the ICE layer to consider candidates that use TCP rather than the preferred UDP for transmission. This can be useful in environments in which UDP is blocked (bug 1176382). This blog post explains the feature in more details.
Removals from the web platform
CSS
- Removed the
-mozprefixed versions ofisolate,isolate-override, andplaintextvalues for theunicode-bidiproperty (bug 1333675).
HTTP
- HTTP/1 Pipelining support has been removed in Firefox 54. Maintaining it as we make the move into a new world full of HTTP/2 and other substantial, standardized improvements to networking performance is not worthwhile given pipelining's compatibility and performance issues. The
network.http.pipeliningpreference (as well as the other preferences that start with "network.http.pipelining") is now ignored. See bug 1340655 for further information.
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
Document Tags and Contributors
Tags:
Contributors to this page:
fscholz,
chrisdavidmills,
wbamberg,
jensimmons,
yisibl,
Sebastianz,
Sheppy,
craue,
mantaroh,
nils,
arai,
Masayuki,
ziyunfei
Last updated by:
fscholz,