ladybird/Libraries
2025-04-17 19:45:55 +02:00
..
LibCompress LibCompress: Refactor deflate de/compressor using zlib 2025-03-19 13:46:50 +01:00
LibCore LibCore: Implement System::isatty on Windows 2025-04-13 10:19:23 -06:00
LibCrypto Everywhere: Remove sv suffix from format string literals 2025-04-08 20:00:18 -04:00
LibDevTools LibDevTools+LibWebView+WebContent: Report exceptions to DevTools 2025-03-27 14:14:02 +00:00
LibDiff Everywhere: Remove sv suffix from format string literals 2025-04-08 20:00:18 -04:00
LibDNS
LibFileSystem
LibGC LibGC: Allow visiting vectors with inline capacity 2025-04-11 12:10:46 -04:00
LibGfx LibGfx: Pass MetalContext in an NNRP in SkiaBackendContext 2025-04-16 10:41:44 -06:00
LibHTTP LibURL: Rename 'cannot have a base URL' to 'has an opaque path' 2025-04-06 08:24:54 -04:00
LibIDL LibIDL+LibWeb: Begin support for async iterator in IDL 2025-04-14 17:43:11 -04:00
LibImageDecoderClient Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
LibIPC LibIPC: Use AllocatingMemoryStream in TransportSocket send queue 2025-04-15 18:48:53 +02:00
LibJS LibJS: Launder const in the parser where required with strict RefPtrs 2025-04-16 10:41:44 -06:00
LibLine
LibMain
LibMedia Everywhere: Remove unused private fields 2025-04-04 12:40:07 +02:00
LibRegex LibRegex: Remove unused "simple substring search" optimization 2025-04-16 10:04:50 +02:00
LibRequests Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
LibRIFF
LibSyntax
LibTest LibTest: Ensure other time statistic doesn't underflow 2025-04-10 11:17:06 +02:00
LibTextCodec AK+LibTextCodec: Stop using Utf16View endianness override 2025-04-16 10:04:50 +02:00
LibThreading
LibTLS LibTLS: Call close() when we receive SSL_ERROR_ZERO_RETURN 2025-04-14 21:07:42 +02:00
LibUnicode LibUnicode: Avoid rejecting end-of-text position as a valid boundary 2025-04-11 15:30:17 -04:00
LibURL LibURL+LibWeb: Remove leading slash when converting url to path 2025-04-10 19:04:21 -06:00
LibWasm LibWasm: Store function references' source module in RefPtr to const 2025-04-16 10:41:44 -06:00
LibWeb LibWeb: Use optimized invalidation for :active pseudo class 2025-04-17 19:45:55 +02:00
LibWebSocket LibWebSocket: Remove meaningless const&& Message constructor 2025-03-09 11:14:20 -04:00
LibWebView LibWebView: Respect autocomplete response Content-Encoding headers 2025-04-17 07:51:43 -04:00
LibXML