mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
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:
parent
7983f5d8ba
commit
51ea0e4f3a
15 changed files with 257 additions and 4 deletions
BIN
image/test/reftest/jxl/jxl-size-33x33.jxl
Normal file
BIN
image/test/reftest/jxl/jxl-size-33x33.jxl
Normal file
Binary file not shown.
BIN
image/test/reftest/jxl/jxl-size-33x33.png
Normal file
BIN
image/test/reftest/jxl/jxl-size-33x33.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
3
image/test/reftest/jxl/reftest.list
Normal file
3
image/test/reftest/jxl/reftest.list
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# JXL tests
|
||||
|
||||
pref(image.jxl.enabled,true) == jxl-size-33x33.jxl jxl-size-33x33.png
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue