1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-29 03:42:07 +00:00
serenity/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling e0c7f8dafa LibWeb: Give HTML::EventLoop a pointer to the JS::VM
This will be required for event loop processing.
2021-09-09 02:18:31 +02:00
..
EventLoop.cpp LibWeb: Give HTML::EventLoop a pointer to the JS::VM 2021-09-09 02:18:31 +02:00
EventLoop.h LibWeb: Give HTML::EventLoop a pointer to the JS::VM 2021-09-09 02:18:31 +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 to model "generic task sources" 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