1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
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
..
CallbackType.h LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
CSSNamespace.cpp LibWeb: Convert the CSS namespace object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
CSSNamespace.h LibWeb: Convert the CSS namespace object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
CSSRuleWrapperFactory.cpp LibWeb: Add the CSSStyleRule interface with some limited functionality 2021-09-30 00:00:55 +02:00
CSSRuleWrapperFactory.h LibWeb: Add the CSSStyleRule interface with some limited functionality 2021-09-30 00:00:55 +02:00
CSSStyleDeclarationWrapperCustom.cpp LibJS: Rename PropertyName to PropertyKey 2021-10-24 17:18:07 +02:00
EventListenerWrapper.cpp LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
EventListenerWrapper.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventTargetWrapperFactory.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventTargetWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventWrapperFactory.cpp LibWeb: Implement PromiseRejectionEvent 2021-10-11 13:30:17 +01:00
EventWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ExceptionOrUtils.h LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr 2021-10-31 18:51:07 +01:00
IDLAbstractOperations.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
IDLAbstractOperations.h LibWeb: Implement "get a copy of the bytes held by the buffer source" 2021-12-14 09:01:06 +01:00
ImageConstructor.cpp LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 2021-10-21 09:02:23 +01:00
ImageConstructor.h LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 2021-10-21 09:02:23 +01:00
LocationObject.cpp LibWeb: Convert the Location object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
LocationObject.h LibWeb: Convert the Location object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
MainThreadVM.cpp LibJS: Reduce header dependency graph in Realm.h 2022-02-07 19:16:46 +01:00
MainThreadVM.h LibWeb: Add missing #include to MainThreadVM.h 2021-09-19 22:34:44 +02:00
NavigatorObject.cpp LibWeb: Convert the Navigator object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
NavigatorObject.h LibWeb: Convert the Navigator object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
NodeWrapperFactory.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
NodeWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Replaceable.h LibWeb: Convert the Window object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
ScriptExecutionContext.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ScriptExecutionContext.h LibWeb: Replace ScriptExecutionContext::interpreter() with realm() 2021-09-19 15:39:40 +02:00
WindowObject.cpp LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
WindowObject.h LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
WindowObjectHelper.h LibWeb: Implement ErrorEvent 2022-02-07 14:58:18 +01:00
Wrappable.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrappable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrapper.h LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option 2022-02-05 11:52:51 +01:00