ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 5cf439cce0 LibWeb: Run setTimeout() and setInterval() callbacks as HTML tasks
We now invoke DOM timer callbacks via HTML tasks. This brings callback
sequencing closer to the spec, although there are still many
imperfections in this area.
2021-10-03 13:36:40 +02:00
..
EventLoop.cpp LibWeb: Implement window.queueMicrotask(callback) 2021-09-26 14:39:14 +02:00
EventLoop.h LibWeb: Implement window.queueMicrotask(callback) 2021-09-26 14:39:14 +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: Run setTimeout() and setInterval() callbacks as HTML tasks 2021-10-03 13:36:40 +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: Implement window.queueMicrotask(callback) 2021-09-26 14:39:14 +02:00