ladybird/Userland/Libraries/LibWeb/HTML/Scripting
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
..
ClassicScript.cpp LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
ClassicScript.h LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
Environments.cpp LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
Environments.h LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
ExceptionReporter.cpp LibWeb: Support passing more parameter types to HTML::report_exception() 2022-02-08 17:47:44 +00:00
ExceptionReporter.h LibWeb: Support passing more parameter types to HTML::report_exception() 2022-02-08 17:47:44 +00:00
Script.cpp LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
Script.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
WindowEnvironmentSettingsObject.cpp LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
WindowEnvironmentSettingsObject.h LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00