index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
DateConstructor.cpp
Age
Commit message (
Expand
)
Author
2023-05-24
Userland: Remove remaining users of Duration::now_realtime()
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-22
LibJS: Add "Month dd, yy hh:mm:ss" Date format
Luke Wilde
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-03-23
LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for Date
Luke Wilde
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-13
LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date
Luke Wilde
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-17
LibJS: Parse date strings like "9/17/2022"
davidot
2022-09-15
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-06
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
Linus Groh
2022-04-30
LibJS: Reject -00000 as extended year in Date parsing
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-09
LibJS: Be more lenient when parsing milliseconds for Date
davidot
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-15
LibJS: Re-implement the Date constructor / prototype for spec compliance
Timothy Flynn
2022-01-15
LibJS: Do not negate offset in LocalTZA for isUTC=false
Timothy Flynn
2022-01-14
LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15
Timothy Flynn
2022-01-14
LibJS: Implement Date.parse using AK::Time and LibTimeZone
Timothy Flynn
2022-01-05
LibJS: Implement Date.UTC according to the spec
Timothy Flynn
2022-01-05
LibJS: Set the length of Date.UTC to 7
Timothy Flynn
2021-10-23
LibJS: Convert DateConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-09-26
LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019"
Andreas Kling
2021-09-16
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
Idan Horowitz
2021-07-10
LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1
Linus Groh
2021-07-10
LibJS: Make Date.now() return a floor()'d milliseconds value
Linus Groh
2021-07-08
LibJS: Reorder and add missing name & length properties to Built-ins
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
[next]