Highlights
- We have a brand new batch of students from CalState LA working with us on improving the Migrator component as part of a Capstone course! They’re just getting ramped up, so stay tuned to hear more from them.
- WebExtension Manifest v3 work is well underway
- Added initial support for the subset of the DeclarativeNetRequest API used to manage the session rules
- A reminder that Mozilla plans to continue support for the Manifest v2 blocking WebRequest API (this API powers, for example, uBlock Origin) while simultaneously supporting Manifest v3.
- Support for Event Pages (background pages with the persistent flag set to false) has been enabled for Manifest v2 WebExtensions on all channels
- This should make it easier to gradually migrate Manifest v2 WebExtensions to Manifest v3.
- Added initial support for the subset of the DeclarativeNetRequest API used to manage the session rules
- The DevTools team has some great updates for you:
- They’ve made opening the debugger ~6 to 9% faster (perfherder), by changing how we’re handling syntax highlighting (bug)
- Julian made opening the StyleEditor 90% faster (perfherder) on pages with minified stylesheets (bug)
- This impacts websites like Gmail, but also probably opening the StyleEditor in BrowserToolbox
- Go check out the DevTools section down below for more awesome improvements!
- Janvi01 added new seek button controls to the Picture-in-Picture player window to move forward or backward 5 seconds
- This must be enabled by setting `media.videocontrols.picture-
in-picture.improved-video- controls.enabled` to `true` in about:config - This might undergo some visual redesign as we consider additional controls
- This must be enabled by setting `media.videocontrols.picture-
Friends of the Firefox team
Resolved bugs (excluding employees)
Script to find new contributors from bug list
Volunteers that fixed more than one bug
- Itiel
- Jonas Jenwald [:Snuffleupagus]
New contributors (🌟 = first patch)
- 🌟 Renatoalencar.73 fixed about:logins Cancel button behavior
- Parttimenerd worked on Firefox Profiler bugs. Thanks!
Project Updates
Add-ons / Web Extensions
WebExtensions Framework
- Fixed a regression related to the extension sidebar panel becoming blank when users changes the browser language while the sidebar panel is open – Bug 1786262 (regressed in Firefox 100 by Bug 1755181)
- Fixed a recent browserAction popup regressions on action popups opened while the widget got automatically moved into the overflow menu – Bug 1786587 (regressed recently in the current Nightly 106 by Bug 1783972)
- John Bieling moved LanguageDetector.jsm at toolkit level to fix i18n.detectLanguage API in non Firefox Desktop builds, included Firefox for Android (where LanguageDetector.jsm was not available) – Bug 1764698 / Bug 1712214
Addon Manager & about:addons
- Nicolas Chevobbe migrated GMPProvider.jsm to system ESM modules – Bug 1787724
- Itiel contributed a fix to about:addons styling to improve contrast on the “Available Updates” badge in dark mode – Bug 1787621
WebExtensions APIs
- The action API (browserAction/pageAction) setPopup url to accept only same-extension extension urls to be set as popup urls, restriction enforced on manifest_version 3 extensions and extended to manifest_version 2 extensions on Firefox for Android (and in general GeckoView builds) – Bug 1760608
- As part of the ongoing ManifestVersion 3 (MV3) work:
- Event Pages:
- Extend Event Pages lifetime if there are API listener calls still pending – Bug 1785294
- Follow ups related to content scripts registered as persistAcrossSession using the new scripting API
- Clear persisted content script on addon updates Bug 1787145
- Avoid to wait for the scripting API rkv store initialization on addon startup if the extension doesn’t have any persisted content scripts – Bug 1785898
- Enforced a stricter append-only behavior on manifest_version 3 extensions changing the ContentSecurityPolicy headers from a WebRequest blocking listener – Bug 1785821
- Similar restrictions are expected to be applied also to other security headers as part of a separate followup – Bug 1786919
- These changes are introducing a stricter behavior for manifest_version 3, we expect more followup to be needed to open up again use cases that would not be allowed to extensions running under this stricter behavior.
- Event Pages:
Developer Tools
DevTools
- After adding similar feature for Header objects, Colin Cazabet added preview for FormData instances in the console and debugger (bug)
- Alex added the “reload” button to WebExtension toolboxes (bug)
- Alex also added the ability to automatically open DevTools from the webext CLI, adding a –devtools flag (bugzilla bug , webext Github PR)
- Unfortunately this introduced a regression which was swiftly fixed by Rob Wu (bug)
- Finally Alex started ESMifying DevTools codebase, starting with Launcher.jsm (bug)
- He will then proceed with the whole devtools/client folder
- Julian also fixed sorting cookies in the Storage inspector (bug)
- We fixed a long standing issue where errors and console.log messages would not be displayed in the right order in the console when they were emitted during the same millisecond (bug)
- Hubert fix a debugger crash when using “Close all tabs” on a minified file displaying an Error (bug)
- By popular demand, Hubert reintroduced the simple “Resend” context menu entry in the Netmonitor (bug)
- We now show condition text for @supports rules in the Inspector (bug)…
- …as well as for @container rules (bug) (container queries are still behind layout.css.container-queries.
enabled)
WebDriver BiDi
- Julian worked around object references
- He added resultOwnership support for script.evaluate and script.callFunction so you can get a reference (handle id) of a given object from the page, that you can then pass to other commands (bug, bug)
- And he implemented the script.disown command, which let the user release the reference so the object can be GCed (bug)
- Note that those references are also cleared on navigation
- Henrik fixed an issue in Marionette where the client didn’t mark the session as deleted when in_app shutdown was requested (bug)
Fluent
- netError.dtd’s are about to bite the dust, and after that, we can drop the brand DTDs!
- We now have fewer than 150 DTDs left in the tree!
ESMification status
- ESMification is underway! We have 125 .sys.mjs files and 1278 jsm files, ~9.7%
- There are more patches in flight.
- Don’t forget to add [esmification-timeline] to the whiteboard so it shows up on the status page.
- When adding new system module files, please use the new system rather than old jsm files.
- Check out this walkthrough to see how to do one of these conversions.
- Don’t forget to do both parts – 1) changing the modules and 2) updating imports in other files.
- There’s an #esmification Matrix room for questions and coordination
- [mconley] A number of ESMification bugs have been filed for our CalState students to get their feet wet on. If you see an open ESMification bug blocking this meta, please don’t take it.
Lint, Docs and Workflow
- HTTPS is now the default for tests – please use HTTPS rather than HTTP when writing new tests.
- ESLint rule prefer-boolean-length-check has now been turned on almost everywhere, previously it was only browser & toolkit.
- Layout is still pending, but will be looked at later in an effort for enabling many rules there.
- Thank you to nchevobbe who has been working on enabling some disabled ESLint rules on devtools.
- Thank you to samronning for fixing a no-unused-vars issue in intl/uconv/tests/unit/test_
bug340714.js
PDFs and Printing
- Jonas Jenwald fixed the event-format in AnnotationElement._
setDefaultPropertiesFromJS, added an indicator in the title if the document has been edited, removed the editorNone toolbar button, and changed the focus-outline to blue.
Performance Tools (aka Firefox Profiler)
-
Added an [X] button on track names in the timeline to quickly hide tracks. (PR #4170)
- Added self time category breakdown to our bottom panel sidebar. Thanks to our contributor parttimenerd for adding this feature! Example profile (PR #4195)
- Added the sum of the power usage in power track’s tooltips while selecting a time range. Example profile (PR #4172)
- Landed a big backend refactoring that allows us to not crash on an error during profiling/capturing like OOM. (Bug 1612799)
- Raptor browsertime tests now should output Firefox Profiler profiles for all the treeherder runs by default. You can directly open them in the Firefox Profiler view with a single click. (Bug 1786400)
Search and Navigation
- Daisuke made a change so that searches from the address bar now get a smaller frecency boost. This should reduce the amount of search result pages shown in address bar searches.
- Daisuke fixed an issue where text selection in the address bar could be lost when switching tabs.
- Stephanie improved suggestions when typing about: into the address bar.
- QuickActions:
- Daisuke has fixed various issues with inspector and print QuickActions showing in incorrect states, updated the “refresh”, “clear” and “update” to take the appropriate action and lots of other bug fixes and visual updates.
- Dale has split out the “add-ons” action into separate “extensions”, “themes” etc actions and prepared QuickActions for upcoming experimentation.
No comments yet
Post a comment