ladybird/Libraries
devgianlu 0c60f7c995 LibWeb: Migrate ECDSA.generateKey and ECDSA.verify away from ByteBuffer
Use instances of `ECPublicKey` and `ECPrivateKey` instead of
`ByteBuffer` for ECDSA. Fixes another ~200 tests.
2024-12-03 13:20:51 +01:00
..
LibCompress LibCompress: Clean up #include directives 2024-11-20 15:17:31 +01:00
LibCore LibCore: Fix link error in EventLoopImplementationWindows.cpp 2024-12-02 10:12:57 +01:00
LibCrypto LibWeb: Migrate ECDSA.generateKey and ECDSA.verify away from ByteBuffer 2024-12-03 13:20:51 +01:00
LibDiff Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibDNS LibDNS: Fix deadlock when receiving invalid lookup result 2024-12-01 11:32:45 +01:00
LibFileSystem LibFileSystem: Fix Windows build 2024-11-21 11:15:49 +01:00
LibGC LibJS: Stop lazily coercing numeric PropertyKeys 2024-12-01 10:42:49 +01:00
LibGfx LibGfx: Delete DeprecatedPath 2024-11-25 21:13:53 +01:00
LibHTTP LibURL: Make URL::serialized_host() infallible 2024-11-30 12:07:39 +01:00
LibIDL LibIDL: Fix use-after-free in GenerateWindowOrWorkerInterfaces 2024-11-16 10:30:14 +01:00
LibImageDecoderClient LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
LibIPC LibURL: Migrate Origin scheme from ByteString to String 2024-11-30 12:07:39 +01:00
LibJS LibJS: Align AsyncBlockStart with the latest drafts 2024-12-02 18:20:56 -05:00
LibLine Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibMain Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibMedia LibMedia: Remove LibMedia::Audio::LoaderError 2024-11-22 12:43:57 +01:00
LibRegex LibRegex: Ensure nested capture groups have non-conflicting names 2024-11-24 10:26:09 +01:00
LibRequests LibRequests: Clean up #include directives 2024-11-29 09:48:29 +01: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: Allow calling EXPECT on templates/list-initializers 2024-11-24 23:04:34 -07:00
LibTextCodec Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibThreading Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibTLS LibCrypto: Return PEM type when decoding and sanity check footer 2024-11-30 11:17:44 +01:00
LibUnicode LibJS+LibUnicode: Integrate Temporal into Intl.DateTimeFormat 2024-11-29 09:52:12 +01:00
LibURL LibURL: Make URL::serialized_host() infallible 2024-11-30 12:07:39 +01:00
LibWasm LibWasm: Clean up #include directives 2024-11-21 14:08:33 +01:00
LibWeb LibWeb: Migrate ECDSA.generateKey and ECDSA.verify away from ByteBuffer 2024-12-03 13:20:51 +01:00
LibWebSocket LibURL: Make URL::serialized_host() infallible 2024-11-30 12:07:39 +01:00
LibWebView LibURL: Make URL::serialized_host() infallible 2024-11-30 12:07:39 +01:00
LibXML Revert "LibWeb: Set doctype node immediately while parsing XML document" 2024-11-20 19:11:56 -05:00