summaryrefslogtreecommitdiff
path: root/Userland
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-18HackStudio: Prevent crash when stepping through a programMaurice Hieronymus
2021-07-18LibJS: Extend class 'extends' RHS expression parsingLinus Groh
2021-07-18Kernel/USB: Move USB bus information from /proc to /sysAndreas Kling
2021-07-18LibGUI: Pass path to FileSystemModel when creating FilePickerMarcus Nilsson
2021-07-17WidgetGallery: Pledge threadMarcus Nilsson
2021-07-17WidgetGallery: Remove unused includeMarcus 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-17FileManager+Spreadsheet: Unify cut-copy-paste orderKarol Kosek
2021-07-17Profiler: Configure the TimelineContainer to be shrink to fitBrian Gianforcaro
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-17ThemeEditor: Disable focus for demo widgetsMarcus Nilsson
2021-07-17HackStudio: Continue removing files after failureKarol Kosek
2021-07-17HackStudio: Disable Delete action on insufficient permissionsKarol Kosek
2021-07-17LibC: Make scanf always copy its va_listPeter Bindels
2021-07-17Shell: Don't assume that only the current shell may continue childrenAli Mohammad Pur
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-17wasm: Don't try to print the function results if it trapsAli 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-16ThemeEditor: Set window size to 480x385 and disable resizingLuK1337
2021-07-16ThemeEditor: Add menu bar with quit and about itemsLuK1337