ladybird/Libraries/LibWeb/HTML/Scripting
Timothy Flynn f05b0bfd5f
Some checks are pending
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb+LibWebView+WebContent: Convert about:settings to a WebUI
2025-03-28 07:31:10 -04:00
..
Agent.cpp AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
Agent.h LibWeb: Fire slotchange events when a slot is changed 2025-03-10 14:37:26 -04:00
ClassicScript.cpp Everywhere: Use URL::about_XXX factory functions 2025-02-15 17:05:55 +00:00
ClassicScript.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Environments.cpp LibWeb/HTML: Add environment discarding steps 2025-03-14 18:05:42 +01:00
Environments.h LibWeb/HTML: Update navigation request's reserved client 2025-03-14 18:05:42 +01:00
EnvironmentSettingsSnapshot.cpp LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
EnvironmentSettingsSnapshot.h LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
ExceptionReporter.cpp Meta: Disallow links to single-page HTML spec 2025-02-05 16:04:50 -07:00
ExceptionReporter.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Fetching.cpp LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString 2025-03-24 22:27:17 +00:00
Fetching.h LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString 2025-03-24 22:27:17 +00:00
Fetching.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ImportMap.cpp LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString 2025-03-24 22:27:17 +00:00
ImportMap.h LibJS: Use FlyString in PropertyKey instead of DeprecatedFlyString 2025-03-24 22:27:17 +00:00
ImportMapParseResult.cpp LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
ImportMapParseResult.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ModuleMap.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ModuleMap.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ModuleScript.cpp LibWeb: Remove module validation in "create a JavaScript module script" 2024-12-01 11:56:18 +01:00
ModuleScript.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Script.cpp LibWeb: Make base URL of HTML::Script Optional 2025-02-19 08:01:35 -05:00
Script.h LibWeb: Make base URL of HTML::Script Optional 2025-02-19 08:01:35 -05:00
SerializedEnvironmentSettingsObject.cpp LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
SerializedEnvironmentSettingsObject.h LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
SyntheticRealmSettings.cpp LibWeb: Remove underlying realm from SyntheticRealmSettings 2024-11-24 15:29:47 -07:00
SyntheticRealmSettings.h LibWeb: Remove underlying realm from SyntheticRealmSettings 2024-11-24 15:29:47 -07:00
TemporaryExecutionContext.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TemporaryExecutionContext.h LibWeb: Make TemporaryExecutionContext [[nodiscard]] 2025-01-10 13:21:36 +00:00
WindowEnvironmentSettingsObject.cpp LibWeb+LibWebView+WebContent: Convert about:settings to a WebUI 2025-03-28 07:31:10 -04:00
WindowEnvironmentSettingsObject.h LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
WorkerEnvironmentSettingsObject.cpp LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
WorkerEnvironmentSettingsObject.h LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00