@FirefoxDevTools

2.4K Followers
7 Following
38 Posts
Built for you to design, code, test, refine a better web for everybody. Follow us for announcements, tips, sneak peeks, and more!
Bloghttps://fxdx.dev/
Documentationhttps://firefox-source-docs.mozilla.org/devtools-user/
Contributehttps://firefox-source-docs.mozilla.org/devtools/

State of CSS 2025 is now open: https://stateofcss.com/

Browser vendors use the results of 'State of' surveys to help prioritize the features to work on.

If you care about CSS, please take some time to answer it, and help shape the future of the language

Redirecting to: /en-US

Oops, we forgot to share the WebDriver news for Firefox 138!
WebDriver BiDi now lets you install unsigned extensions and allows to set a default viewport for user contexts: https://fxdx.dev/firefox-webdriver-newsletter-138/

#Firefox #WebDriver #WebDev

Firefox WebDriver Newsletter 138 – Firefox Developer Experience

Firefox 139 introduces geolocation override via WebDriver BiDi!
Now you can easily test location-aware features: https://fxdx.dev/firefox-webdriver-newsletter-139/

#Firefox #WebDriver #WebDev

Firefox WebDriver Newsletter 139 – Firefox Developer Experience

CDP is removed in Firefox 141 in favor of WebDriver BiDi.
For details see https://fxdx.dev/cdp-retirement-in-firefox/

#Firefox #WebDev

CDP Retirement in Firefox – Firefox Developer Experience

#Firefox 138 is around the corner, did you noticed some of the changes we made in 137? Find out in our latest blog post: https://fxdx.dev/firefox-devtools-newsletter-137/

#devtools #html #css #js #network

Firefox DevTools Newsletter — 137 – Firefox Developer Experience

and since I'm late (as always you might say), you get a bonus post from @juliandescottes talking about the new network request override feature: https://fxdx.dev/network-override-in-firefox-devtools/

Makes it way easier to debug code in prod!

Network override in Firefox DevTools – Firefox Developer Experience

#Firefox 138 is around the corner, did you noticed some of the changes we made in 137? Find out in our latest blog post: https://fxdx.dev/firefox-devtools-newsletter-137/

#devtools #html #css #js #network

Firefox DevTools Newsletter — 137 – Firefox Developer Experience

[Nightly Blog] A Tab Groups Scoop – These Weeks in Firefox: Issue 179 https://blog.nightly.mozilla.org/2025/04/23/a-tab-groups-scoop-these-weeks-in-firefox-issue-179/
A Tab Groups Scoop – These Weeks in Firefox: Issue 179 – Firefox Nightly News

Highlights The WebExtensions team is fast-tracking support for “tab groups”-related updates to the tabs API (the updates have landed in Nightly 139 and been uplifted to Beta 138) ...

Firefox Nightly News

TIL that the most recent Firefox will now show the font licensing information in the inspector. Nice!

#Firefox

Exciting news: we're shipping Temporal in Firefox 139! Temporal is a new API for working with dates and times in JS.

This is a very large feature and our implementation was contributed by a single volunteer.

Read about it in our blog post: https://spidermonkey.dev/blog/2025/04/11/shipping-temporal.html

Shipping Temporal

The Temporal proposal provides a replacement for Date, a long standing pain-point in the JavaScript language. This blog post describes some of the history and motivation behind the proposal. The Temporal API itself is well docmented on MDN.

SpiderMonkey JavaScript/WebAssembly Engine