ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Shannon Booth b2f3ed8b5a LibWeb: Rename current settings object to 'current principal'
Aligning the name with the the PR implementing the javascript
shadow realm proposal into the web platform. This commit
simply performs the rename before implementing the behaviour
change.

The actual change to the behaviour of the AO is not implemented in this
commit to support 'synthetic' shadow realms as the surrounding
infrastructure is not in place yet.

Not all specs have a MR open to align with this proposed change to the
HTML standard. But in this case we can just apply the same mechanical
change everywhere.
2024-11-01 12:15:17 -07:00
..
ClassicScript.cpp LibJS+LibWeb: Remove now-unused lexical environment override 2024-10-30 08:50:31 +01:00
ClassicScript.h LibJS+LibWeb: Remove now-unused lexical environment override 2024-10-30 08:50:31 +01:00
Environments.cpp LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
Environments.h LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07: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: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
Fetching.h LibWeb: Remove 'classic' from 'default classic script fetch options' 2024-10-04 07:08:37 +02:00
Fetching.idl
ImportMap.cpp LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01: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: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
ModuleScript.h
Script.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Script.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02: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
TemporaryExecutionContext.h LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 2024-10-25 14:04:21 -06:00
WindowEnvironmentSettingsObject.cpp AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
WindowEnvironmentSettingsObject.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
WorkerEnvironmentSettingsObject.cpp LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
WorkerEnvironmentSettingsObject.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00