ladybird/Utilities
Andreas Kling 37e7526367 LibGfx: Split image decoders into a separate library
Move the image loader sources and decoder-only dependencies from LibGfx
into a new LibImageDecoders library. This keeps the APNG-enabled PNG
loader out of processes that only need core graphics and image writers.

Link the ImageDecoder service, direct decoder tests, fuzzers, test-web,
and the image utility against LibImageDecoders where they still decode
images in-process.
2026-06-10 11:55:48 +02:00
..
CMakeLists.txt LibGfx: Split image decoders into a separate library 2026-06-10 11:55:48 +02:00
dns.cpp LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
dump-html-tokens.cpp LibWeb: Add HTML tokenizer dump tests 2026-05-15 21:01:40 +02:00
dump-html-tree.cpp LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
image.cpp Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
js.cpp Utilities: Replace LibLine with libedit 2026-06-05 00:09:37 +02:00
test262-runner.cpp LibJS: Move bytecode interpreter state to VM 2026-04-13 18:29:43 +02:00
wasm.cpp Utilities: Keep wasm event loop alive 2026-06-05 09:18:39 +02:00
xml.cpp LibXML+LibWeb: Use existing HTML entities table for XML parsing too 2026-01-09 19:13:41 +00:00