Timothy Flynn
|
5e5cdb2d28
LibJS: Remove the now-unused LocalTZA AO
|
2 년 전 |
Timothy Flynn
|
9a9025dea0
LibJS: Remove infallibility marker from DefaultTimeZone invocation
|
2 년 전 |
Timothy Flynn
|
094f9bf6a2
LibJS: Subtract time zone offsets when converting from local time to UTC
|
2 년 전 |
Timothy Flynn
|
019211bcb4
LibJS: Consolidate sources of system time zone to one location in Date
|
2 년 전 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 년 전 |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 년 전 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 년 전 |
Linus Groh
|
f7c9bd0760
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
|
3 년 전 |
Linus Groh
|
875e59b740
LibJS: Remove unused LibCore/DateTime.h header from Date.cpp
|
3 년 전 |
Linus Groh
|
4dd9102f5e
LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date class
|
3 년 전 |
Linus Groh
|
17fb40bc42
LibJS: Fix type confusion in msFromTime
|
3 년 전 |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 년 전 |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 년 전 |
Timothy Flynn
|
70f49d0696
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
|
3 년 전 |
Timothy Flynn
|
efda1724e8
LibJS: Protect [TimeValue]FromTime from non-finite times
|
3 년 전 |
Timothy Flynn
|
4848f587cd
LibJS: Protect DayWithinYear against non-finite times
|
3 년 전 |
Timothy Flynn
|
9be0a0fd28
LibJS: Protect YearFromTime against non-finite times
|
3 년 전 |
Timothy Flynn
|
8ad043fe5e
LibJS: Ensure final computation in DayFromYear is performed on a double
|
3 년 전 |
Timothy Flynn
|
032664332b
LibJS: Implement MakeDay without using AK::years_to_days_since_epoch
|
3 년 전 |
Timothy Flynn
|
11d7c7ebbd
LibJS: Move time conversion constants to the Date header
|
3 년 전 |
Timothy Flynn
|
34a1dd4257
LibJS: Remove Core::DateTime logic from the Date object :^)
|
3 년 전 |
Timothy Flynn
|
d83ce7dd0b
LibJS: Re-implement the Date constructor / prototype for spec compliance
|
3 년 전 |
Timothy Flynn
|
62dc9958f5
LibJS: Protect LocalTZA against non-finite times
|
3 년 전 |
Timothy Flynn
|
b2aa3c9f84
LibJS: Do not negate offset in LocalTZA for isUTC=false
|
3 년 전 |
Timothy Flynn
|
d93713b874
LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOs
|
3 년 전 |
Timothy Flynn
|
7d2834344a
LibJS: Implement the localTZA AO for isUTC=false
|
3 년 전 |
Timothy Flynn
|
8987deb984
LibJS: Partially implement the LocalTZA AO
|
3 년 전 |
Timothy Flynn
|
7a0830bb24
LibJS: Use AK::Time to implement the MakeDay AO
|
3 년 전 |
Linus Groh
|
9c209b8079
LibJS: Support modulo(x, y) with different types
|
3 년 전 |
Timothy Flynn
|
baf3f3bd6e
LibJS: Implement Date's Week Day AO
|
3 년 전 |