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
/
Intl
/
AbstractOperations.h
Age
Commit message (
Expand
)
Author
2022-03-30
LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibJS: Provide public access to list of sanctioned unit identifiers
Timothy Flynn
2022-01-29
LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocale
Timothy Flynn
2022-01-27
LibJS: Add explicit constructors for PatternPartition
Timothy Flynn
2021-12-01
LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
Timothy Flynn
2021-11-29
LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector
Timothy Flynn
2021-11-12
LibJS: Change Intl's PatternPartition record to hold a String value
Timothy Flynn
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-09-18
LibJS: Convert get_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert default_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert coerce_options_to_object() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert supported_locales() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert Intl::get_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr
Idan Horowitz
2021-09-12
LibJS: Make GetNumberOption's "options" object a const reference
Timothy Flynn
2021-09-12
LibJS: Change GetOption AO to accept the options as a concrete Object
Timothy Flynn
2021-09-12
LibJS: Sort Intl AbstractOperation declarations by spec ID
Timothy Flynn
2021-09-12
LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNames
Timothy Flynn
2021-09-11
LibJS: Implement the Intl.NumberFormat constructor
Timothy Flynn
2021-09-11
LibJS: Handle Unicode locale extensions in the ResolveLocale operation
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.format
Timothy Flynn
2021-09-06
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
Linus Groh
2021-09-02
LibJS: Implement the Intl.Locale constructor
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.of
Timothy Flynn
2021-08-26
LibJS: Implement the Intl.DisplayNames constructor
Timothy Flynn