ladybird/Libraries/LibWebView/EventLoop
Aliaksandr Kalenik 2a98f0d7aa LibWebView: Allow unregistering notifier on different thread in Qt
This change updates Qt event loop implementation to allow notifiers to
be unregistered from threads other than the one they were created on.

Upcoming IPC changes will move transport socket reading into separate
thread and depend on this behavior.
2025-11-02 22:43:10 +01:00
..
EventLoopImplementationMacOS.h LibWebView: Add common source loop source for deferred_invoke() on macOS 2025-10-24 16:04:42 +02:00
EventLoopImplementationMacOS.mm LibWebView: Add common source loop source for deferred_invoke() on macOS 2025-10-24 16:04:42 +02:00
EventLoopImplementationQt.cpp LibWebView: Allow unregistering notifier on different thread in Qt 2025-11-02 22:43:10 +01:00
EventLoopImplementationQt.h LibCore: Remove unused "visible for timer purposes" concept 2025-08-11 16:55:25 +02:00
EventLoopImplementationQtEventTarget.cpp LibWebView+Services+UI: Move the EventLoop implementations to LibWebView 2024-11-11 07:35:43 -05:00
EventLoopImplementationQtEventTarget.h LibWebView+Services+UI: Move the EventLoop implementations to LibWebView 2024-11-11 07:35:43 -05:00