ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Shannon Booth d7023f5f45 LibWeb: Change backup imcumbent stack to hold Realm instead of Settings
This is a bit of a chonkier commit as it results in both:

clean_up_after_running_callback and prepare_to_run_callback being
changed to accept a realm instead of an environment settings object,
which has a bunch of fallout, particuarly for IDL abstract operations.
2024-11-01 12:15:17 -07:00
..
ClassicScript.cpp LibWeb: Implement prepare_to_run_script on a Realm& 2024-11-01 12:15:17 -07:00
ClassicScript.h LibJS+LibWeb: Remove now-unused lexical environment override 2024-10-30 08:50:31 +01:00
Environments.cpp LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
Environments.h LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
EnvironmentSettingsSnapshot.cpp LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
EnvironmentSettingsSnapshot.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
ExceptionReporter.cpp LibWeb: Print more information about thrown DOMExceptions in the console 2024-03-20 15:18:44 -04:00
ExceptionReporter.h WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
Fetching.cpp LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 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 LibWeb: Add IDL enum for fetch priority attribute 2024-06-05 05:42:47 +01:00
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 LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
ModuleMap.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
ModuleScript.cpp LibWeb: Implement prepare_to_run_script on a Realm& 2024-11-01 12:15:17 -07:00
ModuleScript.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
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 LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
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