Timothy Flynn
|
c7dd4afd9c
LibJS+LibUnicode: Update the Intl.DateTimeFormat constructor spec steps
|
11 months ago |
Timothy Flynn
|
4fc0fba646
LibCore+LibJS+LibUnicode: Port retrieving available time zones to ICU
|
1 year ago |
Timothy Flynn
|
d3e809bcd4
LibJS+LibUnicode: Port retrieving the system time zone to ICU
|
1 year ago |
Timothy Flynn
|
ebdb92eef6
LibUnicode+Everywhere: Merge LibLocale back into LibUnicode
|
1 year ago |
Timothy Flynn
|
9c3a775395
LibJS: Update AOs involved in locale resolution to the latest ECMA-402
|
1 year ago |
Timothy Flynn
|
638a6c8c00
LibJS: Support non-Gregorian calendars for Intl.DateTimeFormat
|
1 year ago |
Timothy Flynn
|
4598a505b1
LibJS: Differentiate between undefined and null locale keys
|
1 year ago |
Timothy Flynn
|
9cb1857dc6
LibJS+LibLocale: Replace preferred hour cycle lookups with ICU
|
1 year ago |
Timothy Flynn
|
273694d8de
LibJS+LibLocale: Replace date-time formatting with ICU
|
1 year ago |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 year ago |
Daniel Bertalan
|
6f972c190b
Everywhere: Work around Clang trunk bug with templated lambda + Variant
|
1 year ago |
Timothy Flynn
|
05e080c4ba
LibJS: Correctly resolve locale hour cycles in Intl.DateTimeFormat
|
1 year ago |
Timothy Flynn
|
39be5cb73a
LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat
|
1 year ago |
Timothy Flynn
|
f31540e419
LibJS: Implement time zone identifier AOs centrally within Date
|
1 year ago |
Timothy Flynn
|
b78cbf88db
LibJS: Stop propagating small OOM errors from Intl.DateTimeFormat
|
1 year ago |
Timothy Flynn
|
b6ff25bd26
LibJS: Stop propagating small OOM errors from Intl abstract operations
|
1 year ago |
Timothy Flynn
|
7536648498
LibLocale+LibJS+ClockSettings: Make date time format APIs infallible
|
1 year ago |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Timothy Flynn
|
8b23bbf58e
LibJS: Read properties from the Intl.DateTimeFormat options object once
|
2 years ago |
Timothy Flynn
|
3a4cdf77ba
LibJS: Move Intl.DateTimeFormat creation to CreateDateTimeFormat AO
|
2 years ago |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 years ago |
Timothy Flynn
|
c5c6065611
LibJS: Add missing internal slots to creation of Intl.DateTimeFormat
|
2 years ago |
Timothy Flynn
|
a13b6a3cb0
LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormat
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
5e29e04122
LibJS+LibLocale: Propagate errors from find_regional_values_for_locale
|
2 years ago |
Timothy Flynn
|
b2097f4059
LibJS+LibLocale: Port Intl.DateTimeFormat to String
|
2 years ago |
Linus Groh
|
0f5f9acc9c
LibJS: Port canonicalize_time_zone_name() to String
|
2 years ago |
Timothy Flynn
|
95d1678553
LibJS: Mark infallible operations that may throw only due to OOM
|
2 years ago |
Timothy Flynn
|
bb4b6d8ce3
LibJS: Port Intl locale resolution to String
|
2 years ago |