ladybird/Services
Andreas Kling b51fde39a2 Services: Use direct references to main event loops
Store direct Core::EventLoop references in WebDriver and the
Compositor when callbacks post back to the process main loop. The
main event loop is intentionally kept alive for the lifetime of these
services, so these paths no longer need WeakEventLoopReference guards.
2026-06-05 09:18:39 +02:00
..
Compositor Services: Use direct references to main event loops 2026-06-05 09:18:39 +02:00
ImageDecoder LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
RequestServer LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
WebContent LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
WebDriver Services: Use direct references to main event loops 2026-06-05 09:18:39 +02:00
WebWorker LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
CMakeLists.txt Compositor+LibWebView+WebContent: Scaffold opt-in Compositor process 2026-05-22 19:50:42 +01:00