Age | Commit message (Expand) | Author |
---|---|---|
2022-09-24 | LibWeb: Use JS::SafeFunction in the HTML task queues | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-02-08 | LibWeb: Implement the JS host hooks for promises, job callbacks and more | Luke Wilde |
2021-10-03 | LibWeb: Only take runnable tasks from the HTML task queue | Andreas Kling |
2021-10-03 | LibWeb: Run setTimeout() and setInterval() callbacks as HTML tasks | Andreas Kling |
2021-09-26 | LibWeb: Implement window.queueMicrotask(callback) | Andreas Kling |
2021-09-19 | LibWeb: Add HTML::Task::Source::PostedMessage | Andreas Kling |
2021-09-17 | LibWeb: Add HTML::Task::Source::IdleTask | Andreas Kling |
2021-09-09 | LibWeb: Add HTML::Task::Source to model "generic task sources" | Andreas Kling |
2021-09-09 | LibWeb: Add a bare-bones HTML event loop with a task queue | Andreas Kling |