ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object
The environment settings object is effectively the context a piece of
script is running under, for example, it contains the origin,
responsible document, realm, global object and event loop for the
current context. This effectively replaces ScriptExecutionContext, but
it cannot be removed in this commit as EventTarget still depends on it.

https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object
2022-02-08 17:47:44 +00:00
..
EventLoop.cpp LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
EventLoop.h LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
Task.cpp LibWeb: Only take runnable tasks from the HTML task queue 2021-10-03 16:42:34 +02:00
Task.h LibWeb: Only take runnable tasks from the HTML task queue 2021-10-03 16:42:34 +02:00
TaskQueue.cpp LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables 2021-10-03 18:25:15 +02:00
TaskQueue.h LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables 2021-10-03 18:25:15 +02:00