惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
News and Events Feed by Topic
GbyAI
GbyAI
博客园 - Franky
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
I
InfoQ
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
有赞技术团队
有赞技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
F
Full Disclosure
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Vercel News
Vercel News
博客园 - 【当耐特】
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Project Zero
Project Zero
量子位
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
美团技术团队
Attack and Defense Labs
Attack and Defense Labs
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
罗磊的独立博客
P
Proofpoint News Feed
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
S
SegmentFault 最新的问题
L
LINUX DO - 最新话题
Simon Willison's Weblog
Simon Willison's Weblog
爱范儿
爱范儿
博客园 - 聂微东
A
About on SuperTechFans
PCI Perspectives
PCI Perspectives
D
Docker

Firefox Nightly Notes

Firefox Firefox Firefox Firefox
Firefox
2026-07-06 · via Firefox Nightly Notes

Version 154.0a1, first offered to Nightly channel users on June 15, 2026

Firefox Nightly gets updated every day and as a consequence, the release notes for the Nightly channel are updated continuously to reflect features that have reached sufficient maturity to benefit from community feedback and bug reports.

Warning: Features listed here may or may not make a final release of Firefox.

In addition to these release notes, you can follow ongoing development on our @FirefoxNightly Bluesky account, our @FirefoxNightly Mastodon account as well as read our Nightly Blog.

You can interact with other Firefox Nightly users and give your feedback to Mozilla staff in the Nightly Matrix room on chat.mozilla.org.

  • Starting with Firefox 152, the address bar in Nightly builds autofills the pages you visit most - including specific pages within a site, not just site homepages - based on your browsing habits, and lets you dismiss suggestions you don’t want.

    Bug 2032547

  • Exceptions for sites that have their cookies & site data cleared on shutdown can now be set without exempting the site from tracking protection and other cookie restrictions.

    Bug 1767271

  • Starting with Firefox 154, Firefox Nightly now supports QUIC version 2 (RFC 9369) for HTTP/3 connections. Firefox offers both QUIC v1 and v2 using compatible version negotiation (RFC 9368). The server selects which version is used, so connections upgrade to QUIC v2 when the server chooses it and remain on QUIC v1 otherwise.

    Bug 2040450

  • Firefox's Local Network Access protections now extends to WebSocket connections. Websites that try to open a WebSocket to a device on your local network will now ask for your permission first

    Bug 2042339

  • In Firefox for Android, improved the reliability of automatic translations for users with multiple languages selected in system settings.

    Bug 1975878

  • The address bar now includes a "Manage AI" quick action that opens the AI section of Settings.

    Bug 2038834

  • Video seeking is now significantly faster on macOS, making scrubbing and jumping to a point in a video much more responsive.

    Bug 2049301

  • The JSON Viewer now shows a breadcrumb path at the bottom for the selected entry.

    Bug 1850288

  • Firefox now supports Iterator.prototype.includes(), allowing developers to check whether an iterator contains a given value without first converting it to an array.

    Bug 2034104

  • Starting with Firefox 152, Nightly builds allow the attr() function to be used in any CSS property. It now also allows to specify how the attribute value is parsed into a CSS value.

    Bug 2038939

  • Starting with Firefox 154, Firefox Nightly now supports the alpha() CSS function. This is a relative color function that can be used to modify just the alpha component of a given color.

    Bug 2047437

  • Starting with Firefox 153, Firefox Nightly ships an experimental implementation of the link-parameters property by Tyler Thrailkill.

    Bug 2046153

  • Added a time picker user interface to <input type="time"> and <input type="datetime-local">, making selecting a time more accessible and intuitive.

    Bug 1726107

  • Starting with Firefox 154, Firefox Nightly now supports the progress() CSS function. This is a math function that can be used in calculations to compute the position of a value relative to a start and an end.

    Bug 2047015

  • Starting with Firefox 153, Nightly builds support the new JPEG XL image format, which generally has better compression than WebP, JPEG, PNG and GIF and is designed to supersede them.

    Bug 2040074

  • Starting with Firefox 153, Firefox Nightly now supports two new keywords closest-corner and farthest-corner for the radial size in the circle() and ellipse() functions.

    Bug 2045278

  • Firefox now supports the sibling-index() and sibling-count() CSS functions. These functions allow an element to be styled with calculations that use its index among its siblings and its total count of siblings (including itself), respectively.

    Bug 2045706

  • Starting with Firefox 154, Firefox Nightly now supports the text-box-trim and text-box-edge CSS properties, and the associated text-box shorthand. These properties allow you to control the leading space above and below text, enabling simpler and consistent vertical spacing and alignment.

    Bug 2050138

  • Firefox now supports the Iterator.prototype.join method that allows joining an iterator into a string, similar to Array.prototype.join.

    Bug 2047995

  • Starting with Firefox 154, Firefox Nightly now supports the CSS Typed Object Model API (Typed OM). This API allows web applications and other Web Platform features to work with CSS values through typed JavaScript objects instead of strings.

    Bug 2051047

  • Added support for the No-Vary-Search HTTP response header for the HTTP disk cache. Servers can now declare which URL query parameters are irrelevant to the response, allowing Firefox to reuse cached resources across parameter variations and improving cache hit rates.

    Bug 2038013

  • Firefox now supports new Iterator.prototype.chunks and Iterator.prototype.windows methods that allow consuming an iterator as either overlapping or non-overlapping subsequences of configurable size.

    Bug 2047997