ladybird/Libraries/LibWeb/HTML/Scripting
Timothy Flynn 7280ed6312 Meta: Enforce newlines around namespaces
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
2025-05-14 02:01:59 -06:00
..
Agent.cpp LibWeb: Split out SimilarOriginWindowAgent from HTML::Agent 2025-04-25 14:07:51 +02:00
Agent.h LibJS: Switch Agent [[CanBlock]] slot to a enum member 2025-04-25 14:07:51 +02:00
ClassicScript.cpp LibWeb: Correct some spec typos 2025-04-10 04:01:37 +02:00
ClassicScript.h LibJS+LibWeb: Add fast_is<T> helpers for HTML::Script class family 2025-04-18 14:45:56 +02:00
Environments.cpp LibWeb/HTML: Make environments top level creation URL nullable 2025-04-22 08:44:50 -06:00
Environments.h LibWeb/HTML: Make environments top level creation URL nullable 2025-04-22 08:44:50 -06:00
EnvironmentSettingsSnapshot.cpp LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +02:00
EnvironmentSettingsSnapshot.h
ExceptionReporter.cpp LibJS: Make Value() default-construct the undefined value 2025-04-05 11:20:26 +02:00
ExceptionReporter.h
Fetching.cpp LibWeb: Prefer react_to_promise over upon_fulfillment + upon_rejection 2025-04-11 12:10:46 -04:00
Fetching.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Fetching.idl
ImportMap.cpp LibJS: Remove ByteString internals from PrimitiveString 2025-03-28 12:31:40 -04:00
ImportMap.h
ImportMapParseResult.cpp LibJS: Make Completion.[[Value]] non-optional 2025-04-05 11:20:26 +02:00
ImportMapParseResult.h
ModuleMap.cpp
ModuleMap.h
ModuleScript.cpp LibJS: Allocate ExecutionContext memory using alloca() when possible 2025-04-24 10:30:52 +02:00
ModuleScript.h LibJS+LibWeb: Add fast_is<T> helpers for HTML::Script class family 2025-04-18 14:45:56 +02:00
Script.cpp
Script.h LibJS+LibWeb: Add fast_is<T> helpers for HTML::Script class family 2025-04-18 14:45:56 +02:00
SerializedEnvironmentSettingsObject.cpp LibWeb/HTML: Make environments top level creation URL nullable 2025-04-22 08:44:50 -06:00
SerializedEnvironmentSettingsObject.h LibWeb/HTML: Make environments top level creation URL nullable 2025-04-22 08:44:50 -06:00
SimilarOriginWindowAgent.cpp LibWeb/HTML: Hook up a WorkerAgent for web workers 2025-04-25 14:07:51 +02:00
SimilarOriginWindowAgent.h LibWeb/HTML: Hook up a WorkerAgent for web workers 2025-04-25 14:07:51 +02:00
SyntheticRealmSettings.cpp
SyntheticRealmSettings.h
TemporaryExecutionContext.cpp
TemporaryExecutionContext.h
WindowEnvironmentSettingsObject.cpp LibWeb+LibWebView+WebContent: Convert about:settings to a WebUI 2025-03-28 07:31:10 -04:00
WindowEnvironmentSettingsObject.h
WorkerAgent.cpp LibWeb/HTML: Hook up a WorkerAgent for web workers 2025-04-25 14:07:51 +02:00
WorkerAgent.h LibWeb/HTML: Hook up a WorkerAgent for web workers 2025-04-25 14:07:51 +02:00
WorkerEnvironmentSettingsObject.cpp
WorkerEnvironmentSettingsObject.h