1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Shannon Booth 5154df020b LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined
With the introduction of shadow realms, there will be two different
possible host defined objects. For clarity, rename the existing host
defined object to PrincipalHostDefined.
2024-11-05 10:43:08 -07:00
..
ClassicScript.cpp LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
ClassicScript.h LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
Environments.cpp LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined 2024-11-05 10:43:08 -07:00
Environments.h LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
EnvironmentSettingsSnapshot.cpp
EnvironmentSettingsSnapshot.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
ExceptionReporter.cpp
ExceptionReporter.h
Fetching.cpp LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
Fetching.h LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
Fetching.idl
ImportMap.cpp LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined 2024-11-05 10:43:08 -07:00
ImportMap.h LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01:00
ImportMapParseResult.cpp LibWeb: Don't crash with invalid import maps 2024-08-06 09:40:44 +02:00
ImportMapParseResult.h LibWeb: Don't crash with invalid import maps 2024-08-06 09:40:44 +02:00
ModuleMap.cpp
ModuleMap.h
ModuleScript.cpp LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
ModuleScript.h LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
Script.cpp LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
Script.h LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
SerializedEnvironmentSettingsObject.cpp LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
SerializedEnvironmentSettingsObject.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
TemporaryExecutionContext.cpp LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
TemporaryExecutionContext.h LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
WindowEnvironmentSettingsObject.cpp LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined 2024-11-05 10:43:08 -07:00
WindowEnvironmentSettingsObject.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
WorkerEnvironmentSettingsObject.cpp LibWeb: Rename Bindings::HostDefined to Bindings::PrincipalHostDefined 2024-11-05 10:43:08 -07:00
WorkerEnvironmentSettingsObject.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00