Historique des commits

Auteur SHA1 Message Date
  Andrew Kaster 6047f1adcb LibJS: Ensure JS::Date has a key function and its vtable is in LibJS il y a 1 an
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Jesús (gsus) Lapastora 2086b8df9c LibJS/Date: Ensure `YearFromTime(t)` holds invariant after approximation il y a 1 an
  Timothy Flynn 39be5cb73a LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat il y a 1 an
  Timothy Flynn f31540e419 LibJS: Implement time zone identifier AOs centrally within Date il y a 1 an
  Timothy Flynn ddaba88340 LibJS: Convert Date-related equations into proper AOs il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Om Prakaash 7c66c5f12d LibJS: Replace a DeprecatedString with String il y a 2 ans
  kleines Filmröllchen 82c681e44b LibTimeZone+Userland: Change timezone functions to use UnixDateTime il y a 2 ans
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Linus Groh e77503e49b LibJS: Make string_to_number() return double instead of Optional<Value> il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Timothy Flynn b0a4df76de LibJS: Define Date constants such that translation units don't copy them il y a 2 ans
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() il y a 2 ans
  Timothy Flynn 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated il y a 2 ans
  Ben Wiederhake 363cc12146 Revert "LibJS: Implement MakeDay without using AK::years_to_days_since…" il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun il y a 2 ans
  Linus Groh 790b21c8b5 LibJS: Convert Date::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn 5e5cdb2d28 LibJS: Remove the now-unused LocalTZA AO il y a 2 ans
  Timothy Flynn 9a9025dea0 LibJS: Remove infallibility marker from DefaultTimeZone invocation il y a 2 ans
  Timothy Flynn 094f9bf6a2 LibJS: Subtract time zone offsets when converting from local time to UTC il y a 2 ans
  Timothy Flynn 019211bcb4 LibJS: Consolidate sources of system time zone to one location in Date il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans