Firefox 77 releases: WebRender available by default on Windows 10

The Firefox 76 version is officially released. It is available to download.

Changelog

New

  • Pocket recommendations, featuring some of the best stories on the web, will appear on the Firefox new tab for our users in the UK. If you don’t see them, you can turn on Pocket articles in your new tab, follow these steps.
  • WebRender continues its roll out to more Firefox for Windows users, now available by default on Windows 10 laptops running on Nvidia GPUs with medium (<= 3440×1440) and large screens (> 3440×1440).
  • You can view and manage web certificates more easily on the new about:certificate page.

Fixed

  • Various security fixes.
  • A number of features have been fixed to improve Firefox accessibility.
    • The applications list in Firefox Options is now accessible to screen reader users.
    • Some live regions previously didn’t report updated text with the JAWS screen reader. This issue has been fixed.
    • Date/time inputs are now no longer missing labels for users of accessibility tools.

Changed

The browser.urlbar.oneOffSearches preference has been removed. To hide one-off search buttons uncheck search engines on the about:preferences#search page

Developer

  • Significant improvements to JavaScript debugging make loading and stepping through sources faster and with less memory being used over time. Source map support also got a lot more reliable and will just work for a lot more cases.
  • Added support for the JavaScript API String.prototype.replaceAll() which allows developers to return a new string with all matches to the provided pattern while preserving the original string.