summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-24LibWeb: Add CalculatedStyleValue to the CSS StyleValuesTobias Christiansen
2021-07-24LibWeb: Use Length::resolved() in FlexFormattingContextTobias Christiansen
2021-07-23LibJS: Remove UTF-8 RegExpExec and AdvanceStringIndex overridesTimothy Flynn
2021-07-23LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code unitsTimothy Flynn
2021-07-23LibJS: Implement RegExp.prototype [ @@split ] with UTF-16 code unitsTimothy Flynn
2021-07-23LibJS: Implement RegExp.prototype [ @@search ] with UTF-16 code unitsTimothy Flynn
2021-07-23LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code unitsTimothy Flynn
2021-07-23LibJS: Implement RegExp.prototype.{exec,test} with UTF-16 code unitsTimothy Flynn
2021-07-23LibJS: Implement RegExpCreate/RegExpInitialize closer to the specTimothy Flynn
2021-07-23LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"Timothy Flynn
2021-07-23AK+LibRegex: Partially implement case insensitive UTF-16 comparisonTimothy Flynn
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