summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl
AgeCommit message (Expand)Author
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-29LibJS+LibWeb: Move headers around to allow including Value from CellTimothy Flynn
2023-01-28LibJS: Port Intl.DurationFormat to StringTimothy Flynn
2023-01-28LibJS: Port Intl.RelativeTimeFormat to StringTimothy Flynn
2023-01-28LibJS: Remove last use of DeprecatedString from Intl.MathematicalValueTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibJS+LibLocale: Propagate errors from find_regional_values_for_localeTimothy Flynn
2023-01-27LibJS+LibLocale: Port Intl.DateTimeFormat to StringTimothy Flynn
2023-01-26LibJS: Port canonicalize_time_zone_name() to StringLinus Groh
2023-01-24LibJS+LibLocale: Port Intl.NumberFormat to StringTimothy Flynn
2023-01-24LibJS: Use correct type for NumberFormat's UseGrouping internal slotTimothy Flynn
2023-01-24LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOsTimothy Flynn
2023-01-24LibJS: Propagate OOM errors from ApplyUnicodeExtensionToTagTimothy Flynn
2023-01-24LibJS: Remove DeprecatedString usage from Intl.PluralRulesTimothy Flynn
2023-01-22LibJS+LibWeb: Convert empty PrimitiveString invocators to StringTimothy Flynn
2023-01-22LibJS: Port ListFormat and PatternPartition to StringTimothy Flynn
2023-01-22LibJS+LibLocale: Port remaining locale APIs to StringTimothy Flynn
2023-01-20LibJS: Mark infallible operations that may throw only due to OOMTimothy Flynn
2023-01-19LibJS: Return OptionalNone in fallible functions in the Intl namespaceTimothy Flynn
2023-01-19LibJS: Port Intl locale resolution to StringTimothy Flynn
2023-01-19LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleIdTimothy Flynn
2023-01-19LibJS: Propagate OOM errors from the PartitionPattern Abstract OperationTimothy Flynn
2023-01-19LibJS: Propagate OOM errors from Intl Abstract OperationsTimothy Flynn
2023-01-19LibLocale+LibJS: Port locale parsing and processing to StringTimothy Flynn
2023-01-16LibJS: Port trivial use cases in the Intl namespace to StringTimothy Flynn
2023-01-16LibJS: Fix uninitialized member variable in DurationFormatBrian Gianforcaro
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15LibJS+LibWeb: Rename number_to_string to number_to_deprecated_stringTimothy Flynn
2023-01-15LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecatedTimothy Flynn
2023-01-14LibJS: Reword and reorder some steps of the Intl ResolveLocale AOTimothy Flynn
2023-01-14LibJS: Consistently use spaces / parentheses in NumberFormat operationsTimothy Flynn
2023-01-14LibJS: Refer to String elements as code units rather than charactersTimothy Flynn
2023-01-14LibJS: Update syntax for invoking the GetOption AO from Intl objectsTimothy Flynn
2023-01-14LibJS: Fix assignment of "isNegative" in FormatNumericToStringTimothy Flynn
2023-01-14LibJS: Renumber Intl.NumberFormat v3 prototypes and AOsTimothy Flynn
2023-01-14LibJS: Set approximate number range format result's "source" to "shared"Timothy Flynn
2023-01-13LibJS+Everywhere: Return strings by value from PrimitiveStringTimothy Flynn
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-08LibJS+Everywhere: Make PrimitiveString and Utf16String fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-16 to UTF-8 converter fallibleTimothy Flynn
2022-12-15LibJS: Update spec comments for replacing digits in Intl.NumberFormatTimothy Flynn
2022-12-15LibJS: Fix a typo in an Intl.DateTimeFormat spec commentTimothy Flynn
2022-12-15LibJS: Convert standalone construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Throw a RangeError when when formatting strings in DurationFormatTimothy Flynn
2022-12-15LibJS: Access DurationRecord properties in alphabetical orderTimothy Flynn
2022-12-15LibJS: Move IsValidDurationRecord check to ToDurationRecordTimothy Flynn
2022-12-15LibJS: Remove infallibility markers from some Intl.DurationFormat AOsTimothy Flynn