proomt

Search

Search posts, papers, and topics

All posts

Mozilla Automation Teamcanova1 min readrelease notesintermediate

Firefox Profiler Deployment (September 3, 2026)

Summary

Firefox Profiler 0.9.0 release with a handful of CLI improvements (unlimited limit flag, better marker handling, network request count), UI tweaks (dark‑mode contrast, publish panel component), and library updates (oxfmt, typed arrays). Localisation added for several languages.

  • CLI now accepts `--limit 0` for unlimited results and prints a loud truncation warning.
  • CLI avoids stack overflow on large marker threads and reports a single time base for text/JSON output.
  • Network request prefetch visibility added to the UI.
  • FrameTable gains a lib column and more typed‑array columns for performance.

These changes tighten the profiling tool’s usability for large‑scale data sets and improve UI consistency across themes, which matters for developers diagnosing performance regressions in Firefox.

3/10

Related reading

  1. Firefox DevTools MCP 0.10.3 released

    Firefox DevTools MCP 0.10.3 is released, introducing a new `close_firefox_session` tool, full-page screenshot capability, and configurable download folders. This update also includes bug fixes and clarifies the usage of `restart_firefox` for controlling Firefox via WebDriver BiDi.

    Mozilla Automation Teammozilla.org1 minrelease
  2. The Road to Better Performance Profiles – Part 2

    Mozilla’s Automation Team added native system‑wide profiling to their CI pipelines for Speedometer 3 on Windows, macOS, Linux, and Android, using xperf, perf, and simpleperf together with the samply toolchain, and modernized the mozgeckoprofiler symbolication stack by replacing the legacy Eliot service with samply and profiler‑edit.

    Mozilla Automation Teammozilla.org5 min
  3. High-speed Release Trains – These Weeks in Firefox: Issue 209

    Firefox 155 shipped via a new 2‑week release train; the week’s highlights include a WebExtensions theme API addition, multi‑context address bar in Nightly, DevTools stylesheet editing in the JS debugger, and extensive New Tab page UI/telemetry work (stocks widget, privacy widget, policy‑locked settings). The post also calls out many volunteer contributors and a handful of infrastructure tweaks (T…

    Mozilla Automation Teammozilla.org9 min