ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling ecb72f3b57 LibWeb: Add a bare-bones HTML event loop with a task queue
This patch attaches a HTML::EventLoop to the main thread JS::VM used
for JavaScript bindings in the web engine.

The goal here is to model the various task scheduling mechanisms of the
HTML specification.
2021-09-09 02:18:31 +02:00
..
EventLoop.cpp LibWeb: Add a bare-bones HTML event loop with a task queue 2021-09-09 02:18:31 +02:00
EventLoop.h LibWeb: Add a bare-bones HTML event loop with a task queue 2021-09-09 02:18:31 +02:00
Task.cpp LibWeb: Add a bare-bones HTML event loop with a task queue 2021-09-09 02:18:31 +02:00
Task.h LibWeb: Add a bare-bones HTML event loop with a task queue 2021-09-09 02:18:31 +02:00
TaskQueue.cpp LibWeb: Add a bare-bones HTML event loop with a task queue 2021-09-09 02:18:31 +02:00
TaskQueue.h LibWeb: Add a bare-bones HTML event loop with a task queue 2021-09-09 02:18:31 +02:00