ladybird/Libraries/LibWeb/HTML/Scripting
Andreas Kling 55aad9ee38 LibWeb: Install fresh JS bytecode cache blobs locally
After generating a bytecode cache blob, map it as ImmutableBytes and ask
the owning JS record to install it. This lets a cold-cache load move to
mapped cache backing without waiting for a later page load.
2026-05-22 10:54:44 +02:00
..
Agent.cpp
Agent.h
ClassicScript.cpp LibWeb+RequestServer: Send cached bytecode with responses 2026-05-06 08:20:06 +02:00
ClassicScript.h LibWeb+RequestServer: Send cached bytecode with responses 2026-05-06 08:20:06 +02:00
Environments.cpp LibWeb: Keep worker startup reachable until script load completes 2026-04-27 18:02:49 +02:00
Environments.h LibWeb: Keep worker startup reachable until script load completes 2026-04-27 18:02:49 +02:00
EnvironmentSettingsSnapshot.cpp
EnvironmentSettingsSnapshot.h
ExceptionReporter.cpp LibJS+LibWeb: Make DOMException hold an [[ErrorData]] slot 2026-04-08 20:33:53 +02:00
ExceptionReporter.h
Fetching.cpp LibWeb: Install fresh JS bytecode cache blobs locally 2026-05-22 10:54:44 +02:00
Fetching.h LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
Fetching.idl
ImportMap.cpp LibJS: Compact Shape property table to a sorted flat array 2026-05-14 19:59:40 +02:00
ImportMap.h
ImportMapParseResult.cpp
ImportMapParseResult.h
ModuleMap.cpp
ModuleMap.h LibWeb: Support CSS modules 2026-04-03 21:21:09 +02:00
ModuleScript.cpp LibWeb: Avoid unhandled rejection when reporting module script errors 2026-05-16 09:52:35 +02:00
ModuleScript.h LibWeb: Decouple ModuleScript from WebAssemblyModule 2026-05-14 12:19:38 +02:00
Script.cpp LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
Script.h LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
SerializedEnvironmentSettingsObject.cpp
SerializedEnvironmentSettingsObject.h
SimilarOriginWindowAgent.cpp LibGC: Default-construct RootVector from the global heap 2026-05-20 20:37:55 +02:00
SimilarOriginWindowAgent.h LibGC: Default-construct RootVector from the global heap 2026-05-20 20:37:55 +02:00
TemporaryExecutionContext.cpp LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
TemporaryExecutionContext.h LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
WindowEnvironmentSettingsObject.cpp
WindowEnvironmentSettingsObject.h
WorkerAgent.cpp
WorkerAgent.h
WorkerEnvironmentSettingsObject.cpp
WorkerEnvironmentSettingsObject.h