Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothy Flynn a2cf026b30 LibJS: Throw a RangeError when when formatting strings in DurationFormat vor 2 Jahren
  Timothy Flynn 010888acec LibJS: Access DurationRecord properties in alphabetical order vor 2 Jahren
  Timothy Flynn 85f079dc6b LibJS: Move IsValidDurationRecord check to ToDurationRecord vor 2 Jahren
  Timothy Flynn 0086a3acdb LibJS: Remove infallibility markers from some Intl.DurationFormat AOs vor 2 Jahren
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun vor 2 Jahren
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr vor 2 Jahren
  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