Age | Commit message (Expand) | Author |
---|---|---|
2021-10-03 | LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables | Andreas Kling |
2021-10-03 | LibWeb: Only take runnable tasks from the HTML task queue | Andreas Kling |
2021-09-26 | LibWeb: Implement window.queueMicrotask(callback) | Andreas Kling |
2021-09-09 | LibWeb: Schedule HTML::EventLoop processing when there are queued tasks | Andreas Kling |
2021-09-09 | LibWeb: Add a bare-bones HTML event loop with a task queue | Andreas Kling |