summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-17Kernel: Remove double RedBlackTree lookup in VM/Space region removalBrian Gianforcaro
2021-07-17Kernel: Convert the PhysicalPage bool parameter to an enumBrian Gianforcaro
2021-07-17FileManager+Spreadsheet: Unify cut-copy-paste orderKarol Kosek
2021-07-17Profiler: Configure the TimelineContainer to be shrink to fitBrian Gianforcaro
2021-07-17AK: Restrict timespec comparison operator overloads in AK::TimeBrian 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-17Tests: Use pointers in TestHTMLTokenizer to avoid copying HTMLTokensMax 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-17Kernel: Declare VM/RangeAllocator trivial destructor as defaultBrian Gianforcaro
2021-07-17Kernel: Remove stale include from VM/RangeAllocator.cppBrian Gianforcaro
2021-07-17AK: Mark RedBlackTree functions as [[nodiscard]]Brian Gianforcaro
2021-07-17AK: Mark AK::IntrusiveRedBlackTree as finalBrian Gianforcaro
2021-07-17AK: Mark AK::IntrusiveList Non copyable and movableBrian Gianforcaro
2021-07-17AK: Mark RedBlackTree as finalBrian Gianforcaro
2021-07-17AK: Mark RedBlackTree find APIs as [[nodiscard]]Brian Gianforcaro
2021-07-17LibC: Fix grp.h includesJean-Baptiste Boric
2021-07-17Kernel: Convert RangeAllocator VERIFY to proper error handlingBrian Gianforcaro
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-17Kernel: Make PAGE_MASK architecture independentHediadyoin1
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-17Kernel: Initialize TimeManagement before using KernelRNGTom
2021-07-17Kernel: Remove TimeManagement::initialized that wasn't implementedTom
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-16Kernel+AK: Generate compile-time error for non-sized `delete`Daniel Bertalan