summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-24LibWeb: Don't paint children stacking contexts inside the current oneEgor Ananyin
2021-07-24LibRegex: Make unclosed-at-eof brace quantifiers an errorAli Mohammad Pur
2021-07-24LibRegex: Preserve the type of the match when clearing capture groupsAli Mohammad Pur
2021-07-24LibIMAP: Use try_parse_number instead of parse_number when parsing partsLuke
2021-07-24LibIMAP: Make Section::parts unsignedLuke
2021-07-24LibIMAP: Add method to get data out of BodyStructureLuke
2021-07-24LibIMAP: Add quoted printable decoderLuke
2021-07-24LibWeb: Add calc() resolution to CSS::LengthTobias Christiansen
2021-07-24LibWeb: Plumb calculated StyleValues into CSS::LengthTobias Christiansen
2021-07-24LibWeb: Add the parsing to the calc() handlingTobias Christiansen
2021-07-24LibWeb: Move type derivation of CSS::Length into seperate functionTobias Christiansen
2021-07-24LibWeb: Add tokenization of calc expressionTobias Christiansen
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