1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Libraries
devgianlu 46e724729c LibWeb: Match algorithm names case-insensitive
I dug through the code and the WebCryptoAPI spec to figure out the
reason for `... mixed case parameters` WPT tests and figured out that
our implementation was slightly wrong.

By being closer to the spec we can now pass those tests and also remove
a bunch of duplicated code.

Context: https://github.com/LadybirdBrowser/ladybird/pull/2598#discussion_r1859263798
2024-11-28 00:21:49 +01:00
..
LibCompress LibCompress: Clean up #include directives 2024-11-20 15:17:31 +01:00
LibCore LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
LibCrypto LibCrypto: Parse EC private key when parsing an ASN.1 PrivateKeyInfo 2024-11-27 10:59:48 +01:00
LibDiff Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibDNS RequestServer+LibDNS: Don't .await() the DNS lookup promise 2024-11-25 11:46:35 +01:00
LibFileSystem LibFileSystem: Fix Windows build 2024-11-21 11:15:49 +01:00
LibGC LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00
LibGfx LibGfx: Delete DeprecatedPath 2024-11-25 21:13:53 +01:00
LibHTTP LibHTTP: Clean up #include directives 2024-11-21 14:08:33 +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 LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
LibJS LibJS: Port Date.parse string arguments to String 2024-11-26 15:02:07 -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 LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +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 LibTLS+LibWeb+LibCrypto: Move Certificate to LibCrypto 2024-11-25 13:38:38 +01:00
LibUnicode Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LibURL LibURL+LibWeb: Make URL serialization return a String 2024-11-23 16:43:55 +01:00
LibWasm LibWasm: Clean up #include directives 2024-11-21 14:08:33 +01:00
LibWeb LibWeb: Match algorithm names case-insensitive 2024-11-28 00:21:49 +01:00
LibWebSocket LibWebSocket: Clean up #include directives 2024-11-21 14:08:33 +01:00
LibWebView LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
LibXML Revert "LibWeb: Set doctype node immediately while parsing XML document" 2024-11-20 19:11:56 -05:00