summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/EventLoop/TaskQueue.cpp
AgeCommit message (Expand)Author
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2021-10-03LibWeb: Only auto-reschedule HTML::EventLoop when there are runnablesAndreas Kling
2021-10-03LibWeb: Only take runnable tasks from the HTML task queueAndreas Kling
2021-09-09LibWeb: Schedule HTML::EventLoop processing when there are queued tasksAndreas Kling
2021-09-09LibWeb: Add a bare-bones HTML event loop with a task queueAndreas Kling