Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 years ago |
Timothy Flynn
|
f211028252
LibJS: Change ToLocalTime to use epoch nanoseconds
|
2 years ago |
Timothy Flynn
|
43a3471298
LibLocale: Move locale source files to the LibLocale folder
|
2 years ago |
Timothy Flynn
|
ff48220dca
Userland: Move files destined for LibLocale to the Locale namespace
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 years ago |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
f9705eb2f4
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Timothy Flynn
|
415742ab98
LibJS: Allow out-of-order date ranges to be formatted
|
3 years ago |
Timothy Flynn
|
ae2acc8cdf
LibJS+LibUnicode: Generate a set of default DateTimeFormat patterns
|
3 years ago |
Timothy Flynn
|
b8d4f8debf
LibJS: Selectively display DateTimeFormat day periods as noon
|
3 years ago |
DexesTTP
|
7ceeb74535
AK: Use an enum instead of a bool for String::replace(all_occurences)
|
3 years ago |
Linus Groh
|
f7c9bd0760
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
|
3 years ago |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 years ago |
Timothy Flynn
|
7c41e6058a
LibJS: Explicitly indicate infallible incovations
|
3 years ago |
Timothy Flynn
|
1f9c5c186f
LibJS: Reorganize spec steps for Intl.DateTimeFormat
|
3 years ago |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 years ago |
Timothy Flynn
|
a0253af8c1
LibJS: Generalize Intl.NumberFormat to operate on Value types
|
3 years ago |
Timothy Flynn
|
59ca435172
LibJS: Use new construct AO overload where easily applicable
|
3 years ago |
Timothy Flynn
|
6d3a3f279a
LibJS: Remove now unnecessary FIXME comments about LocalTime's [[InDST]]
|
3 years ago |
Timothy Flynn
|
d64ea13565
LibJS: Respect the user-provided time zone in Intl.DateTimeFormat
|
3 years ago |
Timothy Flynn
|
c1a1370c2a
LibJS: Use new LibUnicode API to format time zone names
|
3 years ago |
Timothy Flynn
|
05de9b82b8
LibJS: Include hour-cycle in DateTimeFormat options
|
3 years ago |
Timothy Flynn
|
022b416570
LibJS: Implement the Extend TimeZoneName Option Proposal
|
3 years ago |