ladybird/Userland/Libraries/LibWeb/HTML/Scripting
networkException a182bc9806 LibWeb: Push the realm execution context before linking modules
This patch adds a non standard step pushing the realm execution context
of fetching client's settings object onto the execution context stack
before linking a module script. Without the realm execution context
there is no current settings object, leading to a crash in
HostResolveImportedModule.
2022-10-06 16:41:36 +02:00
..
ClassicScript.cpp LibWeb: Allow all Script types to be used as [[HostDefined]] values 2022-10-06 16:41:36 +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: Implement ModuleMap and expose it on EnvironmentSettingsObject 2022-10-06 16:41:36 +02:00
Environments.h LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject 2022-10-06 16:41:36 +02:00
ExceptionReporter.cpp LibWeb: Print unhandled rejections the same way as unhandled exceptions 2022-06-29 21:21:50 +01:00
ExceptionReporter.h LibWeb: Print unhandled rejections the same way as unhandled exceptions 2022-06-29 21:21:50 +01:00
Fetching.cpp LibWeb: Push the realm execution context before linking modules 2022-10-06 16:41:36 +02:00
Fetching.h LibWeb: Implement fetching module scripts 2022-10-06 16:41:36 +02: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 ModuleScript and JavaScriptModuleScript 2022-10-06 16:41:36 +02: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: Move Web prototypes and constructors to new Intrinsics object 2022-10-01 21:05:32 +01:00
WindowEnvironmentSettingsObject.h LibWeb: Move Web prototypes and constructors to new Intrinsics object 2022-10-01 21:05:32 +01:00
WorkerEnvironmentSettingsObject.h LibWeb: Move Web prototypes and constructors to new Intrinsics object 2022-10-01 21:05:32 +01:00