Bug 1707590 - Part 2: Implement nsJXLDecoder r=tnikkel

Differential Revision: https://phabricator.services.mozilla.com/D113359
This commit is contained in:
Kagami Sascha Rosylight
2021-05-06 01:14:21 +00:00
parent d7d62ba1aa
commit b5bd9f27ae
26 changed files with 325 additions and 5 deletions

View File

@@ -1136,6 +1136,7 @@ const kImageExtensions = new Set([
"svg",
"webp",
"avif",
"jxl",
]);
function getNormalizedLeafName(aFile, aDefaultExtension) {