ladybird/Libraries
Sam Atkins 485f50287f LibWebSocket: Close failed sockets cleanly
Route fatal protocol-level websocket failures through fail_connection(),
emit both error and close once a socket exists, and drop the old
fatal_error() helper.

This gives callers a terminal close event instead of leaving transport
failures as error-only state changes.
2026-05-05 19:14:29 +02:00
..
LibCompress LibCompress: Treat LZW decoding errors as end of stream 2026-04-29 20:28:15 +02:00
LibCore LibCore: Remove EventSwift.h 2026-04-30 21:15:24 +02: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 LibDNS: Run getaddrinfo on a thread pool to avoid event-loop freezes 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 LibGC: Do not inadvertently resurrect stale pointers in sanitizer builds 2026-04-30 14:20:39 +02:00
LibGfx LibGfx: Drop PainterSkia::Impl::with_canvas 2026-05-04 20:12:21 +02:00
LibHTTP LibHTTP: Short-circuit CacheIndex eviction when under its size limit 2026-04-19 01:31:37 +02:00
LibIDL LibIDL: Resolve partial dictionary members during context resolution 2026-05-03 10:56:45 +02:00
LibImageDecoderClient LibImageDecoderClient: Remove sync id fetch from async decode request 2026-02-28 00:04:06 -06:00
LibIPC LibCore+LibIPC: Remove SharedSingleProducerCircularQueue 2026-04-30 21:15:24 +02:00
LibJS LibJS: Use foldhash in parser and scope-collector hash maps 2026-05-05 13:53:51 +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: Add verbose test file output 2026-05-03 13:10:48 +02:00
LibTextCodec LibTextCodec: Add streaming decoder 2026-04-29 04:12:44 +02: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 LibUnicode: Add an ASCII fast path for line break segmentation 2026-05-05 18:59:07 +02:00
LibURL LibURL: Give resource:// URLs a tuple origin 2026-04-30 07:46:12 +02:00
LibWasm Everywhere: Use AK::SaturatingMath and remove Checked saturating APIs 2026-03-21 18:20:09 -05:00
LibWeb LibWeb: Use the ASCII line segmenter for eligible text 2026-05-05 18:59:07 +02:00
LibWebSocket LibWebSocket: Close failed sockets cleanly 2026-05-05 19:14:29 +02:00
LibWebView LibWebView: Persist and restore zoom level per host 2026-05-05 13:53:59 +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 LibJS: Add negative tests for the bytecode validator 2026-05-03 08:43:19 +02:00