files/en-us/mozilla/firefox/releases/72/index.md
This article provides information about the changes in Firefox 72 that will affect developers. Firefox 72 was released on January 7, 2020.
Ctrl + O and Ctrl + S, respectively (Firefox bug 1592308).Ctrl click on objects in the Scopes panel, and choose Property set or Property get to set watchpoints (Firefox bug 1574192).prefers-color-scheme media feature (Firefox bug 1550804).No changes.
CSS Shadow Parts are now enabled. This includes the part attribute and ::part pseudo-element, which allow shadow hosts to selectively expose chosen elements from their shadow tree to the outside page for styling purposes (Firefox bug 1559074).
CSS Motion Path has been shipped (Firefox bug 1582554, also see the Intent to Ship). This includes:
The individual transform properties — {{cssxref("scale")}}, {{cssxref("rotate")}}, and {{cssxref("translate")}} — are now enabled by default (Firefox bug 1424900).
No changes.
The Geolocation API has had some interface name updates, as per recent spec changes (Firefox bug 1575144):
Coordinates has been changed to {{domxref("GeolocationCoordinates")}}.Position has been changed to {{domxref("GeolocationPosition")}}.PositionError has been changed to {{domxref("GeolocationPositionError")}}.A number of properties have been updated to use standard stringifiers (Firefox bug 824857):
click event (Firefox bug 1593644).click event (Firefox bug 1580944).RTCRtpContributingSource dictionary can now include the rtpTimestamp property, which is a source-generated time at which the packet's media was generated or sampled (Firefox bug 1583867).window.mozPaintCount property. (Firefox bug 1591968)rid= and pt= parameters on the simulcast attribute. The new syntax for a line such as a=simulcast: send rid=7 recv rid=8 is now a=simulcast: send 7 recv 8. The new syntax has been supported since Firefox 68, so now it's time tor retire support for the old syntax (Firefox bug 1470568).text/html. Make sure to set both headers correctly. (Firefox bug 1591932).Public-Key-Pins and Public-Key-Pins-Report-Only headers are now silently ignored Firefox bug 1412438.No changes.
Anon and AnonAttribute strategies from WebDriver:FindElement and WebDriver:FindElements commands (Firefox bug 1587627).Webdriver:TakeScreenshot no longer fails if captured area exceeds upper maximum bound for the canvas width, height, or size (Firefox bug 1590064).browserSettings.ftpProtocolEnabled property has been implemented (Firefox bug 1592687).BrowserSetting.onChange event has been implemented (Firefox bug 1410412).captivePortal.canonicalURL property has been implemented (Firefox bug 1592932).browserAction.onClicked and pageAction.onClicked events now include an OnClickData property containing an object whose properties describe the mouse button pressed along with any keyboard modifiers (Firefox bug 1405031). This allows support for additional types of mouse click.No changes.