提交历史

作者 SHA1 备注 提交日期
  Shannon Booth ee35e93eb2 LibJS: Early return from Date string parsing on empty string 9 月之前
  rmg-x 179641a297 LibJS: Add extra date format "d B Y" 9 月之前
  Kevin Perdlich a3472aef24 LibJS: Extend supported date string formats 9 月之前
  Arhcout b4d996680a LibJS: Allow date format "YYYY-M-DD" 10 月之前
  Timothy Flynn 8d6f36f8d6 LibJS+LibWeb: Add a custom host hook to log unparsed date strings 10 月之前
  Timothy Flynn 921a9cef62 LibJS: Add "month day, year" support to Date.parse 10 月之前
  Kyle Lanmon f757a7cfa8 LibJS: Support more weird date formats found on the web 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
  Timothy Flynn bf3fce1766 LibJS: Add Date.parse formats for the output of Date.prototype.to*String 1 年之前
  Timothy Flynn 9d3f942d43 LibJS: Display example Date strings inline with their format strings 1 年之前
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 年之前
  Andreas Kling 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  kleines Filmröllchen effcd080ca Userland: Remove remaining users of Duration::now_realtime() 2 年之前
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration 2 年之前
  Luke Wilde 78db4e683f LibJS: Add "Month dd, yy hh:mm:ss" Date format 2 年之前
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 年之前
  Luke Wilde f0d0459c3e LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for Date 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 年之前
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 年之前
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr 2 年之前
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 2 年之前
  Luke Wilde ce39c907fd LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date 2 年之前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  davidot 03c468fb7d LibJS: Parse date strings like "9/17/2022" 2 年之前
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed 2 年之前