Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  kleines Filmröllchen effcd080ca Userland: Remove remaining users of Duration::now_realtime() il y a 2 ans
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration il y a 2 ans
  Luke Wilde 78db4e683f LibJS: Add "Month dd, yy hh:mm:ss" Date format il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Luke Wilde f0d0459c3e LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for Date il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string il y a 2 ans
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible il y a 2 ans
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr il y a 2 ans
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr il y a 2 ans
  Luke Wilde ce39c907fd LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date 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
  davidot 03c468fb7d LibJS: Parse date strings like "9/17/2022" il y a 2 ans
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh f13f3f9fbe LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19] il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Linus Groh f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double il y a 3 ans
  Idan Horowitz 9098257668 LibJS: Reject -00000 as extended year in Date parsing il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans