summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl
AgeCommit message (Expand)Author
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
2022-12-14LibJS: Set DateTimeFormat's time zone when the CLDR download is disabledTimothy Flynn
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Convert Object::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Segments::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Locale::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07LibJS: Replace standalone js_bigint() with BigInt::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh