Firefox/Meeting/18-Aug-2026

From MozillaWiki
Jump to navigation Jump to search

August 18, 2026

General Topics / Roundtable

  • [mconley] General triagers instructions guidance: please make sure to also poke the > 14 days needinfos!

Friends of the Firefox team

Introductions/Shout-Outs

Resolved bugs (excluding employees)

Script to find new contributors from bug list

Volunteers that fixed more than one bug

  • Benoit

  • Chris Vander Linden

  • Fede

  • japandi

  • Lukáš Lipinský

  • Nirmal Advani

  • Ruhollah Majdoddin

  • Sameem [:sameembaba]

  • Sebastian Zartner [:sebo]

  • Zyphrenn

New contributors (🌟 = first patch)

  • (Will be filled in after meeting)

General triage

Project Updates

Accessibility

Add-ons / Web Extensions

Addon Manager & about:addons

  • As part of Nova about:addons work:

    • Added a "Use Linux system theme" checkbox to the default theme card in about:addons -[1]Bug 2054885

    • Replaced the "more themes" button in the themes list view footer with a promo element when Nova is enabled -[2]Bug 2057200

    • Removed the testing XPI base url pref from ThemesList.sys.mjs -[3]Bug 2053220

    • Fixed a mismatch between the popup panel border radius applied by Nova and the border radius applied to the document.body of the WebExtensions popup page loaded into it -[4]Bug 2057844

    • Moved new strings added as part of the about:addons Nova restyling out of the locales preview -[5]Bug 2052034

  • As part of legacy telemetry cleanups for the Add-ons related telemetry, migrated addons-search-detection telemetry off the legacy telemetry mirroring path, now collected only through Glean -[6]Bug 2055606

WebExtensions Framework

DevTools

WebDriver

Desktop Integrations

Credential Management

Fluent

Form Autofill

Lint, Docs and Workflow

  • No updates this week

Information Management/Sidebar

macOS Spotlight

Migration Improvements

New Tab Page

Nimbus / Experiments

Password Manager

PDFs & Printing

Picture-in-Picture

Performance

Performance Tools (aka Firefox Profiler)

Privacy & Security

Profile Management

Screenshots

Search and Urlbar

Smart Window

Storybook/Reusable Components/Acorn Design System

Tab Groups

Tests

UX Fundamentals

Settings Redesign

This week I learned

  • [Finn] It’s much easier / faster to run firefox with the prefs you want from the command line, rather than opening about:config each time. E.g.

mach run --temp-profile \

 --setpref browser.startup.homepage=about:welcome \
 --setpref "browser.aboutwelcome.screens=$(tr -d '\n' < basic-layout-screen.json)"