Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ In Firefox 149, the previous C++ [JPEG XL](https://jpeg.org/jpegxl/) image decod

| Release channel | Version added | Enabled by default? |
| ----------------- | ------------- | ------------------- |
| Nightly | 90 | Yes |

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, this may have been correct for the old xl decoder but at some point it was disabled in nightly. To reflect the actual story for use right now I have just made this enabled in 153.

| Nightly | 153 | Yes |
| Developer Edition | 152 | No |
| Beta | 152 | No |
| Release | 152 | No |
Expand Down
4 changes: 4 additions & 0 deletions files/en-us/mozilla/firefox/releases/153/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ Firefox 153 is the current [Beta version of Firefox](https://www.firefox.com/en-
These features are shipping in Firefox 153 but are disabled by default.
To experiment with them, search for the appropriate preference on the `about:config` page and set it to `true`.
You can find more such features on the [Experimental features](/en-US/docs/Mozilla/Firefox/Experimental_features) page.

- \*\*JPEG XL image support: (Nightly): `image.jxl.enabled`

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, this appeared in 149 too, when the Rust decoder was added. Given that was some releases ago and this has gone into Nightly, I figure with adding again.


The rust-based [JPEG XL](https://jpeg.org/jpegxl/) image decoder is now enabled on nightly. ([Firefox bug 2040074](https://bugzil.la/2040074)).