mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +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
|
|
@ -15,8 +15,7 @@
|
|||
#include "nsCOMPtr.h"
|
||||
#include "SurfaceFlags.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace image {
|
||||
namespace mozilla::image {
|
||||
|
||||
class Decoder;
|
||||
class IDecodingTask;
|
||||
|
|
@ -38,6 +37,7 @@ enum class DecoderType
|
|||
ICO,
|
||||
ICON,
|
||||
WEBP,
|
||||
JXL,
|
||||
UNKNOWN
|
||||
};
|
||||
|
||||
|
|
@ -200,7 +200,6 @@ private:
|
|||
bool aIsRedecode);
|
||||
};
|
||||
|
||||
} // namespace image
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::image
|
||||
|
||||
#endif // mozilla_image_DecoderFactory_h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue