Firefox 52 was released on March 7, 2017. 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
- Completely revamped Responsive Design Mode, including UA selection and network throttling.
- The Animation Inspector now displays timing functions.
- The Page Inspector now includes a CSS grid inspector.
- about:debugging now shows service worker state.
- The Page Inspector includes an easy way to highlight the selected element.
- The Page Inspector displays whitespace-only text nodes.
All devtools bugs fixed between Firefox 51 and Firefox 52.
HTML
- The
rel="noopener"Link type has been implemented (see bug 1222516).
CSS
New features
- Added
:focus-withinpseudo-class (bug 1176997). - Added support for
display:flex/gridand columnset layout inside<button>elements (bug 984869). - Implemented interpolation between numeric color and currentcolor (bug 1299741).
- Implemented flexbox layout for
andjustify-content: space-evenly(bug 1235922).align-content: space-evenly - Added support for subpixel antialiasing in CSS
mask/clip-path(bug 1305259). - Implemented CSS Text 3 segment break transformation rules (bug 1081858).
- Basic shape clipping (as applied via the
clip-pathproperty) can now be applied to SVG content (bug 1246741). - Implemented Flexbox layout for
align-self|justify-self: [ first | last ]? baseline (bug 1221524). - The
touch-actionproperty is now enabled by default on all platforms. (For the full story, see intent to ship mail #1 and intent to ship mail #2.) - Flexbox
align-contenthandling & single-line-sizing should depend onflex-wrap, not number of lines (bug 1090031). - CSS Animations can now be used to animate non-interpolable properties (see bug 1064937).
- Changed
baseline|last-baselineto[ first | last ]? baseline(bug 1313254). - The used value for
left/rightisstartfor the block-axis (bug 1221565). - Stretching flexible tracks with an indefinite containing block length now respects the min/max size(bug 1309407).
- The initial values of
mask-positionandmask-repeathave been changed to0% 0%andrepeat, respectively (bug 1308963). - There have been a number of changes to CSS
<color>values (see bug 1295456):rgba()andhsla()have now been redefined as aliases ofrgb()andhsl(); both accept the same parameter syntax.rgb() andhsl()now accept an optional alpha value, e.g.rgb(255, 0, 0, 0.5).- Color functions now accept space-separated parameters rather than commas, e.g.
rgb(255 0 0 / 0.5). - Alpha values can now be specified as percentages as well as numbers, e.g.
rgb(255 0 0 / 50%). - The hue component in
hsl()colors can now be specified as an angle, as well as a number, e.g.hsl(120deg, 60%, 70%).
CSS Grids
- CSS Grids are implemented.
Changes and removals
- Unprefixed multi-column properties (and added back
-mozprefixed versions as aliases, for now) (bug 1300895). - Stopped wrapping abspos children of flex container in anonymous flex items(bug 1269045).
- Implemented grid container baselines (bug 1151204).
- Removed
<flex>min-sizing from the style system (bug 1305244). - Remove preference
layout.css.masking.enabled(bug 1308239). - The proprietary
-moz-images-in-menusand-moz-images-in-buttonsmedia types have been removed (see bug 1302157). - Removed
-moz-use-text-colorvalue from color properties; usecurrentcolorinstead (bug 1306214). - [css-grid] 'max-width' set on grid item causes text to overflow (bug 1330380).
JavaScript
New features
- Support for the async functions has been added. This adds
async function,async function expression, and theawaitkeyword (bug 1185106). - Implemented ES2017 trailing commas in functions (bug 1303788).
- Implemented rest parameter destructuring (bug 1243717).
- The exponentiation operator (**) is now enabled by default (bug 1291212).
- You can now use IANA time zone names in the
timeZoneoption of date related APIs likeDateTimeFormatorDate.toLocaleString()(bug 837961).
Changes and removals
- Array destructuring now throws a
SyntaxErrorwhen using destructuring rest with trailing comma (bug 1041341). - Duplicate
__proto__properties are now allowed in object destructuring (bug 1204024). Array.prototype.toLocaleString()has been re-implemented to support the Intl API parameters "locales" and "options" (bug 1130636).TypedArrayconstructors now accept iterables to create new typed arrays (bug 1232266).TypedArray.from(),TypedArray.of(),TypedArray.prototype.filter(),TypedArray.prototype.map(),TypedArray.prototype.slice(),TypedArray.prototype.subarray()now require that theirthisvalues are valid Typed Array constructors (bug 1122396).- The non-standard
ArrayBuffer.slice()method (notArrayBuffer.prototype.slice()) is deprecated and now presents a warning when used (bug 1316913). - Unicode code point escapes can now also be used as identifiers (e.g. "
let \u{61} = 123", see bug 1314037). -
To conform with ES2015,
\u2e2fandⸯnow throw when used as identifier, for details see bug 917436 and bug 1197230.
WebAssembly
- Support for WebAssembly has been added to Gecko.
DOM
- The Selection API has fully shipped, including the new
selectstartandselectionchangeevents (see alsoGlobalEventHandlers.onselectstartandGlobalEventHandlers.onselectionchange) (bug 1309612). - The property
Event.composedis now supported; this Boolean value indicates whether or not the event can bubble through the shadow root into the standard DOM (bug 1292063). - Only HTML elements, plus the
<svg>and<math>elements, can be put into full-screen mode by callingElement.requestFullScreen()(bug 1305928). - Touch events have been reenabled on Windows desktop platforms — see bug 1244402. (They were disabled in Firefox 24 because they broke a number of major sites; see bug 888304.)
- The
focusinandfocusoutevents are now implemented (bug 687787). - The
WindowOrWorkerGlobalScope.isSecureContextproperty has been implemented (see bug 1269052). - The Web App Manifest install event has been renamed appinstalled (see
Window.onappinstalled,appinstalled) to avoid confusion with the service worker install event (seeServiceWorkerGlobalScope.oninstall). See bug 1309099 for more details about this update. - The
DataTransfer.typesproperty of the Drag and drop API now returns a frozen array ofDOMStrings rather than aDOMStringList(see bug 1298243). - The
loadstartandloadendevents are now fired on<img>elements (see bug 1264769, and also seeGlobalEventHandlers.onloadstartandGlobalEventHandlers.onloadend). - The
Notification.requireInteractionof the Notifications API has been implemented (see bug 862395.) - The
Window.open()method now has anoopenerwindow feature available (see bug 1267339), which mirrors the functionality of therel="noopener"Link type. - The
CustomElementRegistry.get()method of the Web Components API has been implemented (see bug 1275838). - Pointer Event
widthandheightproperties now default to a value of 1 (see bug 1304315). - The File and Directory Entries API has been updated to include changes in the latest spec (see bug 1284987 for the exact details).
- The
cancelBubbleproperty, which was defined onUIEvent, is now defined on theEventinterface instead. See bug 1298970 for more details.
Changes and removals
- The Firefox OS APIs that deal with managing phone calls (Contacts, MobileConnection, Icc, etc.) have been removed (bug 1311206).
- The Firefox OS
Identityinterface has been removed (bug 1309030). - The Firefox OS Voicemail API
MozVoicemail,MozVoicemailEvent,MozVoicemailStatus,Navigator.mozVoicemail) has been removed (bug 1309723). - The Firefox OS Cell Broadcast API (
MozCellBroadcast,MozCellBroadcastEvent,MozCellBroadcastMessage,Navigator.mozCellBroadcast) has been removed (bug 1306772). - The Firefox OS TV broadcast-related APIs have been removed (bug 1306778).
- The Firefox OS FM Radio API (
FMRadio,Navigator.mozFMRadio) has been removed (bug 1306779).
Service Workers and Fetch
- The
Headers.getAll()method has been removed, andHeaders.get()now retrieves all values of the specified header, not just the first one (see bug 1278275). This is in accordance with the latest Fetch API spec updates.
Web Audio API
- The
ConstantSourceNodeinterface has been added; it represents an audio source which always outputs a stream of samples which all have the same value. See Controlling multiple parameters with ConstantSourceNode for an example showing how this can be used to simplify some complex audio flows.
WebRTC
- When an ICE connection is temporarily disrupted, the
RTCPeerConnection.iceConnectionStateproperty now gets set to"disconnected"; this indicates a transitory failure that may resolve itself shortly, with the connection returning to the"connected"state afterward (bug 852665). - The
MediaDevices.ondevicechangeevent handler and correspondingdevicechangeevent, which were implemented but disabled by default on Mac only in Firefox 51, have been implemented on Windows and Linux and are now enabled by default on all platforms. - The
MediaStream.activeproperty is now supported. This read-only Boolean property indicates whether or not at least one track on the stream is currently playing. - Prior to Firefox 52, the
MediaStreamTrack.stop()method could only stop local tracks (that is, tracks obtained throughgetUserMedia()). Now a variety of tracks can be stopped, including those on aMediaStreamassociated with a WebRTC connection, Web Audio API stream, orCanvasCaptureMediaStream. - Previously, changing a
TextTrack'smoderepeatedly during a single pass through the Firefox event loop would result in multiplechangeevents being delivered to theTextTrackListspecified by the parent media element'stextTracksproperty. Now these changes are consolidated into one event (bug 882674).
Audio/Video/Media
- The
MediaErrorobjects specified inHTMLMediaElement.errorwhen an error occurs handling an<audio>or<video>element now include amessageproperty, which provides a specific description of the error which occurred. This string offers details particular to this exact error occurrence, offering insight into why things went wrong (bug 1299072). This field has been included in Firefox nightly builds since Firefox 51, but is now available in all builds, up to and including release.
Other APIs
- The method
FileSystemFileEntry.createWriter(), which was added (but always returned an error) in Firefox 50 has been removed (bug 1315185. - The proprietary Firefox OS Apps installation/management APIs have been removed from the platform (see bug 1261019).
- The proprietary Firefox OS Web Telephony API has been removed from the platform (see bug 1309719).
- The proprietary Firefox OS Web Bluetooth API has been removed from the platform (see bug 1310020).
- The Battery Status API is now available only to chrome/privileged code (see bug 1313580).
ImageBitmapRenderingContext.transferImageBitmap()has been renamed toImageBitmapRenderingContext.transferFromImageBitmap()(see bug 1304767).- The
mozDashandmozDashOffsetmembers have been removed fromCanvasRenderingContext2D(see bug 931389).
HTTP
- The
Referrer-Policyheader now supports the directivessame-origin,strict-origin, andstrict-origin-when-cross-origin(bug 1276836). - The
'strict-dynamic'source expression is now supported forContent-Security-Policydirectives, such asscript-src(bug 1299483). - Insecure sites (
http:) can't set cookies with the "secure" directive anymore as per the Strict Secure Cookies specification (bug 976073). - The maximum table size format of the HTTP/2 header compression format HPACK has been increased from 4 KB to 64 KB (bug 1296280).
- The
Large-Allocationheader has been added (bug 1304140).
SVG
- SVG documents are now represented using the
XMLDocumentinterface instead of SVGDocument. This is a change made in the SVG 2 specification.
Security
- When login pages (i.e those containing an
<input type="password">field) are created so that they would be submitted insecurely, Firefox displays an in-context warning message below the password field to warn users (bug 1319119). Autofill is also disabled on insecure login forms (bug 1217152). See Insecure passwords for more details. - Support for SHA-1 SSL certificates has been removed; navigating to a secure page that uses a SHA-1 certificate will now result in an Untrusted Connection error (bug 1330043).
Plugins
All NPAPI plugin support except Flash has been dropped (see Plug-in support has been dropped other than Flash for more details). Flash usage is also set to be phased out in the future.
Changes for add-on and Mozilla developers
WebExtensions
New APIs:
sessionsAPItopSitesAPIomniboxAPIruntime.onInstalledandruntime.onStartupevents- asynchronous event listeners in webRequest
bookmarks.onMoved,bookmarks.onCreated,bookmarks.onChangedevents_execute_browser_actionand_execute_page_actionin the commands manifest keymatch_about_blankin the content_scripts manifest key
Interfaces
nsIDroppedLinkHandler.dropLinksmethod and nsIDroppedLinkItem interface have been added to handle dropping multiple items (bug 92737).
XUL
tabbrowser.loadTabs(uris, params)method overload has been added (bug 92737).browser.droppedLinkHandlerfunction signature has been changed (bug 92737).
See also
Older versions
- Firefox 51 for developers
- 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
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills,
yisibl,
dvincent,
Sheppy,
Callahad,
fscholz,
Sebastianz,
wbamberg,
Ehsan,
cpeterson,
arai
Last updated by:
chrisdavidmills,