ladybird/Services
Andreas Kling c32b5a3f73 LibWeb+RequestServer: Send cached bytecode with responses
Attach cached JavaScript bytecode sidecars to HTTP response headers so
WebContent can materialize classic and module scripts directly from a
decoded cache blob on cache hits.

Carry the disk cache vary key with the sidecar and reuse it when storing
fresh bytecode, avoiding mismatches against the augmented network
request headers used to create the cache entry.

Keep CORS-filtered module responses intact for status, MIME, and script
creation checks. Read bytecode sidecar data only from the internal
response, and treat decode or materialization failure as a cache miss
that falls back to normal source compilation.
2026-05-06 08:20:06 +02:00
..
ImageDecoder Meta: Rename and merge some lagom_* and ladybird_* 2026-05-05 22:08:24 +02:00
RequestServer LibWeb+RequestServer: Send cached bytecode with responses 2026-05-06 08:20:06 +02:00
WebContent LibWeb: Propagate line box borders debug toggle to child navigables 2026-05-05 23:47:23 +02:00
WebDriver Meta: Rename and merge some lagom_* and ladybird_* 2026-05-05 22:08:24 +02:00
WebWorker Meta: Rename and merge some lagom_* and ladybird_* 2026-05-05 22:08:24 +02:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00