1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 11:04:59 +00:00
serenity/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 64df30230d LibWeb: Add HTML::Task::Source::IdleTask
This represents what the spec calls the "idle-task task source".
2021-09-17 13:20:18 +02:00
..
EventLoop.cpp LibWeb: Schedule HTML::EventLoop processing when there are queued tasks 2021-09-09 02:30:53 +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::IdleTask 2021-09-17 13:20:18 +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