Planet Mozilla
Follow the pulse of the Mozilla project. Aggregated updates from the developers, designers, and volunteers building a better internet.
As a reminder, you can follow the general Mozilla news, team work and individual contributors work on Planet Mozilla (which has a RSS feed you can subscribe to). We have 1 to 2 blog posts per day on Planet. planet.mozilla.org
13.02.2026 15:47 β
π 14
π 2
π¬ 0
π 0
Here's a quick rundown of what we delivered as part of Interop 2025, and what's planned for Interop 2026!
12.02.2026 17:31 β
π 122
π 21
π¬ 5
π 2
Screenshot of the AI Controls panel in Firefox Nightly preferences
AI Controls are available in Firefox Nightly preferences!
Documentation: support.mozilla.org/kb/firefox-a...
If you find a bug, please report it on Bugzilla via this link: mzl.la/AIControlsFi...
Thanks!
03.02.2026 09:43 β
π 49
π 10
π¬ 2
π 2
AI Controls (formally 'kill switch') are landing in today's Firefox Nightly, and will land with Firefox 148 later this month.
02.02.2026 17:07 β
π 110
π 34
π¬ 12
π 9
FOSDEM 2026 - Browser and web platform
Brussels, here we come! π¦π§πͺ
Mozilla will be at @fosdem.org next weekend. Swing by our stand to meet our staff and volunteers, and join the "Browser and Web Platform" devroom on Saturday!
Track schedule: fosdem.org/2026/schedul...
26.01.2026 16:19 β
π 12
π 2
π¬ 0
π 0
Firefox JSON Viewer opened for the html entites JSON file
We can see the various properties of the JSON file, which are all objects containing a "characters" and a "codepoints" properties.
The Console is opened at the bottom. In it, we can see a console message explaining that some data is available (`$json.data` - the parsed JSON object, $json.text` - the original JSON text and `$json.headers` - HTTP request and response headers)
There's a console evaluation done with the following snippet:
```js
Object.entries($json.data)
.filter(([k, v]) => v.codepoints.length > 1)
.map(([k, v]) => ({characters: v.characters, htmlEntity: k, codepoints: v.codepoints}))
```
and the result shows an array of objects containing "characters", "htmlEntity" and "codepoints" properties.
The @firefoxdevtools.bsky.social JSON viewer got better in @firefoxnightly.bsky.social : the console offers access to the original json data via `$json`.
This allows to easily manipulate the underlying data to get what you want
07.11.2025 11:40 β
π 99
π 28
π¬ 4
π 1
Mastodon
We are woking on this regression,thttps://bugzilla.mozilla.org/show_bug.cgi?id=1992436
Thanks!
06.10.2025 09:12 β
π 1
π 0
π¬ 1
π 0
As of bugzilla.mozilla.org/1944719 this is now possible
25.07.2025 12:33 β
π 4
π 1
π¬ 1
π 0
Devotion to Duty
Happy sysadmin day!
xkcd.com/705/
25.07.2025 12:03 β
π 11
π 3
π¬ 1
π 0
A test page that shows which features of the View Transition API your browser supports, here showing Firefox Nightly (142).
It supports not only same-document view transitions but also the view-transition-class property that is specified in the Level 2 specification.
Just spotted: Firefox Nightly already supports view-transition-class from the Level 2 spec.
14.07.2025 17:18 β
π 8
π 1
π¬ 1
π 0