Firefox 134 for developers

This article provides information about the changes in Firefox 134 that affect developers. Firefox 134 was released on January 7, 2025.

Changes for web developers

HTML

No notable changes

CSS

JavaScript

APIs

DOM

Media, WebRTC, and Web Audio

WebDriver conformance (WebDriver BiDi, Marionette)

WebDriver BiDi

  • Implemented the browser.getClientWindows command, which allows to retrieve information about the currently opened browser windows (Firefox bug 1855025)
  • Added support for the initiatorType and destination fields to all network events (Firefox bug 1904892 and Firefox bug 1933331). They allow to understand why and how the request was created.
  • The browsingContext.navigationStarted event is no longer emitted when the initial about:blank page is loaded for a new top-level browsing context (Firefox bug 1922014)
  • We fixed a bug where the requestTime of network events would sometimes be set to 0 (Firefox bug 1930849)
  • The browsingContext.traverseHistory command can now only be used with top-level browsing contexts (Firefox bug 1924859)
  • Improved the reliability of commands sent during a navigation, for instance when a browsing context is being replaced (Firefox bug 1927073).

Marionette

  • The Addon:Install and Addon:Uninstall commands are now available for GeckoView (Firefox for Android) (Firefox bug 1806135).
  • The Addon:Install command can now be used to install extensions enabled in Private Browsing mode (Firefox bug 1810718)

Experimental web features

These features are newly shipped in Firefox 134 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.

Older versions