summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/builtins
AgeCommit message (Expand)Author
2021-09-02LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleListTimothy Flynn
2021-09-02LibJS: Add test cases for Intl.Locale.prototype.toStringTimothy 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: Make 'options' argument of Calendar prototype functions optionalLinus Groh
2021-09-01LibJS: Throw TypeError if Instant.prototype.round() options is undefinedLinus Groh
2021-09-01LibJS: Handle Unicode locale extensions in LookupMatcher AOTimothy Flynn
2021-08-31LibJS: Implement Temporal.Instant.prototype.toJSON()Linus Groh
2021-08-31LibJS: Implement Temporal.Instant.prototype.toLocaleString()Linus Groh
2021-08-31LibJS: Implement Temporal.Instant.prototype.toString()Linus Groh
2021-08-30LibJS: Implement Temporal.Calendar.prototype.dateAdd()Linus Groh
2021-08-30LibJS: Canonicalize Unicode locale extension attributes and keywordsTimothy Flynn
2021-08-30LibJS: Reject structurally invalid Unicode locale extensionsTimothy Flynn
2021-08-27LibJS: Implement Temporal.ZonedDateTime.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.ZonedDateTime.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainYearMonth.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainYearMonth.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.Calendar.prototype.eraYear()Linus Groh
2021-08-27LibJS: Implement Temporal.Calendar.prototype.era()Linus Groh
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.withPlainTime()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainTime.prototype.equals()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainTime.compare()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainTime.from()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.toPlainDateTime()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.equals()Idan Horowitz
2021-08-27LibJS: Implement Temporal.PlainDateTime.compare()Idan Horowitz
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-24LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay()Linus Groh
2021-08-24LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth()Linus Groh
2021-08-24LibJS: Implement Temporal.PlainDateTime.prototype.toPlainMonthDay()Linus Groh
2021-08-24LibJS: Implement Temporal.PlainDateTime.prototype.toPlainYearMonth()Linus Groh
2021-08-23LibJS: Implement Temporal.PlainDateTime.from()Linus Groh
2021-08-23LibJS: Implement Promise.race on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.allSettled on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.any on the Promise constructorTimothy Flynn
2021-08-21LibJS: Implement Promise.all on the Promise constructorTimothy Flynn