summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@protonmail.com>2022-06-19 15:40:33 +0800
committerJob Bautista <jobbautista9@protonmail.com>2022-06-29 13:53:09 +0800
commit888c35be894bf163f37bb58bc4049f0f6ff3db60 (patch)
tree3cb3fe7f14545f17ccf3e7bdc3748b4fb63a674b /modules
parent73e06b6df9e396ef080fefcaa3196265bff723c4 (diff)
downloaduxp-888c35be894bf163f37bb58bc4049f0f6ff3db60.tar.gz
Issue #1769 - Part 2: Implement JPEG-XL decoder and about:config and MIME plumbing.
Backported from Mozilla bug 1707590 whereever possible.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 31e71ca777..f763be1434 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4173,6 +4173,10 @@ pref("image.multithreaded_decoding.limit", -1);
// Whether we attempt to decode WebP images or not.
pref("image.webp.enabled", true);
+#ifdef MOZ_JXL
+pref("image.jxl.enabled", false);
+#endif
+
// Limit for the canvas image cache. 0 means we don't limit the size of the
// cache.
pref("canvas.image.cache.limit", 0);