Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Jonah 381b36b83f LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral vor 2 Jahren
  Timothy Flynn 99fc94e138 LibJS: Delegate to NumberFormat for DurationFormat unit formatting vor 2 Jahren
  Nico Weber daeaefad17 Everywhere: Clean up "the the" comment typos vor 2 Jahren
  Timothy Flynn 4686989582 LibJS: Map DurationFormat's list style to "short" when it is "digital" vor 2 Jahren
  Timothy Flynn 82e730eba1 LibJS: Change default time display options to "always" for digital style vor 2 Jahren
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace vor 2 Jahren
  Timothy Flynn c477425b9b LibJS: Create DurationFormat's ListFormat object with type and style vor 2 Jahren
  Timothy Flynn 127b28c940 LibJS: Use numeric style if the previous style was numeric or 2-digit vor 2 Jahren
  Timothy Flynn cab1cce522 LibJS: Update DurationFormat AO text to align with ECMA-402 and Temporal vor 2 Jahren
  Timothy Flynn a86b840c64 LibJS: Rename DurationFormat's DurationSign to DurationRecordSign vor 2 Jahren
  Timothy Flynn f8c51fec1d LibJS: Align ToDurationRecord with ToTemporalDurationRecord vor 2 Jahren
  Timothy Flynn a28ff92106 LibJS: Mark PartitionDurationFormatPattern as infallible vor 2 Jahren
  Timothy Flynn aabd06722f LibJS: Change GetDurationUnitOptions to require a string for prevStyle vor 2 Jahren
  Timothy Flynn 1778462d97 LibJS: Resolve FIXMEs in DurationFormat's PartitionDurationFormatPattern vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary vor 2 Jahren
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] vor 2 Jahren
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] vor 2 Jahren
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] vor 2 Jahren
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() vor 2 Jahren
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions vor 2 Jahren
  Timothy Flynn 292b8908b5 LibJS: Hook the Intl mathematical value into Intl.NumberFormat vor 3 Jahren
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) vor 3 Jahren
  Timothy Flynn 1fc87d1529 LibJS: Use Intl.PluralRules within Intl.DurationFormat vor 3 Jahren
  DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) vor 3 Jahren
  Idan Horowitz 1ebc5af2f0 LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormat vor 3 Jahren
  Idan Horowitz fb8c4a724e LibJS: Disallow mixed-sign durations in Intl.DurationFormat vor 3 Jahren