ladybird/Libraries
Timothy Flynn ea503a4f68 LibJS+LibUnicode: Integrate Temporal into Intl.DateTimeFormat
The gist is that we need to construct an ICU date-time formatter for
each possible Temporal type. This is of course going to be expensive.
So instead, we construct the configurations needed for the ICU objects
in the Intl.DateTimeFormat constructor, and defer creating the actual
ICU objects until they are needed.

Each formatting prototype can also now accept either a number (as they
already did), or any of the supported Temporal objects. These types may
not be mixed, and their properties (namely, their calendar) must align
with the Intl.DateTimeFormat object.
2024-11-29 09:52:12 +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+LibUnicode: Integrate Temporal into Intl.DateTimeFormat 2024-11-29 09:52:12 +01: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 LibJS+LibUnicode: Integrate Temporal into Intl.DateTimeFormat 2024-11-29 09:52:12 +01:00
LibURL
LibWasm
LibWeb LibWeb: Use the [Reflect] attribute to implement HTMLLinkElement.as 2024-11-29 09:48:59 +01:00
LibWebSocket
LibWebView LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
LibXML