Commit History

Author SHA1 Message Date
  Timothy Flynn 0bc401a1d6 LibTimeZone+Userland: Include Link entries when returning all time zones 1 year ago
  Timothy Flynn 76b5974f08 LibJS: Stop propagating small OOM errors from the Intl namespace object 1 year ago
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 years ago
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 years ago
  Timothy Flynn a8fce9eec2 LibJS: Update spec numbers for the Intl Enumeration proposal 2 years ago
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
  Timothy Flynn 858126d236 LibJS: Propagate OOM from remaining Intl Vector operations 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn fc413711ee LibJS: Port trivial use cases in the Intl namespace to String 2 years ago
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Timothy Flynn e86e59699d LibJS: Use Object's new deferred instrinsic storage for GlobalObject 2 years ago
  Timothy Flynn 92f4f40198 LibJS: Rename the Intl Enumeration Available* AOs to AvailableCanonical* 2 years ago
  Timothy Flynn 43a3471298 LibLocale: Move locale source files to the LibLocale folder 2 years ago
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace 2 years ago
  Timothy Flynn 6c7b05a0ff LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 years ago
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh f9705eb2f4 LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 years ago
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 years ago
  Timothy Flynn c657f23e6f LibJS: Remove hard-coded lists of collation types 3 years ago