summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-18LibJS: Correct test to work with our strtod on x86_64 & ClangPeter Bindels
2021-07-18LibC strtod: Reduce incremental error to nearly nothingPeter Bindels
2021-07-18LibJS: Extend class 'extends' RHS expression parsingLinus Groh
2021-07-18LibGUI: Pass path to FileSystemModel when creating FilePickerMarcus Nilsson
2021-07-17LibJS: Report string length as the code point length, not byte lengthTimothy Flynn
2021-07-17AK: Track byte length, rather than code point length, in Utf8View::trimTimothy Flynn
2021-07-17LibM: Turn off builtins, fix tests & implementationPeter Bindels
2021-07-17LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()Max Wipfli
2021-07-17LibWeb: Change HTMLToken storage architectureMax Wipfli
2021-07-17LibWeb: Make HTMLTokens non-copyableMax Wipfli
2021-07-17LibWeb: Move HTMLToken in HTMLDocumentParserMax Wipfli
2021-07-17LibWeb: Remove friend class declarations from HTMLTokenMax Wipfli
2021-07-17LibWeb: Add HTMLToken(Type) constructor and use itMax Wipfli
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