Timothy Flynn
|
b6ff25bd26
LibJS: Stop propagating small OOM errors from Intl abstract operations
|
před 1 rokem |
Timothy Flynn
|
cd526813e6
LibLocale+LibJS: Make locale data APIs infallible
|
před 1 rokem |
Andreas Kling
|
1a27c525d5
LibJS: Make PrimitiveString::create() infallible
|
před 1 rokem |
Timothy Flynn
|
c3abb1396c
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
před 2 roky |
Timothy Flynn
|
95d1678553
LibJS: Mark infallible operations that may throw only due to OOM
|
před 2 roky |
Timothy Flynn
|
2f1184ccdb
LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId
|
před 2 roky |
Timothy Flynn
|
bff0e25ebe
LibJS: Propagate OOM errors from Intl Abstract Operations
|
před 2 roky |
Timothy Flynn
|
ca62aeb6bd
LibLocale+LibJS: Port locale parsing and processing to String
|
před 2 roky |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
před 2 roky |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
před 2 roky |
Timothy Flynn
|
ff48220dca
Userland: Move files destined for LibLocale to the Locale namespace
|
před 2 roky |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
před 2 roky |
Linus Groh
|
f9705eb2f4
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
|
před 2 roky |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
před 2 roky |
Linus Groh
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
před 3 roky |
Timothy Flynn
|
1a76839e8d
LibJS: Use consistent ASCII case-transformation and string language
|
před 3 roky |
Timothy Flynn
|
f8e7701cf3
LibJS: Disallow calendar display names which contain an underscore
|
před 3 roky |
Timothy Flynn
|
72462bed2f
LibJS: Reorganize spec steps for Intl.DisplayNames
|
před 3 roky |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
před 3 roky |
Timothy Flynn
|
25e67f63a2
LibJS: Convert Intl.DisplayNames to use Unicode::Style
|
před 3 roky |
Timothy Flynn
|
4875ec26dd
LibJS: Implement per-locale display of calendars and date-time fields
|
před 3 roky |
Timothy Flynn
|
71f7e67a20
LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options
|
před 3 roky |
Timothy Flynn
|
853ccab9af
LibJS: Remove unnecessary braces in Intl.DisplayNames
|
před 3 roky |
Linus Groh
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
před 3 roky |
Idan Horowitz
|
e65aeee67d
LibJS: Convert DisplayNames AOs to ThrowCompletionOr
|
před 3 roky |
Timothy Flynn
|
094c390fb1
LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNames
|
před 3 roky |
Timothy Flynn
|
0fb4e8b749
LibJS: Implement a nearly empty Intl.DisplayNames object
|
před 3 roky |