summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-17LibWeb: Use setter for HTMLToken::m_{start,end}_positionMax Wipfli
2021-07-17LibWeb: Change HTMLToken::m_doctype into named DoctypeData structMax Wipfli
2021-07-17LibWeb: Hide implementation details of HTMLToken attribute listMax Wipfli
2021-07-17LibWeb: User getter+setter for HTMLToken tag name and self-closing flagMax Wipfli
2021-07-17LibWeb: Use getter and setter for Character type HTMLTokensMax Wipfli
2021-07-17LibWeb: User getter and setter for Comment type HTMLTokensMax Wipfli
2021-07-17LibWeb: Rename HTMLToken::AttributeBuilder struct to AttributeMax Wipfli
2021-07-17LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs publicMax Wipfli
2021-07-17LibC: Fix grp.h includesJean-Baptiste Boric
2021-07-17LibC: Use 64-bit stack smash value for 64-bit modePeter Bindels
2021-07-17LibC: Make scanf always copy its va_listPeter Bindels
2021-07-17LibWeb: Avoid UAF in query_selector{,_all}()Alexander
2021-07-16LibJS: Implement Temporal.Duration.prototype.abs()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.negated()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.with()Linus Groh
2021-07-16LibJS: Add TokenType::{Debugger,With} to Token::is_identifier_name()Linus Groh
2021-07-17LibWasm: Remove a useless use of ScopeGuardAli Mohammad Pur
2021-07-17LibWasm+Everywhere: Make the instruction count limit configurableAli Mohammad Pur
2021-07-17LibWasm: Inline some very hot functionsAli Mohammad Pur
2021-07-17Revert "LibWasm: Some more performance stuff (#8812)"Ali Mohammad Pur
2021-07-17LibWasm: Some more performance stuff (#8812)Ali Mohammad Pur
2021-07-16LibJS: Ensure RegExpStringIterator keeps the RegExp matcher object aliveTimothy Flynn
2021-07-16LibPDF: Fix treating not finding the linearized dict as a fatal errorWesley Moret
2021-07-16LibPDF: Fix checking `minor_ver` instead of `major_ver`Wesley Moret
2021-07-16LibJS: Replace the boolean argument of Object::set with an enum classIdan Horowitz
2021-07-16LibJS: Remove unused Object::PutOwnPropertyMode enum classIdan Horowitz
2021-07-16LibJS: Implement RegExp AdvanceStringIndex abstractionTimothy Flynn
2021-07-16LibJS: Implement RegExp.prototype [ @@matchAll ]Timothy Flynn
2021-07-16LibJS: Implement the RegExpStringIterator objectTimothy Flynn
2021-07-16LibJS: Make the RegExpExec abstraction publically availableTimothy Flynn
2021-07-16LibWeb: Fix assertion failures in HTMLTokenizerMax Wipfli
2021-07-16LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)Peter Bindels
2021-07-16LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.valueOf()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.blankLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.signLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.nanosecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.microsecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.millisecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.secondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.minutesLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.hoursLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.daysLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.weeksLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.monthsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.yearsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype[@@toStringTag]Linus Groh
2021-07-16LibJS: Start implementing Temporal.DurationLinus Groh
2021-07-15LibC: Don't include AK headers in system headersGunnar Beutner
2021-07-15LibGUI: Dither pattern should be independent from clipping rectangleTom