ladybird/Libraries
Tim Ledbetter ae0c87c747 LibWeb: Limit HTMLInputElement.size to allowed values
Attempting to set `HTMLInputElement.size` to 0 via IDL now throws an
IndexSizeError DOMException. Attempting to set it to a value larger
than 2147483647 results in it being set to the default value.
2024-11-29 09:48:45 +01:00
..
LibCompress
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
LibDNS
LibFileSystem
LibGC
LibGfx LibGfx: Delete DeprecatedPath 2024-11-25 21:13:53 +01:00
LibHTTP
LibIDL
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
LibMain
LibMedia
LibRegex
LibRequests LibRequests: Clean up #include directives 2024-11-29 09:48:29 +01:00
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading
LibTLS LibTLS+LibWeb+LibCrypto: Move Certificate to LibCrypto 2024-11-25 13:38:38 +01:00
LibUnicode
LibURL
LibWasm
LibWeb LibWeb: Limit HTMLInputElement.size to allowed values 2024-11-29 09:48:45 +01:00
LibWebSocket
LibWebView LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
LibXML