ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 6283c098ad LibWeb: Improve HTML::EventLoop::spin_until()
This algorithm now saved and restores the JavaScript execution context
stack while performing a microtask checkpoint, as the spec mandates.
2021-10-03 16:42:34 +02:00
..
EventLoop.cpp LibWeb: Improve HTML::EventLoop::spin_until() 2021-10-03 16:42:34 +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