ladybird/Services
Timothy Flynn d215446e35 RequestServer: Store fewer objects globally
Especially for the disk cache, it always felt a bit sketchy to create
these objects on the global stack. We now create them in RequestServer's
main() where we can be more certain of destruction order, and pass them
to ConnectionFromClient instances.
2026-02-15 15:25:30 -05:00
..
ImageDecoder ImageDecoder: Add streaming animation decode sessions 2026-02-13 18:34:24 +01:00
RequestServer RequestServer: Store fewer objects globally 2026-02-15 15:25:30 -05:00
WebContent WebContent: Remove unused get_window_handle() IPC method 2026-02-15 08:21:41 -05:00
WebDriver WebDriver: Send window handle asynchronously after WebContent connects 2026-02-15 08:21:41 -05:00
WebWorker LibHTTP+Everywhere: Move the cookie implementation to LibHTTP 2026-02-10 12:21:20 +01:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00