Firefox 152 release notes for developers (Beta)

This article provides information about the changes in Firefox 152 that affect developers. Firefox 152 is the current Beta version of Firefox and ships on June 16, 2026.

Note: The release notes for this Firefox version are still a work in progress.

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).

SVG

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).

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 brower.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.