ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 926a49cd81 LibWeb: Use Core::EventLoop::spin_until() for the ad-hoc loop spinning
The ideal solution here is to implement a more spec-compliant event
loop, but while we get all the pieces in place for that, this at least
makes the HTML event loop a bit more responsive since it never has to
wait for a 16ms timer to fire.
2021-09-25 19:34:21 +02:00
..
EventLoop.cpp LibWeb: Use Core::EventLoop::spin_until() for the ad-hoc loop spinning 2021-09-25 19:34:21 +02:00
EventLoop.h LibWeb: Schedule HTML::EventLoop processing when there are queued tasks 2021-09-09 02:30:53 +02:00
Task.cpp LibWeb: Add HTML::Task::Source to model "generic task sources" 2021-09-09 02:18:31 +02:00
Task.h LibWeb: Add HTML::Task::Source::PostedMessage 2021-09-19 22:34:44 +02:00
TaskQueue.cpp LibWeb: Schedule HTML::EventLoop processing when there are queued tasks 2021-09-09 02:30:53 +02:00
TaskQueue.h LibWeb: Schedule HTML::EventLoop processing when there are queued tasks 2021-09-09 02:30:53 +02:00