Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothy Flynn 0c2efa285a LibJS+LibLocale: Port Intl.NumberFormat to String vor 2 Jahren
  Timothy Flynn 1bcde5d216 LibJS: Port ListFormat and PatternPartition to String vor 2 Jahren
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM vor 2 Jahren
  Timothy Flynn 1e6e719592 LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation vor 2 Jahren
  Timothy Flynn fc413711ee LibJS: Port trivial use cases in the Intl namespace to String vor 2 Jahren
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 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 91b0123eaf LibJS: Convert Array::create{,_from}() 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
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 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 a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/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
  Timothy Flynn bf85bf2a9e LibJS: Use Intl.PluralRules within Intl.RelativeFormat vor 3 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Timothy Flynn 7c41e6058a LibJS: Explicitly indicate infallible incovations vor 3 Jahren
  Timothy Flynn 04bb17ca94 LibJS: Reorganize spec steps for Intl.RelativeTimeFormat vor 3 Jahren
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) vor 3 Jahren
  Timothy Flynn a0253af8c1 LibJS: Generalize Intl.NumberFormat to operate on Value types vor 3 Jahren
  Timothy Flynn a2e791277e LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts vor 3 Jahren
  Timothy Flynn 9c5d7e515c LibJS: Implement Intl.RelativeTimeFormat.prototype.format vor 3 Jahren
  Timothy Flynn 90e68bca6a LibJS: Add missing spec link for InitializeRelativeTimeFormat vor 3 Jahren
  Timothy Flynn 59ca435172 LibJS: Use new construct AO overload where easily applicable vor 3 Jahren