1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:15:07 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Scripting
Andrew Kaster b5acc5f2df LibWeb: Serialize and pass to the WebWorker the current ESO
This allows the initial fetch() in the run a worker AO to use the proper
values from the outside settings.
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 Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Fetching.h LibWeb: Consistently use the EmptyString state of ReferrerPolicy 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