ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andrew Kaster f67bc591a0 LibWeb: Implement and use the fetch a module worker script graph AO
This involves plumbing the perform the fetch hook argument throughout
all of the module fetch implementation AOs, where it was left as a FIXME
before.

With this change we can load module scripts in DedicatedWorkers.
2024-03-06 07:19:10 +01:00
..
ClassicScript.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ClassicScript.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Environments.cpp LibWeb: Add facilities to serialize EnvironmentSettingsObjects 2024-03-06 07:19:10 +01:00
Environments.h LibWeb: Add facilities to serialize EnvironmentSettingsObjects 2024-03-06 07:19:10 +01:00
EnvironmentSettingsSnapshot.cpp LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
EnvironmentSettingsSnapshot.h LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
ExceptionReporter.cpp LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
ExceptionReporter.h WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
Fetching.cpp LibWeb: Implement and use the fetch a module worker script graph AO 2024-03-06 07:19:10 +01:00
Fetching.h LibWeb: Implement and use the fetch a module worker script graph AO 2024-03-06 07:19:10 +01:00
Fetching.idl LibWeb: Introduce the concept of "Enumerated" values 2023-11-07 11:34:21 +01:00
ImportMap.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleMap.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleMap.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleScript.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
ModuleScript.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Script.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Script.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
SerializedEnvironmentSettingsObject.cpp LibWeb: Add facilities to serialize EnvironmentSettingsObjects 2024-03-06 07:19:10 +01:00
SerializedEnvironmentSettingsObject.h LibWeb: Add facilities to serialize EnvironmentSettingsObjects 2024-03-06 07:19:10 +01:00
TemporaryExecutionContext.cpp LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 2024-01-19 11:47:59 +01:00
TemporaryExecutionContext.h LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 2024-01-19 11:47:59 +01:00
WindowEnvironmentSettingsObject.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
WindowEnvironmentSettingsObject.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
WorkerEnvironmentSettingsObject.cpp LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
WorkerEnvironmentSettingsObject.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00