ladybird/Services
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
..
Compositor RequestServer: Sandbox the process on Linux 2026-06-09 19:35:09 +02:00
ImageDecoder LibGfx: Split image decoders into a separate library 2026-06-10 11:55:48 +02:00
RequestServer RequestServer: Sandbox the process on Linux 2026-06-09 19:35:09 +02:00
WebContent WebContent: Sandbox renderer processes on Linux 2026-06-09 19:35:09 +02:00
WebDriver Services: Use direct references to main event loops 2026-06-05 09:18:39 +02:00
WebWorker WebContent: Sandbox renderer processes on Linux 2026-06-09 19:35:09 +02:00
CMakeLists.txt Compositor+LibWebView+WebContent: Scaffold opt-in Compositor process 2026-05-22 19:50:42 +01:00
RendererSandbox.h WebContent: Sandbox renderer processes on Linux 2026-06-09 19:35:09 +02:00
RendererSandboxLinux.cpp WebContent: Sandbox renderer processes on Linux 2026-06-09 19:35:09 +02:00
RendererSandboxUnimplemented.cpp WebContent: Sandbox renderer processes on Linux 2026-06-09 19:35:09 +02:00