Commit History

Author SHA1 Message Date
  Timothy Flynn 20aaa2c236 LibJS: Stop propagating small OOM errors from Intl.DurationFormat 1 year ago
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
  Timothy Flynn 8dc4e05ecf LibJS: Port Intl.DurationFormat to String 2 years ago
  Timothy Flynn bb4b6d8ce3 LibJS: Port Intl locale resolution to String 2 years ago
  Timothy Flynn 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation 2 years ago
  Brian Gianforcaro bffc29ae34 LibJS: Fix uninitialized member variable in DurationFormat 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Timothy Flynn 99fc94e138 LibJS: Delegate to NumberFormat for DurationFormat unit formatting 2 years ago
  Timothy Flynn 60a6bae53d LibJS: Change digital default style from "narrow" to "short" 2 years ago
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 years ago
  Timothy Flynn c477425b9b LibJS: Create DurationFormat's ListFormat object with type and style 2 years ago
  Timothy Flynn a86b840c64 LibJS: Rename DurationFormat's DurationSign to DurationRecordSign 2 years ago
  Timothy Flynn a28ff92106 LibJS: Mark PartitionDurationFormatPattern as infallible 2 years ago
  Timothy Flynn aabd06722f LibJS: Change GetDurationUnitOptions to require a string for prevStyle 2 years ago
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] 2 years ago
  Idan Horowitz fb8c4a724e LibJS: Disallow mixed-sign durations in Intl.DurationFormat 3 years ago
  Idan Horowitz b1fe6c3f68 LibJS: Implement the PartitionDurationFormatPattern abstract operation 3 years ago
  Idan Horowitz 8e55eb960e LibJS: Implement the ToDurationRecord abstract operation 3 years ago
  Idan Horowitz 97fe37bcc2 LibJS: Start implementing the stage 3 Intl.DurationFormat proposal 3 years ago