ladybird/Userland/Libraries/LibWeb/HTML/Scripting
networkException 681e36706b LibWeb: Implement recent changes to module script fetching
This patch implements all changes to the specification touching the
subset of module script fetching we support.

Notably it adds parts of the specification for supporting import maps.

With this we are also able to get rid of a non standard workaround for a
spec issue we discovered while initially implementing module scripts :^)
2022-10-24 23:06:56 +01:00
..
ClassicScript.cpp WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
ClassicScript.h LibWeb: Allow all Script types to be used as [[HostDefined]] values 2022-10-06 16:41:36 +02:00
Environments.cpp LibWeb: Add disallow further import maps steps to ESO 2022-10-24 23:06:56 +01:00
Environments.h LibWeb: Add disallow further import maps steps to ESO 2022-10-24 23:06:56 +01:00
ExceptionReporter.cpp WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
ExceptionReporter.h WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
Fetching.cpp LibWeb: Implement recent changes to module script fetching 2022-10-24 23:06:56 +01:00
Fetching.h LibWeb: Implement recent changes to module script fetching 2022-10-24 23:06:56 +01:00
ImportMap.h LibWeb: Add the ImportMap struct 2022-10-24 23:06:56 +01:00
ModuleMap.cpp LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject 2022-10-06 16:41:36 +02:00
ModuleMap.h LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject 2022-10-06 16:41:36 +02:00
ModuleScript.cpp LibWeb: Implement recent changes to module script fetching 2022-10-24 23:06:56 +01:00
ModuleScript.h LibWeb: Implement ModuleScript and JavaScriptModuleScript 2022-10-06 16:41:36 +02:00
Script.cpp LibWeb: Allow all Script types to be used as [[HostDefined]] values 2022-10-06 16:41:36 +02:00
Script.h LibWeb: Allow all Script types to be used as [[HostDefined]] values 2022-10-06 16:41:36 +02:00
WindowEnvironmentSettingsObject.cpp LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject 2022-10-24 22:58:37 +01:00
WindowEnvironmentSettingsObject.h LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject 2022-10-24 22:58:37 +01:00
WorkerEnvironmentSettingsObject.h LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject 2022-10-24 22:58:37 +01:00