Historique des commits

Auteur SHA1 Message Date
  Shannon Booth bb8dad5bb0 LibJS: Begin using CalendarMethodsRecord for AOs il y a 1 an
  Shannon Booth 6d4eda0028 LibJS: Make CreateTemporalDuration return a NonnullGCPtr il y a 1 an
  Shannon Booth c4f37c1bfa LibJS: Implement Temporal AO BalanceDuration il y a 1 an
  Shannon Booth 276930185a LibJS: Implement temporal AO BalancePossiblyInfiniteTimeDuration il y a 1 an
  Shannon Booth a7316d3641 LibJS: Update Temporal RoundDuration AO to some spec changes il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Linus Groh f669d2e558 LibJS: Port temporal_duration_to_string() to String il y a 2 ans
  Linus Groh 49b5d55b95 LibJS: Make {un,}balance_duration_relative() take a StringView il y a 2 ans
  Linus Groh 8f7c2f8292 LibJS: Port get_difference_settings() to String il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Jonah 00da2e86e6 LibJS/Temporal: Unroll the loop in to_temporal_duration_record il y a 2 ans
  Idan Horowitz d795f9c6cf LibJS: Change dateAdd to a required parameter of MoveRelativeDate il y a 2 ans
  Idan Horowitz 4e79ce4e7a LibJS: Add optional dateAdd parameter to MoveRelativeDate il y a 2 ans
  Ben Wiederhake 4cd382c621 LibJS: Break another inclusion cycle by removing unnecessary include il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] il y a 2 ans
  Idan Horowitz d35d106f01 LibJS: Remove invalid CreateDateDurationRecord AO overload il y a 3 ans
  Linus Groh a25c5d8fe8 LibJS: Make relativeTo required for AdjustRoundedDurationDays il y a 3 ans
  Linus Groh 5eb48f6f3a LibJS: Remove constant arguments from CalculateOffsetShift il y a 3 ans
  Linus Groh 6cc69bbd8e LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecord il y a 3 ans
  Linus Groh 6982e53113 LibJS: Leverage ToPartialDuration in ToTemporalDurationRecord il y a 3 ans
  Linus Groh b9beb2b120 LibJS: Remove unnecessary ToLimitedTemporalDuration AO il y a 3 ans
  Linus Groh 6a2b73a4a9 LibJS: Simplify DaysUntil il y a 3 ans
  Linus Groh 3729a910f6 LibJS: Refactor Temporal add/subtract to common AOs il y a 3 ans
  Linus Groh 360c65e92b LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt il y a 3 ans
  Linus Groh 48856498f0 LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts il y a 3 ans
  Linus Groh 0d06f3655f LibJS: Move string-parsing code into ToTemporalDurationRecord il y a 3 ans
  Linus Groh a496868ee5 LibJS: Create Duration Records with their own abstract operations il y a 3 ans
  Linus Groh 64e43c89bc LibJS: Remove assertions that are now part of structured headers il y a 3 ans
  Linus Groh 97bd4cebab LibJS: Refactor return value of RoundDuration il y a 3 ans