1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Libraries
Sam Atkins 5651701f31 LibWeb/CSS: Remove now-redundant CalculationNode::to_string()
The main users were the `dump()` functions, which now dump their
children instead, which is more correct anyway.

The others are for serializing numeric values, so
NumericCalculationNode's to_string() is renamed to value_to_string
() and used for those for convenience.
2025-02-27 21:42:43 +01: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+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
LibDevTools LibDevTools+LibWebView: Avoid dependence on LibWebView from LibDevTools 2025-02-26 19:48:24 -05:00
LibDiff
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 LibGC: Visit the edges of the cells that must survive garbage collection 2025-02-27 14:35:28 -05:00
LibGfx LibGfx: Support more CICP configurations 2025-02-26 16:14:56 +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
LibMedia LibMedia: Don't link null PlaybackStream::create eagerly 2025-02-21 12:05:18 +01:00
LibRegex LibRegex: Use depth-first search in regex optimizer 2025-02-25 00:09:20 +01:00
LibRequests LibWebView+ImageDecoder+RequestServer+WebContent: Add init_transport 2025-02-12 22:32:13 -07:00
LibRIFF
LibSyntax
LibTest AK+Everywhere: Convert JSON value serialization to String 2025-02-20 19:27:51 -05:00
LibTextCodec
LibThreading LibThreading: Clean up pthread mutex attributes and mutex itself 2025-02-20 15:04:50 -07:00
LibTLS LibTLS: Notify on_ready_to_read after handling fatal errors 2025-02-22 18:39:58 +01:00
LibUnicode AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
LibURL LibURL+LibWeb+Tests: Remove redundant words 2025-02-27 10:35:39 +00:00
LibWasm LibWasm: Port to Windows 2025-02-11 23:11:13 -07:00
LibWeb LibWeb/CSS: Remove now-redundant CalculationNode::to_string() 2025-02-27 21:42:43 +01:00
LibWebSocket LibWebSocket: Ensure TLS connection is opened as non-blocking 2025-02-22 18:39:58 +01:00
LibWebView LibDevTools+LibWebView: Avoid dependence on LibWebView from LibDevTools 2025-02-26 19:48:24 -05:00
LibXML LibXml: Notify listener when doctype is parsed 2025-01-20 14:48:19 +01:00