ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andrew Kaster 4d22358e05 LibWeb: Add facilities to serialize EnvironmentSettingsObjects
This will be used to transfer information about the parent context to
DedicatedWorkers and future out-of-process Worker/Worklet
implementations for fetching purposes. In order to properly check
same-origin and other policies, we need to know more about the outside
settings than we were previously passing to the WebWorker process.
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
ExceptionReporter.cpp
ExceptionReporter.h
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
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
WorkerEnvironmentSettingsObject.h Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00