index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Intl
Age
Commit message (
Expand
)
Author
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-29
LibJS+LibWeb: Move headers around to allow including Value from Cell
Timothy Flynn
2023-01-28
LibJS: Port Intl.DurationFormat to String
Timothy Flynn
2023-01-28
LibJS: Port Intl.RelativeTimeFormat to String
Timothy Flynn
2023-01-28
LibJS: Remove last use of DeprecatedString from Intl.MathematicalValue
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibJS+LibLocale: Propagate errors from find_regional_values_for_locale
Timothy Flynn
2023-01-27
LibJS+LibLocale: Port Intl.DateTimeFormat to String
Timothy Flynn
2023-01-26
LibJS: Port canonicalize_time_zone_name() to String
Linus Groh
2023-01-24
LibJS+LibLocale: Port Intl.NumberFormat to String
Timothy Flynn
2023-01-24
LibJS: Use correct type for NumberFormat's UseGrouping internal slot
Timothy Flynn
2023-01-24
LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOs
Timothy Flynn
2023-01-24
LibJS: Propagate OOM errors from ApplyUnicodeExtensionToTag
Timothy Flynn
2023-01-24
LibJS: Remove DeprecatedString usage from Intl.PluralRules
Timothy Flynn
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2023-01-22
LibJS: Port ListFormat and PatternPartition to String
Timothy Flynn
2023-01-22
LibJS+LibLocale: Port remaining locale APIs to String
Timothy Flynn
2023-01-20
LibJS: Mark infallible operations that may throw only due to OOM
Timothy Flynn
2023-01-19
LibJS: Return OptionalNone in fallible functions in the Intl namespace
Timothy Flynn
2023-01-19
LibJS: Port Intl locale resolution to String
Timothy Flynn
2023-01-19
LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId
Timothy Flynn
2023-01-19
LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation
Timothy Flynn
2023-01-19
LibJS: Propagate OOM errors from Intl Abstract Operations
Timothy Flynn
2023-01-19
LibLocale+LibJS: Port locale parsing and processing to String
Timothy Flynn
2023-01-16
LibJS: Port trivial use cases in the Intl namespace to String
Timothy Flynn
2023-01-16
LibJS: Fix uninitialized member variable in DurationFormat
Brian Gianforcaro
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-14
LibJS: Reword and reorder some steps of the Intl ResolveLocale AO
Timothy Flynn
2023-01-14
LibJS: Consistently use spaces / parentheses in NumberFormat operations
Timothy Flynn
2023-01-14
LibJS: Refer to String elements as code units rather than characters
Timothy Flynn
2023-01-14
LibJS: Update syntax for invoking the GetOption AO from Intl objects
Timothy Flynn
2023-01-14
LibJS: Fix assignment of "isNegative" in FormatNumericToString
Timothy Flynn
2023-01-14
LibJS: Renumber Intl.NumberFormat v3 prototypes and AOs
Timothy Flynn
2023-01-14
LibJS: Set approximate number range format result's "source" to "shared"
Timothy Flynn
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-09
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
Timothy Flynn
2022-12-15
LibJS: Update spec comments for replacing digits in Intl.NumberFormat
Timothy Flynn
2022-12-15
LibJS: Fix a typo in an Intl.DateTimeFormat spec comment
Timothy Flynn
2022-12-15
LibJS: Convert standalone construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Throw a RangeError when when formatting strings in DurationFormat
Timothy Flynn
2022-12-15
LibJS: Access DurationRecord properties in alphabetical order
Timothy Flynn
2022-12-15
LibJS: Move IsValidDurationRecord check to ToDurationRecord
Timothy Flynn
2022-12-15
LibJS: Remove infallibility markers from some Intl.DurationFormat AOs
Timothy Flynn
[next]