summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
AgeCommit message (Expand)Author
2021-09-11LibJS: Implement the Intl.NumberFormat constructorTimothy Flynn
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()Linus Groh
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()Linus Groh
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatToPartsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatTimothy Flynn
2021-09-06LibJS: Implement Temporal.Instant.prototype.sinceIdan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.untilIdan Horowitz
2021-09-06LibJS: Add a bunch of Temporal Abstract OperationsIdan Horowitz
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: Implement Intl.Locale.prototype.baseNameTimothy Flynn
2021-09-02LibJS: Implement the Intl.Locale constructorTimothy Flynn
2021-08-31LibJS: Implement Temporal.Instant.prototype.toString()Linus Groh
2021-08-30LibJS: Implement Temporal.Calendar.prototype.dateAdd()Linus 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-26LibJS: Implement Intl.DisplayNames.prototype.resolvedOptionsTimothy Flynn
2021-08-26LibJS: Implement Intl.getCanonicalLocalesTimothy Flynn
2021-08-26LibJS: Implement the Intl.DisplayNames constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.allSettled on the Promise constructorTimothy Flynn
2021-08-20LibJS: Implement RegExp.prototype.compileTimothy Flynn
2021-08-19LibJS: Implement Temporal.PlainDate.prototype.toString()Linus Groh
2021-08-19LibJS: Make Temporal's get_option() take a PropertyName directlyLinus Groh
2021-08-17LibJS: Implement Temporal.Calendar.prototype.mergeFields()Linus Groh
2021-08-16LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()Linus Groh
2021-08-16LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()Linus Groh
2021-08-16LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth()Linus Groh
2021-08-16LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields()Linus Groh
2021-08-08LibJS: Add preparation for Intl constructors and prototypesLinus Groh
2021-08-08LibJS: Add the Intl namespace object :^)Linus Groh
2021-08-07LibJS: Implement Temporal.Instant.prototype.subtract()Linus Groh
2021-08-06LibJS: Implement proposed Array.prototype.findLast{,Index}davidot
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.toInstant()Linus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.offsetLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.offsetNanosecondsLinus Groh
2021-08-01LibJS: Implement Temporal.Now.zonedDateTimeISO()Linus Groh
2021-08-01LibJS: Implement Temporal.Now.zonedDateTime()Linus Groh
2021-08-01LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()Linus Groh
2021-08-01LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor()Linus Groh
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTimeIdan Horowitz
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDateIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainTime.prototype.toPlainDateTimeIdan Horowitz
2021-07-28LibJS: Implement Temporal.Now.plainTimeISO()Linus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.nanosecondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.microsecondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.millisecondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.secondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.minuteLinus Groh