Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations il y a 1 an
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> il y a 2 ans
  Timothy Flynn ea13f3e285 LibJS: Propagate OOM from PatternPartitionWithSource factory il y a 2 ans
  Timothy Flynn a283daaab7 LibJS: Refactor the Intl.NumberFormat GetStringOrBooleanOption AO il y a 2 ans
  Timothy Flynn 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String il y a 2 ans
  Timothy Flynn bb4b6d8ce3 LibJS: Port Intl locale resolution to String il y a 2 ans
  Timothy Flynn 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation il y a 2 ans
  Timothy Flynn bff0e25ebe LibJS: Propagate OOM errors from Intl Abstract Operations il y a 2 ans
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn 43a3471298 LibLocale: Move locale source files to the LibLocale folder il y a 2 ans
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace il y a 2 ans
  davidot cd763de280 LibJS+LibUnicode: Move some constant arrays to a separate header il y a 2 ans
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] il y a 2 ans
  Timothy Flynn 7c490d4da3 LibJS: Move PatternPartitionWithSource structure to AbstractOperations.h il y a 3 ans
  Timothy Flynn 33698b9615 LibJS+js: Parse new constructor options from Intl.NumberFormat V3 il y a 3 ans
  Idan Horowitz f4785e2468 LibUnicode: Generate data about DurationFormat-required units as well il y a 3 ans
  Linus Groh 71a519831d LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262 il y a 3 ans
  Timothy Flynn 066352c9aa LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35 il y a 3 ans
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
  Timothy Flynn a120e85596 LibJS: Provide public access to list of sanctioned unit identifiers il y a 3 ans
  Timothy Flynn 1607a05d4c LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocale il y a 3 ans
  Timothy Flynn 8098eb273a LibJS: Add explicit constructors for PatternPartition il y a 3 ans
  Timothy Flynn d2588d852b LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays il y a 3 ans
  Timothy Flynn 16151aa7d5 LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor il y a 3 ans
  Timothy Flynn bb11437792 LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector il y a 3 ans
  Timothy Flynn 0469006263 LibJS: Change Intl's PatternPartition record to hold a String value il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey il y a 3 ans
  Idan Horowitz 407cf04884 LibJS: Convert get_number_option() to ThrowCompletionOr il y a 3 ans