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

推荐订阅源

大猫的无限游戏
大猫的无限游戏
K
Kaspersky official blog
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence
小众软件
小众软件
云风的 BLOG
云风的 BLOG
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
量子位
S
Secure Thoughts
G
GRAHAM CLULEY
C
CXSECURITY Database RSS Feed - CXSecurity.com
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
T
Threat Research - Cisco Blogs
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Cisco Talos Blog
Cisco Talos Blog
G
Google Developers Blog
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
有赞技术团队
有赞技术团队
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
Google DeepMind News
Google DeepMind News
C
Cisco Blogs
D
Darknet – Hacking Tools, Hacker News & Cyber Security
博客园 - 聂微东
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
Forbes - Security
Forbes - Security
Engineering at Meta
Engineering at Meta
S
Security Affairs
Help Net Security
Help Net Security
博客园 - 三生石上(FineUI控件)
AWS News Blog
AWS News Blog
博客园 - 叶小钗
Recent Commits to openclaw:main
Recent Commits to openclaw:main
V2EX - 技术
V2EX - 技术
Hacker News: Ask HN
Hacker News: Ask HN
Project Zero
Project Zero
H
Heimdal Security Blog
W
WeLiveSecurity
C
Check Point Blog

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