Disable Nightly check for JPEG XL support#2936
Merged
MrAlex94 merged 1 commit intoBrowserWorks:currentfrom Jan 11, 2023
Merged
Conversation
Collaborator
|
Thanks! |
MrAlex94
pushed a commit
that referenced
this pull request
Jan 16, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Feb 17, 2023
davidmaxwaterman
pushed a commit
that referenced
this pull request
Mar 23, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Apr 13, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 4, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 6, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 9, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 9, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 9, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 11, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 12, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 19, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 19, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 19, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 19, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 19, 2023
MrAlex94
pushed a commit
that referenced
this pull request
May 19, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jun 4, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jun 5, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jun 5, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jun 5, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jun 5, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jul 3, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jul 3, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jul 31, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Aug 8, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Nov 20, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Nov 20, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Nov 20, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Dec 19, 2023
MrAlex94
pushed a commit
that referenced
this pull request
Jan 22, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Feb 14, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Feb 19, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Mar 19, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Mar 24, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Apr 16, 2024
MrAlex94
pushed a commit
that referenced
this pull request
May 13, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Jun 11, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Jul 2, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Aug 6, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Aug 12, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Aug 30, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Sep 3, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Sep 23, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Sep 30, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Oct 8, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Oct 10, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Oct 10, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Oct 15, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Oct 28, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Nov 4, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Nov 5, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Nov 8, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Nov 25, 2024
MrAlex94
pushed a commit
that referenced
this pull request
Jan 6, 2025
3 tasks
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.
As mentioned in #2924, 4e1dca7 does not actually affect anything, because JPEG XL support is disabled in anything but Nightly builds.
Weirdly, the
image.jxl.enabledconfig option is already set totrueby default in 000-waterfox.js. This means that all Waterfox releases have broken JPEG XL support, since Firefox (and therefore Waterfox) sends theAccept: image/jxlheader even if the JXL decoding support is not actually built and present.This leads to issues such as missing pictures on Shopify-powered sites:
This should fix it by actually enabling JPEG XL support out-of-the box in all builds by removing the Nightly check.
Additionally, this test page by Jon Sneyers may prove useful: https://jpegxl.info/test-page/