1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Tests/LibGfx
aplefull 57d0c563e0 LibGfx: Fix handling of partially corrupt GIFs
GIF loader was completely failing when encountering errors with
frame descriptors or individual frames, even when some frames were
successfully loaded. Now we attempt to decode at least some frames
and fail only when no frames can be decoded at all.
2025-03-20 16:12:53 +01:00
..
test-inputs LibGfx: Fix handling of partially corrupt GIFs 2025-03-20 16:12:53 +01:00
BenchmarkJPEGLoader.cpp Everywhere: Remove Serenity specific code from tests 2024-07-05 07:29:51 +02:00
CMakeLists.txt LibGfx: Remove ICC::Profile and friends 2024-12-16 07:39:49 +01:00
TestColor.cpp LibGfx: Reimplement from_hsla 2024-11-22 12:10:30 +01:00
TestImageDecoder.cpp LibGfx: Fix handling of partially corrupt GIFs 2025-03-20 16:12:53 +01:00
TestImageWriter.cpp LibGfx: Remove ICC::Profile and friends 2024-12-16 07:39:49 +01:00
TestQuad.cpp LibGfx: Verify Rect and Quad are consistent in boundary point inclusions 2024-12-15 23:27:42 +01:00
TestRect.cpp LibGfx: Add Rect::unite() 2025-01-23 09:33:10 +01:00
TestWOFF.cpp LibGfx+LibWeb: Remove typeface classes for WOFF fonts 2024-07-22 15:05:04 +02:00
TestWOFF2.cpp LibGfx: Move FontDatabase internals to SystemFontProvider interface 2024-10-15 15:09:16 -06:00