Firefox DevTools Newsletter — 135

Posted by

,

Developer Tools help developers write and debug websites on Firefox. This newsletter gives an overview of the work we’ve done as part of the Firefox 135 release cycle.

Firefox being an open source project, we are grateful to get contributions from people outside of Mozilla:

Want to help? DevTools are written in HTML, CSS and JS so any web developer can contribute! Read how to setup the work environment and check the list of mentored issues

Highlights

  • You can now navigate the Debugger call stack panel using the keyboard up/down arrow keys (#1843324)
  • We added an option in the Debugger so you can control whether WebExtensions scripts should be visible in the sources tree (#1413872, #1933194)
The Debugger sources tree with a cog-icon button in the top-right corner. An anchored menu is displayed poiting to the button, and includes a "Show content script" checked item.
In the sources tree we can see entries for a few webextension (for example uBlock Origin)
  • Did you know that you can set a name for Workers? The threads panel in the Debugger will now use this name when it’s defined for a worker (#1589908)
  • We fixed an issue where the Preview popup wouldn’t show the value for the hovered expression (#1941269)
  • File and data URI requests are now visible in the Network Monitor (#1903496, #972821)
  • The partition key for CHIPS cookies is now displayed in the storage panel (#1895215)
  • You probably know that the WebConsole comes with nice helpers to interact with the page. For example $$() is kind of an alias for document.querySelectorAll() (except it returns an Array, while the latter returns a NodeList). In Firefox 135, we added a $$$() helper which will returns element matching the passed selector, including elements in the shadow DOM.
  • Finally, we improved the stability of the toolbox, especially when your machine is under heavy load (#1918267)

That’s it for this month, thank you for reading this and using our tools, see you in a few weeks for a new round of updates 🙂

Full list of fixed bugs in DevTools for the Firefox 135 release:

Leave a Reply

Your email address will not be published. Required fields are marked *