VOOZH about

URL: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/152

⇱ Firefox 152 release notes for developers (Stable) - Mozilla | MDN


Firefox 152 release notes for developers (Stable)

This article provides information about the changes in Firefox 152 that affect developers. Firefox 152 was released on June 16, 2026.

Changes for web developers

Developer Tools

  • The developer tools now have a "Show comments" option to toggle the display of HTML comment nodes in the Inspector. This option can be found in the Settings panel. (Firefox bug 1455294).

HTML

No notable changes.

SVG

  • The read-only property is now supported, indicating whether text is drawn on the left-hand side or right-hand side of a text path. This reflects the corresponding side attribute on the <textPath> element. (Firefox bug 2034371).

CSS

  • The field-sizing CSS property lets you control the sizing behavior of form control elements. This property has two values: content allows elements to adjust in size to fit their content, and fixed sets a fixed size on elements. (Firefox bug 2036620).

JavaScript

No notable changes.

APIs

DOM

Media, WebRTC, and Web Audio

WebDriver conformance (WebDriver BiDi, Marionette)

General

  • Improved the Marionette and WebDriver BiDi screenshot commands to enforce maximum allowed dimensions. (Firefox bug 2020302).

WebDriver BiDi

  • Extended the webExtension.install command to support installing web extensions in Firefox enabled in Private Browsing mode. (Firefox bug 1947679).
  • Improved the browser.setDownloadBehavior command to allow overriding the download target folder before the temporary file is created. (Firefox bug 2017252).
  • Fixed network events to only forward in-memory cached JavaScript responses when there is a matching network event collector, avoiding unnecessary data forwarding. (Firefox bug 2018237).

Marionette

  • Improved the WebDriver:Navigate and WebDriver:Refresh commands to properly report errors when triggering the navigation fails, instead of silently ignoring them. (Firefox bug 2033769).

Changes for add-on developers

Experimental web features

These features are shipping in Firefox 152 but are disabled by default. To experiment with them, search for the appropriate preference on the about:config page and set it to true. You can find more such features on the Experimental features page.

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.