ladybird/Libraries
Andreas Kling 072a3bdb90 RequestServer: Add diagnostic wire-activity logging
Per-request and per-connection logging that surfaces enough detail
to diagnose where time goes when a page load misbehaves. Gated by a
new REQUESTSERVER_WIRE_DEBUG cmakedefine.

Documentation/RequestServerWireLogging.md describes each label
(wire/wire+/wire++/wire^, wire-batch, wire-stall, wire-burst,
wire-pipe-pressure, LibDNS wire-dns, UI wire-cookie) and how to read
them.
2026-04-26 17:59:52 +02:00
..
LibCompress Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
LibCore LibCore: Allow zero-size AnonymousBuffer creation 2026-04-22 09:08:39 -04:00
LibCrypto Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
LibDatabase Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
LibDevTools AK+Everywhere: Add and use weak_callback() 2026-02-26 08:03:50 -05:00
LibDiff CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibDNS RequestServer: Add diagnostic wire-activity logging 2026-04-26 17:59:52 +02:00
LibFileSystem LibFileSystem: Preserve copy flags when recursing into directories 2026-04-13 12:00:52 +02:00
LibGC Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
LibGfx LibGfx+LibWeb: Only trigger @font-face loads from text shaping 2026-04-25 17:06:28 +02:00
LibHTTP LibHTTP: Short-circuit CacheIndex eviction when under its size limit 2026-04-19 01:31:37 +02:00
LibIDL LibIDL: Allow quoted-string defaults with whitespace in IDL parameters 2026-04-25 17:06:28 +02:00
LibImageDecoderClient LibImageDecoderClient: Remove sync id fetch from async decode request 2026-02-28 00:04:06 -06:00
LibIPC LibIPC: Return a StringView for IPC message names 2026-04-23 09:42:07 -04:00
LibJS AsmIntGen: Avoid aarch64 helper-call bridge moves 2026-04-26 13:29:56 +02:00
LibLine LibCore: Remove unused header in EventLoop 2026-02-21 19:27:35 +01:00
LibMain AK: Expose helpers to invoke Windows runtime config directly in main() 2025-10-29 21:07:52 -06:00
LibMedia LibMedia+LibWeb: Add an initial Starting state to PlaybackManager 2026-04-21 19:11:24 -05:00
LibRegex LibRegex: Inline \w and \d ranges in legacy positive char classes 2026-04-21 16:36:38 +02:00
LibRequests RequestServer: Use correct request map for stale-while-revalidate cookie 2026-04-13 19:43:13 -04:00
LibSyntax LibSyntax: Include RefCounted in Document.h 2026-01-23 09:20:15 +01:00
LibTest LibTest: Make the testrunner show a nice progress bar test-web-style 2026-04-23 18:48:56 +02:00
LibTextCodec LibTextEncoder/LibURL: Cleanup includes 2026-02-26 18:31:57 +01:00
LibThreading Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
LibTLS Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
LibUnicode Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
LibURL LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
LibWasm Everywhere: Use AK::SaturatingMath and remove Checked saturating APIs 2026-03-21 18:20:09 -05:00
LibWeb LibWeb/Bindings: Pass exact typed array types through WebIDL bindings 2026-04-26 17:50:58 +02:00
LibWebSocket LibWebSocket: Fix close frame status code written in wrong byte order 2026-03-13 17:28:06 +01:00
LibWebView RequestServer: Add diagnostic wire-activity logging 2026-04-26 17:59:52 +02:00
LibXML Meta: Move most dependency checks to check_for_dependencies.cmake 2026-04-20 16:41:29 -06:00
CMakeLists.txt Meta: Move library subdirectory inclusion to the Libraries CMakeLists 2026-03-29 13:59:11 -06:00
RustAllocator.rs Rust: Add a config file for rustfmt 2026-04-18 08:05:47 -04:00