Firefox/Meeting/11-Sep-2018

From MozillaWiki
Jump to: navigation, search

Today’s meeting leader is: RyanVM

General Topics / Roundtable

  • [mconley] I hacked together a WebExtension that puts your review count in a badge in your toolbar
  • [aswan] Reminder that bootstrapped extensions are slated to be removed during the 65 cycle, we aim to have all in-tree bootstrapped extensions gone by the end of 64 (see bug 1449052)

Friends of the Firefox team

Introductions

  • None this week.

Resolved bugs (excluding employees)

Project Updates

Activity Stream

Add-ons / Web Extensions

Application Services (Sync / Firefox Accounts / Push)

  • No updates this week.

Browser Architecture

  • Work on Mentat is paused.
  • UCOSP students working on removing XUL from about:config.

Developer Tools

Fluent

Lint

Performance

Policy Engine

  • No updates this week.

Privacy/Security

Search and Navigation

Address Bar & Search

Places

Test Pilot

  • Ops is going to be using Send as the first test of hosting on GCP
  • Screenshots: bootstrap removal patch is under review (on github)
    • Thanks to :aswan for moving the enable/disable pref observer code to nsBrowserGlue (bug 1488971)

Web Payments

This week I learned

  • [mkaply] You can set MOZ_BUILD_DATE in the environment to override the build ID if you want to build something that matches a released build. This is handy because various databases reset based on build ID, so you move profiles from a released build to a debug build
  • [mkaply] If you need to know if Firefox is shutting down, use Services.startup.shuttingDown