ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andrew Kaster 237bcbff36 LibWeb: Add ServiceWorker discarded flag to ESO
Looking at the spec it doesn't seem like there's a chance for a service
worker client to be an environment but not an environment settings
object. In the case that that changes in the implementation, we can
move it.
2024-09-07 11:37:49 +02:00
..
ClassicScript.cpp
ClassicScript.h
Environments.cpp LibWeb: Implement NavigatorStorage mixin interface 2024-08-16 11:22:09 -04:00
Environments.h LibWeb: Add ServiceWorker discarded flag to ESO 2024-09-07 11:37:49 +02:00
EnvironmentSettingsSnapshot.cpp
EnvironmentSettingsSnapshot.h
ExceptionReporter.cpp
ExceptionReporter.h
Fetching.cpp LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01:00
Fetching.h LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01:00
Fetching.idl
ImportMap.cpp LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01:00
ImportMap.h LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01:00
ImportMapParseResult.cpp LibWeb: Don't crash with invalid import maps 2024-08-06 09:40:44 +02:00
ImportMapParseResult.h LibWeb: Don't crash with invalid import maps 2024-08-06 09:40:44 +02:00
ModuleMap.cpp
ModuleMap.h
ModuleScript.cpp
ModuleScript.h
Script.cpp
Script.h
SerializedEnvironmentSettingsObject.cpp
SerializedEnvironmentSettingsObject.h
TemporaryExecutionContext.cpp
TemporaryExecutionContext.h
WindowEnvironmentSettingsObject.cpp
WindowEnvironmentSettingsObject.h
WorkerEnvironmentSettingsObject.cpp
WorkerEnvironmentSettingsObject.h