summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2022-07-13LibJS+js: Parse new constructor options from Intl.NumberFormat V3Timothy Flynn
2022-07-12LibJS: Add test case for %TypedArray%.prototype.toSplicedObinna Ikeh
2022-07-12LibJS: Implement Intl.PluralRules.prototype.selectRangeTimothy Flynn
2022-07-10AK: Treat empty string as invalid JSONLuke Wilde
2022-07-08LibJS: Use Intl.PluralRules within Intl.RelativeFormatTimothy Flynn
2022-07-08LibJS: Implement Intl.PluralRules.prototype.selectTimothy Flynn
2022-07-08LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptionsTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.weekInfo propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.textInfo propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.timeZones propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.numberingSystems propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.hourCycles propertyTimothy Flynn
2022-07-06LibJS: Partially implement Intl.Locale.prototype.collations propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.calendars propertyTimothy Flynn
2022-07-06LibJS: Revert partial resizable ArrayBuffer implementationLinus Groh
2022-07-04LibJS/Tests: Disable one Array.prototype.toSpliced test for nowLinus Groh
2022-07-04LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1Linus Groh
2022-07-03LibJS: Add tests for %TypedArray%.prototype.toReversedObinna Ikeh
2022-07-02LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormatIdan Horowitz
2022-07-02LibJS: Disallow mixed-sign durations in Intl.DurationFormatIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatToPartsIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.resolvedOptionsIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.supportedLocalesOfIdan Horowitz
2022-07-01LibJS: Start implementing the stage 3 Intl.DurationFormat proposalIdan Horowitz
2022-06-29LibJS: Add tests cases for %TypedArray%.prototype.toSorted functionObinna Ikeh
2022-06-29LibJS: Fix production for time zone name in time zone stringsLinus Groh
2022-06-27LibJS: Check for add overflow in `DataViewConstructor`Cyber Gsus
2022-06-26LibJS: Infer file extensions when resolving module pathsLinus Groh
2022-06-24LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnitLinus Groh
2022-06-23LibJS: Implement stage 3 proposal FinalizationRegistry changesIdan Horowitz
2022-06-23LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakSet changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-23LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'Idan Horowitz
2022-06-17LibJS/Tests: Remove outdated FIXMELinus Groh
2022-06-15LibJS: Adjust order of operations in ISO{Date,MonthDay}FromFieldsLinus Groh
2022-06-15LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecordLinus Groh
2022-06-13LibJS: Implement Array.prototype.with()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSpliced()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toSorted()Linus Groh
2022-06-13LibJS: Implement Array.prototype.toReversed()Linus Groh
2022-06-13LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}Linus Groh
2022-06-10LibJS: Simplify Temporal unit AOsLinus Groh
2022-06-02LibJS: Stub out String.prototype.normalizestelar7
2022-05-16LibJS: Remove faulty assertion in BalanceDurationRelativeLuke Wilde
2022-05-16LibJS: Remove redundant TemporalDateString productionLinus Groh
2022-05-08LibJS: Change internal slots of Duration to store mathematical valuesLinus Groh
2022-04-30LibJS: Reject -00000 as extended year in Date parsingIdan Horowitz
2022-04-13LibJS: Allow TypeArray to become detached in TypedArray.prototype.setTimothy Flynn
2022-04-12LibJS: Pass this value to fallback func in Array.prototype.toString()Linus Groh