summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl
AgeCommit message (Expand)Author
2021-09-02LibJS: Implement Intl.Locale.prototype.scriptTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.languageTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.numericTimothy Flynn
2021-09-02LibJS: Implement most Intl.Locale.Prototype.<<keyword>> propertiesTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.baseNameTimothy Flynn
2021-09-02LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleListTimothy Flynn
2021-09-02LibJS: Implement the Intl.Locale constructorTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.toString()Timothy Flynn
2021-09-02LibJS: Compare Unicode locale variants using case-insensitive matchingTimothy Flynn
2021-09-02LibJS: Remove duplicated error message from ErrorTypes.hTimothy Flynn
2021-09-02LibJS: Implement a nearly empty Intl.Locale objectTimothy Flynn
2021-09-01LibJS+LibUnicode: Store parsed Unicode locale data as full stringsTimothy Flynn
2021-09-01LibJS: Handle Unicode locale extensions in LookupMatcher AOTimothy Flynn
2021-08-30LibJS: Canonicalize Unicode locale extension attributes and keywordsTimothy Flynn
2021-08-30LibJS: Reject structurally invalid Unicode locale extensionsTimothy Flynn
2021-08-27LibJS: Extend Intl.DisplayNames.of to support currency tagsTimothy Flynn
2021-08-27LibJS: Extend Intl.DisplayNames.of to support script tagsTimothy Flynn
2021-08-27LibJS: Extend Intl.DisplayNames.of to support language tagsTimothy Flynn
2021-08-26LibJS: Implement Intl.DisplayNames.prototype.resolvedOptionsTimothy Flynn
2021-08-26LibJS: Implement Intl.DisplayNames.prototype.ofTimothy Flynn
2021-08-26LibJS: Implement Intl.getCanonicalLocalesTimothy Flynn
2021-08-26LibJS: Implement the Intl.DisplayNames constructorTimothy Flynn
2021-08-26LibJS: Implement a nearly empty Intl.DisplayNames objectTimothy Flynn
2021-08-08LibJS: Implement Intl[@@toStringTag]Linus Groh
2021-08-08LibJS: Add the Intl namespace object :^)Linus Groh