summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-23LibRegex: Support UTF-16 RegexStringView and improve Unicode matchingTimothy Flynn
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.inLeapYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.inLeapYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.monthsInYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.monthsInYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.daysInYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.daysInYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.daysInMonthIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.daysInMonthIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.daysInWeekIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.daysInWeekIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.weekOfYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.weekOfYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.dayOfYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.dayOfYearIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.dayOfWeekIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.dayOfWeekIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.dayIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.dayIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.monthCodeIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.monthCodeIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.monthIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.monthIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.yearIdan Horowitz
2021-07-23LibJS: Implement Temporal.Calendar.prototype.yearIdan Horowitz
2021-07-23LibJS: Implement Temporal.PlainDate.prototype.withCalendarIdan Horowitz
2021-07-23LibJS: Add missing PlainDateTime case in ToTemporalDateIdan Horowitz
2021-07-23LibRegex: Switch to east-const styleAli Mohammad Pur
2021-07-23LibRegex: Clear previous capture group contents in ECMA262 modeAli Mohammad Pur
2021-07-23LibWeb: Manually convert the js bigint to a wasm i64 valueAli Mohammad Pur
2021-07-23LibWeb: Read the correct types in WebAssembly's to_js_value()Ali Mohammad Pur
2021-07-23LibWeb: Dont try to parse "data" urls as linksstelar7
2021-07-23LibWeb: Fix that empty event handlers return null instead of crashingdavidot
2021-07-23LibJS: Implement Temporal.PlainDateTime.prototype.getISOFields()Linus Groh
2021-07-23LibJS: Implement Temporal.PlainDateTime.prototype.toPlainDate()Linus Groh
2021-07-23LibJS: Fix return type of PlainDateTime::iso_{milli,micro,nano}second()Linus Groh
2021-07-22LibCore: Add LockFile, a filesystem based mutexPeter Elliott
2021-07-22LibX86: Add missing MovD and MovQ instructionsHendiadyoin1
2021-07-22LibX86: Use names closer to the spec for the ModrmHendiadyoin1
2021-07-22LibWeb: Resolve CSS text-decoration from value listSam Atkins
2021-07-22LibWeb: Resolve background properties from ValueListStyleValueSam Atkins
2021-07-22LibWeb: Implement ImageStyleValue parsingSam Atkins
2021-07-22LibWeb: Resolve CSS font property from value listSam Atkins
2021-07-22LibWeb: Resolve CSS list-style from value listSam Atkins
2021-07-22LibWeb: Resolve CSS flex/flex-flow from value listSam Atkins
2021-07-22LibWeb: Implement CSS color parsing from TokensSam Atkins
2021-07-22LibGfx: Implement Color::from_hsl/hsla()Sam Atkins
2021-07-22LibWeb: Handle ValueListStyleValues in StyleResolverSam Atkins
2021-07-22LibWeb: Expose StyleValue parsing method in CSS ParserSam Atkins
2021-07-22LibWeb: Convert StyleResolver.{h,cpp} to east constSam Atkins