ladybird/Ladybird/WebContent
Andreas Kling 7b963e1e98 LibCore+Ladybird: Add EventLoopManager interface for persistent state
Things such as timers and notifiers aren't specific to one instance of
Core::EventLoop, so let's not tie them down to EventLoopImplementation.

Instead, move those APIs + signals & a few other things to a new
EventLoopManager interface. EventLoopManager also knows how to create a
new EventLoopImplementation object.
2023-04-25 18:01:35 +02:00
..
CMakeLists.txt Ladybird: Remove Web::Platform plugins for Qt in favor of LibCore 2023-04-25 14:48:40 +02:00
main.cpp LibCore+Ladybird: Add EventLoopManager interface for persistent state 2023-04-25 18:01:35 +02:00