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