ladybird/Libraries/LibWeb/Loader
Andreas Kling c0b19ff981 RequestServer: Send bytecode cache sidecars as files
Map JavaScript bytecode cache sidecars from the HTTP disk cache instead
of copying them into anonymous shared buffers while handing response
headers to WebContent. Store the mapped data as ImmutableBytes on the
fetch response so script fetching can decode directly from the mapped
sidecar bytes.

Add LibHTTP coverage for retrieving associated cache data as a mappable
file, alongside the existing byte-buffer retrieval API.
2026-05-16 08:13:35 +02:00
..
ContentFilter.cpp LibWeb: Use a faster string search algorithm for content filtering 2025-12-09 11:25:28 +00:00
ContentFilter.h LibWeb: Use a faster string search algorithm for content filtering 2025-12-09 11:25:28 +00:00
FileRequest.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
FileRequest.h Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
GeneratedPagesLoader.cpp LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
GeneratedPagesLoader.h LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
LoadRequest.h LibWeb+RequestServer: Attach HTTP cookie headers from RequestServer 2026-02-10 12:21:20 +01:00
NavigatorCompatibilityMode.h LibWeb: Move NavigatorCompatibilityMode enum to its own file 2026-01-17 09:30:16 +01:00
ProxyMappings.cpp Everywhere: Remove some use of the URL constructors 2025-02-19 08:01:35 -05:00
ProxyMappings.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
ResourceLoader.cpp RequestServer: Reuse disk-cache files after downloads 2026-05-16 08:13:35 +02:00
ResourceLoader.h RequestServer: Send bytecode cache sidecars as files 2026-05-16 08:13:35 +02:00
UserAgent.h LibWeb: Bump Chrome version in SAD_COMPATIBILITY_HACK 2026-03-13 18:44:47 +01:00