ladybird/Services/WebDriver
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
..
Client.cpp WebDriver: Stop using the ancient Core::EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
Client.h WebDriver: Stop using the ancient Core::EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
CMakeLists.txt LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00
main.cpp LibCore: Keep main event loops alive 2026-06-05 09:18:39 +02:00
Session.cpp Services: Use direct references to main event loops 2026-06-05 09:18:39 +02:00
Session.h Services: Use direct references to main event loops 2026-06-05 09:18:39 +02:00
WebContentConnection.cpp WebDriver: Send window handle asynchronously after WebContent connects 2026-02-15 08:21:41 -05:00
WebContentConnection.h WebDriver: Send window handle asynchronously after WebContent connects 2026-02-15 08:21:41 -05:00