mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +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
|
|
@ -503,6 +503,7 @@ static const nsExtraMimeTypeEntry extraMimeEntries[] =
|
|||
{ IMAGE_XBM, "xbm", "XBM Image" },
|
||||
{ IMAGE_SVG_XML, "svg", "Scalable Vector Graphics" },
|
||||
{ IMAGE_WEBP, "webp", "WebP Image" },
|
||||
{ IMAGE_JXL, "jxl", "JPEG XL Image File" },
|
||||
{ MESSAGE_RFC822, "eml", "RFC-822 data" },
|
||||
{ TEXT_PLAIN, "txt,text", "Text File" },
|
||||
{ TEXT_HTML, "html,htm,shtml,ehtml", "HyperText Markup Language" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue