Add jxl-rs decoder to Firefox 149 release notes and experimental features page#43400
Open
Add jxl-rs decoder to Firefox 149 release notes and experimental features page#43400
Conversation
Contributor
|
Preview URLs (2 pages) External URLs (3)URL:
URL:
|
dipikabh
approved these changes
Mar 11, 2026
Contributor
dipikabh
left a comment
There was a problem hiding this comment.
Looking good, I've left a rephrasing suggestion for you to consider.
Thank you!
|
|
||
| - **JPEG XL image support: Rust-based decoder**: `image.jxl.enabled` | ||
|
|
||
| The internal [JPEG XL](https://jpeg.org/jpegxl/) image decoder has been replaced with a new Rust-based implementation using the `jxl-rs` library, replacing the previous C++ decoder. ([Firefox bug 1986393](https://bugzil.la/1986393)). |
Contributor
There was a problem hiding this comment.
or this:
Suggested change
| The internal [JPEG XL](https://jpeg.org/jpegxl/) image decoder has been replaced with a new Rust-based implementation using the `jxl-rs` library, replacing the previous C++ decoder. ([Firefox bug 1986393](https://bugzil.la/1986393)). | |
| The previous C++ [JPEG XL](https://jpeg.org/jpegxl/) image decoder has been replaced with a new Rust-based implementation that uses the `jxl-rs` library. ([Firefox bug 1986393](https://bugzil.la/1986393)). |
- "using" could mean that the decoder replacement was done using that library, rather than that the new implementation uses it
| See [Firefox bug 1539075](https://bugzil.la/1539075) for more details. | ||
|
|
||
| Note that, as shown below, the feature is only available on Nightly builds (irrespective of whether the preference is set). | ||
| In Firefox 149, the internal JPEG XL image decoder was replaced with a new Rust-based implementation using the `jxl-rs` library ([Firefox bug 1986393](https://bugzil.la/1986393)). |
Contributor
There was a problem hiding this comment.
same suggestion here
Plus you might want to add the link JPEG XL link and the C++ mention here as well
FooIbar
reviewed
Mar 12, 2026
| | Release | — | — | | ||
| | Developer Edition | 149 | No | | ||
| | Beta | 149 | No | | ||
| | Release | 149 | No | |
There was a problem hiding this comment.
FYI it's still nightly only so these should not be changed.
https://github.com/mozilla-firefox/firefox/blob/7095e662eec49a42856e0d99f2ff96c08130119c/toolkit/moz.configure#L915
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the jxl-rs decoder as an experimental feature.
Motivation
Firefox 149 release project.