Highlights
- Prathiksha added site permission settings for Location, Camera, Microphone and replaced the old permission dialog for Notifications in about:preferences.
- jkt has improved the WebExtensions contextualIdentities APIs to the point where the Test Pilot Containers experiment can run as a WebExtension.
- Legacy Extensions, including classic and add-on SDK extensions, are now disabled by default in Nightly.
- Contributor UK92 made it possible to customize the position of the back/forward and reload/stop buttons.
- Felipe landed a patch that moves random timeouts to idle callbacks and got some solid performance improvements.
- Activity Stream rolling out in 56 to 10% of users on en-US builds, geolocated in USA and Canada. Up next is shipping to more users in more locales, and rolling out Pocket recommendations in Germany.
- The Page Action now has a Pocket item. Code for a screenshots item has landed in screenshots’ github repo but needs screenshots to merge to m-c. Items can now be added/removed from the context menu. Finally, the Report Site Issue button has now also made its way into the page action menu for Nightly/DevEdition.
- The main toolbar now has 2 flexible spaces, one on either side of the url/search bar(s). The library button has also replaced the bookmarks menu button in the default toolbar set.
Friends of the Firefox team
- Resolved bugs (excluding employees): https://mzl.la/2x0m5n4
- More than one bug fixed:
- Alejandro Rodriguez Salamanca
- Dan Banner
- Hossain Al Ikram [:ikram] (QA Contact)
- Masatoshi Kimura [:emk]
- Michael Kohler [:mkohler]
- Michael Smith [:mismith]
- Richard Marti (:Paenglab)
- Rob Wu [:robwu]
- Tomislav Jovanovic :zombie
- flyingrub
- New contributors (🌟 = First Patch!)
- ♥ Ami ♥ refactored `_handleMessage` in `UpdateTopLevelContentWindowIDHelper.jsm`.
- Luciano I cleaned up unused variables in Sync code.
- ♥ Ami ♥ refactored `_handleMessage` in `UpdateTopLevelContentWindowIDHelper.jsm`.
- More than one bug fixed:
Project Updates
Add-ons
- Numerous bugs on out-of-process webextensions have been fixed.
- kmag has fixed a bunch of webextension performance issues.
- Sending a message to a tab no longer instantiates lazy tabs.
- The browsingData API can now clear local storage.
- ntim has added toolbar colors and per-window themes to the themes API.
- Little fixes to webRequest, optional permissions, downloads, experiments, hybrid extensions.
- rpl fixed several bugs with browser actions, page actions, and options on Android.
Activity Stream
- Landed pref’ed off in 56 Beta, with localization, snippets, performance telemetry, and Pocket recommendations.
- Up next
- Adding “Recent Bookmarks” and “Recently Visited” to Highlights.
- Adding custom sections via a Web Extension.
- More customization for Top Sites: Pin/Dismiss, Show More/Less, Add/Edit Top Site.
- Creating a site summary pipeline (high-res page icons -> Tippytop -> Screenshot + Favicon).
- Optimizing metadata queries and Tippytop Icon DB improvements.
Firefox Core Engineering
- Installer
- Profile cleanup option has landed in the stub installer for 57. Users who are running the stub installer and have an older version of Firefox installed will be presented with the option to clean up their profile.
- Updater
- LZMA/SHA384 changes have landed as of 56 beta 3.
- Quantum & Photon Performance pile-on:
- Felipe Gomes, Kirk Steuber, Adam Gashlin, Perry Jiang, Doug Thayer, Robert Strong closed 16 bugs and are currently on 11 more bugs.
Form Autofill
- Planning to enable address autofill (with sync) on beta in the next two weeks for en-US builds geolocated in the U.S.. Please file any issues you see.
- Address sync is enabled on Nightly. Enable it in about:preferences#sync
- Landed the following bugs:
- Delay formautofill system add-on updates until the next restart
- Exclude “united” string when applying “address-level1” regular expression
- [Form Autofill] Handle filling in country field select element
- 3.08% ts_paint_webext (windows7-32) regression on push 347ea0d06092d7fcd6c34e2c7ade389b0b71ae31 (Mon Aug 7 2017)
- [Form Autofill] Enable the feature based on locale and geoip
- Unhide addresses sync engine by default
- Cache the matching result of select elements so we don’t need to calculate it every time when previewing and filling
- [Form Autofill] Edit dialog should not show horizontal and vertical scroll bars
- [Form Autofill] Collect information on how many people enable credit card Autofill
- [Form Autofill] Warn users on credit card fields that are not secure
- The active area of the “Enable Profile Autofill” checkbox should expand to full width.
- [Form Autofill] Autofill Options and Autofill phishing are not visible (w/o scrolling) in autofill dropdown when 6+ profiles
- Flip “dom.forms.autocomplete.formautofill” according to the availability of Form Autofill feature
- Make dom.forms.autocomplete.formautofill reflect actually supported autocomplete tokens
- Preserve Form Autofill profiles during a Firefox Refresh/Reset
Photon
Structure
- We’ve migrated any additions you made to the old hamburger panel to the overflow panel, and removed some of the old code as well as the photon structure pref.
- There’s still a lot more to remove, see this bug if you have cycles to help.
- Lots of polish fixes: https://mzl.la/2x15jUZ – highlights:
- WebExtension icons for sidebars now show up in the sidebar header
- Panel styling has been tightened up, some icons swapped out
- Keyboard navigation in panels was improved
- Some overly narrow panels are now wider
Animation
- The new tab loading indicator got r+, we will work on landing it this week pending Talos runs
- Consolidated our blue accent colors to make sure that the same color is used throughout our animations
- The Save to Pocket animation was re-landed now that it runs in the page action area
- The Pin to Overflow animation was tweaked to not move the arrow as far low
- Minor bugs
- Fixed a bug with entering/exiting Customize Mode causing the stop/reload animation to stop working
- The Windows 10 Start Tile will now update with the new icon upon Firefox update. It previously only updated the icon for new installs.
Visuals
- We’re mostly fixing bugs and polishing things right now.
- ntim updated the close icon style to match the Photon spec.
- Contributor Michael Kohler renamed the compact themes to just “Dark” and “Light” and removed all the MOZ_PHOTON_THEME ifdefs (phew!).
- Johann added a UI migration for compact dark/light themes to enable compact mode.
- Dão removed the tab title centering on Mac, making it consistent with our tab titles on the other platforms.
Preferences
- Continuing on visual refresh and update for 57. Please file bugs for visual styles in Preferences, Add-on Manager, other in-content pages, etc.
Privacy/Security
- Prathiksha made it that we hide the permission section in the identity popup on pages that display chrome UI (on about: pages).
Sync / Firefox Accounts
- We’re wrapping up iOS bidirectional sync work!
- Form Autofill Address sync is now enabled on Nightly. Enable it in about:preferences#sync
Test Pilot
- All Test Pilot experiments are off the Add-on SDK now!
- All Test Pilot add-ons are getting signed through a new signing pipeline (not AMO) to allow for non-WebExtensions in the future.
- Planning to roll out Screenshots to Release in the next couple of weeks.
Web Payments
- Landed:
- Open and close a stub dialog when PaymentUIService’s showPayment and abortPayment are called (respectively)
- Moved to a remote frame for the dialog
- In Progress:
John M. wrote on
Leonardo Santagada wrote on
Johann Hofmann wrote on