Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn e86eafe65e LibJS: Replace remaining uses of StringBuilder in the Intl namespace il y a 2 ans
  Timothy Flynn 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String il y a 2 ans
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM il y a 2 ans
  Timothy Flynn 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation il y a 2 ans
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible il y a 2 ans
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun il y a 2 ans
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary il y a 3 ans
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] il y a 3 ans
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] il y a 3 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 3 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 3 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Timothy Flynn 7c41e6058a LibJS: Explicitly indicate infallible incovations il y a 3 ans
  Timothy Flynn 6677e03a52 LibJS: Reorganize spec steps for Intl.ListFormat 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 bced4e9324 LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style il y a 3 ans
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records il y a 3 ans
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes il y a 3 ans
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments il y a 3 ans
  Timothy Flynn 0469006263 LibJS: Change Intl's PatternPartition record to hold a String value il y a 3 ans
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr il y a 3 ans
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec il y a 3 ans
  Timothy Flynn 7b4814f74c LibJS: Convert IteratorValue AO to ThrowCompletionOr il y a 3 ans