ladybird/Libraries
Timothy Flynn fe2dff4944 AK+Everywhere: Convert JSON value serialization to String
This removes the use of StringBuilder::OutputType (which was ByteString,
and only used by the JSON classes). And it removes the StringBuilder
template parameter from the serialization methods; this was only ever
used with StringBuilder, so a template is pretty overkill here.
2025-02-20 19:27:51 -05:00
..
LibCompress LibCompress: Remove unused Lzma compression and decompression 2025-02-10 16:22:32 +00:00
LibCore AK+Everywhere: Convert JSON value serialization to String 2025-02-20 19:27:51 -05:00
LibCrypto LibCrypto: Introduce a falible API for SignedBigInteger::shift_left 2025-02-19 09:00:59 -05:00
LibDevTools AK+Everywhere: Convert JSON value serialization to String 2025-02-20 19:27:51 -05:00
LibDiff Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibDNS LibDNS: Add missing Core::Socket include to resolver 2025-02-20 15:04:50 -07:00
LibFileSystem LibCore: Add S_ISDIR, S_ISREG to System.h on Windows 2025-02-12 18:42:05 -07:00
LibGC AK+Everywhere: Store JSON strings as String 2025-02-20 19:27:51 -05:00
LibGfx LibWeb+LibGfx: Make IntersectionObserver checks edge-inclusive 2025-02-16 18:09:08 +01:00
LibHTTP AK: Don't implicitly convert Optional<T&> to Optional<T> 2024-12-04 01:58:22 +01:00
LibIDL LibIDL+IDLGenerators: Support generation of IDL partial dictionaries 2025-02-05 13:18:47 -07:00
LibImageDecoderClient LibWebView+ImageDecoder+RequestServer+WebContent: Add init_transport 2025-02-12 22:32:13 -07:00
LibIPC AK+Everywhere: Convert JSON value serialization to String 2025-02-20 19:27:51 -05:00
LibJS AK+Everywhere: Store JSON object keys as String 2025-02-20 19:27:51 -05:00
LibLine LibLine: Use AK::Time instead of gettimeofday for history entries 2025-02-12 19:13:49 -07:00
LibMain Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibMedia LibMedia: Port to Windows 2025-02-11 04:07:24 -07:00
LibRegex LibRegex: Take trailing inversion state into account in block comparison 2025-02-01 11:30:02 +01:00
LibRequests LibWebView+ImageDecoder+RequestServer+WebContent: Add init_transport 2025-02-12 22:32:13 -07:00
LibRIFF Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibSyntax Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibTest AK+Everywhere: Convert JSON value serialization to String 2025-02-20 19:27:51 -05:00
LibTextCodec Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibThreading LibThreading: Clean up pthread mutex attributes and mutex itself 2025-02-20 15:04:50 -07:00
LibTLS LibTLS: Forward can_read_without_blocking to underlying socket 2025-02-18 15:46:44 +01:00
LibUnicode AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
LibURL Everywhere: Remove some use of the URL constructors 2025-02-19 08:01:35 -05:00
LibWasm LibWasm: Port to Windows 2025-02-11 23:11:13 -07:00
LibWeb AK+Everywhere: Convert JSON value serialization to String 2025-02-20 19:27:51 -05:00
LibWebSocket LibWebSocket+RequestServer: Resolve WebSocket hosts using our resolver 2025-02-20 15:04:50 -07:00
LibWebView AK+Everywhere: Remove now-unecessary use of ByteString with JSON types 2025-02-20 19:27:51 -05:00
LibXML LibXml: Notify listener when doctype is parsed 2025-01-20 14:48:19 +01:00