summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2021-09-09LibJS: Implement Temporal.PlainYearMonth.compareLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.fromLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.prototype.equalsLuke Wilde
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()Linus Groh
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toJSON()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toLocaleString()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toString()Linus Groh
2021-09-08LibJS: Restore the environment if an exception is thrown in 'with' blockdavidot
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.withLuke Wilde
2021-09-08test-js: Add a mark_as_garbage method to force GC to collect that objectdavidot
2021-09-08LibJS: Fix Temporal.PlainTime.prototype.equals testLuke Wilde
2021-09-08LibJS: Add and use the CreateNegatedTemporalDuration AOLinus Groh
2021-09-08LibJS: Validate Calendar.prototype.fields() values more strictlyLinus Groh
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06LibJS: Implement Intl.ListFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatToPartsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.supportedLocalesOfTimothy Flynn
2021-09-06LibJS: Implement the Intl.ListFormat constructorTimothy Flynn
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-06LibJS: Implement Temporal.Instant.prototype.sinceIdan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.untilIdan Horowitz
2021-09-06LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}CaseTimothy Flynn
2021-09-06LibJS: Fix that windows style line endings were not ignored or converteddavidot
2021-09-05LibJS: Prevent stack overflow if Proxy handler's __proto__ is the ProxyLinus Groh
2021-09-04LibJS: Implement Intl.DisplayNames.supportedLocalesOf()Linus Groh
2021-09-04LibJS: Implement Intl.Locale.prototype.minimizeTimothy Flynn
2021-09-04LibJS: Implement Intl.Locale.prototype.maximizeTimothy Flynn
2021-09-02LibJS: Throw RangeError for non-integral values in ToPartialDurationLinus Groh
2021-09-02LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operatorLuke Wilde
2021-09-02LibJS: Implement Intl.Locale.prototype.regionTimothy Flynn
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: 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-09-01LibJS: Add support for public fields in classesdavidot
2021-08-31LibJS: Implement Temporal.Instant.prototype.toJSON()Linus Groh
2021-08-31LibJS: Implement Temporal.Instant.prototype.toLocaleString()Linus Groh