proomt

Search

Search posts, papers, and topics

Mozilla Automation Team

62 posts · planet.mozilla.org

  1. MozPhab 2.18.0 Released

    MozPhab 2.18.0 ships with three bug fixes: correct symlink handling for Mercurial uploads, a reminder about pending review queues on push to try, and pyrefly type‑checking added to the test suite.

    Mozilla Automation Teammozilla.org1 minrelease
  2. Pros and Cons of Unified Build

    Unified (jumbo) builds concatenate multiple C++ source files to reduce header instantiation, often halving cold compile time. However, they hurt incremental rebuilds, cache efficiency, and can change program semantics, making reproducibility and correctness harder.

    Mozilla Automation Teamgithub.io8 minHN1
  3. 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
  4. This Week in Rust 666

    This issue of *This Week in Rust* (2026‑08‑26) aggregates community news: official Rust announcements (maintainers‑in‑residence, next‑gen trait solver, supply‑chain attack on arrayref, function‑overloading experiment), a Mozilla JPEG‑XL tooling update, several observations (AI‑assisted C/C++ rewrites, enum‑to‑word speedup, compilation metadata shaving, driver state handling, async vs sync for a r…

    Mozilla Automation Teamthis-week-in-rust.org9 min
  5. Icons! Lots of them! – These Weeks in Firefox: Issue 206

    Firefox 154 adds a Windows‑only UI to change the default browser icon, exposes a new Picture‑in‑Picture WebAPI, and ships a raft of small but concrete improvements across Add‑ons, DevTools, WebExtensions, WebDriver and the Rust‑based login storage component. Most changes are toggles or bug‑fixes (e.g., CSS handling in the Debugger, startup‑performance regression fix, storage.local auto‑reset, and…

    Mozilla Automation Teammozilla.org13 min
  6. Happy BMO Push Day! (20260824.1)

    Mozilla BMO push day (20260824.1) shipped a batch of bug‑fixes and small feature tweaks: 2FA user docs, corrected file‑size error, phab‑bot review flag handling, UI button for external attachments, Docker build update for vendored JS, removal of CSP header from REST API, richer comment edit metadata, migration of Classification endpoint to native Mojo, dependency‑upgrade tracking, an index on tra…

    Mozilla Automation Teammozilla.org1 minrelease
  7. Glean Dictionary + DuckDB

    A short post describing how the Mozilla Glean Dictionary JSON can be exported into a DuckDB file via a simple ETL script, enabling SQL queries and notebook‑driven analysis of metric types and growth over time.

    Mozilla Automation Teamwrla.ch2 min
  8. webaudio fingerprinting on alibaba

    Firefox made WebAudio output deterministic in v118, collapsing most variance to three CPU‑dependent buckets (x86 without FMA, x86/x64 with FMA, ARM NEON). Telemetry shows 99.24% of users fall into these buckets; a long tail of 23 distinct values affects <0.1% of users. Ongoing bugs aim to merge the remaining buckets. Alibaba’s fingerprint script was extracted (two SHA‑256 hashes) and shown to be…

    Mozilla Automation Teamritter.vg3 min
  9. A New Framework for Open Source AI

    Mozilla and partners published a paper proposing a layered, gradient openness framework for foundation models, defining openness for data, code, weights, docs, and deployment. The framework gives developers, regulators, and civil society a common language to evaluate openness and safety beyond a binary label.

    Mozilla Automation Teammozilla.org3 min
  10. Extension starter pack

    A short promotional roundup of popular Firefox extensions – ad‑blocker, anti‑tracking, translation, YouTube tweaks, and tab management – with screenshots, install counts and brief feature blurbs.

    Mozilla Automation Teammozilla.org4 min
  11. This Week in Rust 665

    This issue of This Week in Rust summarizes recent developments in the Rust ecosystem, including official updates, community projects like OxiSH, observations on language features, and core Rust project changes. It covers compiler, library, Cargo, Rustdoc, and Clippy updates, offering a broad overview of the language's progress.

    Mozilla Automation Teamthis-week-in-rust.org9 min
  12. MozPhab 2.17.0 Released

    MozPhab 2.17.0 has been released, addressing three bugs. Key improvements include parallelizing per-commit upload and creatediff, and skipping unnecessary git checkout restoration.

    Mozilla Automation Teammozilla.org1 minrelease
  13. Firefox WebDriver Newsletter 154

    Firefox 154 adds the emulation.setLocaleOverride command to WebDriver BiDi, letting tests override the Accept-Language header for fetch and WebSocket requests in workers. The newsletter also lists how to contribute to the multi-language WebDriver codebase and points to setup guides and community channels.

    Mozilla Automation Teamfxdx.dev1 min
  14. Tracing algorithms through web specifications

    The post introduces two tools for navigating the call graph of web specifications: the CLI `webspec-index trace` command and the WebSpec Tracer Firefox extension. It demonstrates how detail flags give a high‑level shape of routes and how the extension lets you interactively build accurate markdown traces for debugging.

    Mozilla Automation Teamfarre.se9 min
  15. Writing the Docs: 2026 Edition

    The post revisits core documentation principles—separating what from how, grounding reference docs in source truth, and continuously improving—and examines how large language models fit into this workflow. It argues that diataxis still guides effective docs and that LLM‑generated drafts must be anchored to machine‑readable ground truth to avoid hallucination.

    Mozilla Automation Teamwrla.ch15 min
  16. L10n Report: August Edition 2026

    The August 2026 L10n report outlines new Pontoon features—including editor theming, a batch copy‑from‑locale action, community health charts, composed machinery suggestions, and automatic LLM suggestions—plus team changes and upcoming Firefox 155 updates. These changes aim to streamline translation workflows and give contributors better tooling and visibility.

    Mozilla Automation Teammozilla.org5 min
  17. Desktop Calendar: A Design Journey

    The Thunderbird Automation Team outlines the redesign of the desktop calendar UI, moving to a three‑pane layout (grid, navigation bar, collapsible sidebar) and updating dialogs for better visual hierarchy. Community feedback via surveys and TopicBox shaped the direction, and the new design will be rolled out incrementally for further testing.

    Mozilla Automation Teamthunderbird.net5 minHN7327