Issue #1769 - Part 2: Implement JPEG-XL decoder and about:config and MIME plumbing.

Backported from Mozilla bug 1707590 whereever possible.
This commit is contained in:
Job Bautista 2022-06-19 15:40:33 +08:00 committed by roytam1
commit 51ea0e4f3a
15 changed files with 257 additions and 4 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,3 @@
# JXL tests
pref(image.jxl.enabled,true) == jxl-size-33x33.jxl jxl-size-33x33.png

View file

@ -28,6 +28,9 @@ skip-if(Android) include ico/reftest.list
# JPEG tests
include jpeg/reftest.list
# JXL tests
skip-if(Android) include jxl/reftest.list
# GIF tests
include gif/reftest.list