summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-02-08Fuzz: Remove unused FuzziliJS headerBen Wiederhake
2021-02-08Everywhere: Add semantically-missing includesBen Wiederhake
2021-02-08AK: remove unused and uninteresting return valueBen Wiederhake
2021-02-08Documentation: QtCreator and <syscall.h>Ben Wiederhake
2021-02-08Documentation: Update QtCreator includes for Debug.hBen Wiederhake
2021-02-08LibTTF: Check if the given offset plus offset table size would overflowLuke
2021-02-08LibJS: Don't assume match for each capture group in RegExp.prototype.exec()Linus Groh
2021-02-08Kernel: KResultOr can use the same storage as the object for the errorTom
2021-02-08LibWeb: Implement Element.getElementsBy{Tag,Class}Name()Linus Groh
2021-02-08LibWeb: Make getElementsByClassName() case-insensitive in quirks modeLinus Groh
2021-02-08LibWeb: Make getElementsByTagName() case-insensitive for HTML elementsLinus Groh
2021-02-07Kernel: Fix KResultOr copy-move from itself caseTom
2021-02-07Kernel: Use KResultOr::release_value in Process::create_kernel_threadTom
2021-02-07Kernel: Change KResultOr::take_value to use move semanticsTom
2021-02-07Kernel: Remove ancient unused Scheduler::beep() declarationAndreas Kling
2021-02-07Kernel: Remove a handful of unused things from ThreadAndreas Kling
2021-02-07Kernel: Don't allocate kernel stack twice per thread :^)Andreas Kling
2021-02-07LibGUI: Add missing "final" in TextEditorAndreas Kling
2021-02-07Kernel: Make sure we can allocate kernel stack before creating threadAndreas Kling
2021-02-07Kernel: Combine Thread::backtrace() and backtrace_impl() into oneAndreas Kling
2021-02-07Kernel: Add initializer for Thread::m_tssAndreas Kling
2021-02-07Kernel: Remove unused function Process::backtrace()Andreas Kling
2021-02-07Kernel: Remove some unused declarations from ProcessAndreas Kling
2021-02-07Meta: Fix path to kernel binary in debug-kernel.shBrian Gianforcaro
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibGfx: Make Palette::color(ColorRole) inlineAndreas Kling
2021-02-07LibGfx: Make Color(NamedColor) inline and constexprAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-02-07DynamicLoader: Remove unnecessary math functionsAndreas Kling
2021-02-07LibLine: Place the search editor prompt at the right line after ^LAnotherTest
2021-02-07LibLine: Close the search editor when it's interruptedAnotherTest
2021-02-07Shell: Make history index values not fitting in i32 a syntax errorAnotherTest
2021-02-07WindowServer: Don't close menu when clicking on item with submenu (#5239)DragonAlex98
2021-02-07Ports: Fix linking of the stress-ng portBrian Gianforcaro
2021-02-07LibWeb: Don't assert on <colgroup> & friendsAndreas Kling
2021-02-07LibWeb: Reorganize Element::create_layout_node() into a switchAndreas Kling
2021-02-07LibWeb: Use any_of() for DOM::Element::has_class()Andreas Kling
2021-02-07AK: Publish AK::any_of by defaultAndreas Kling
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-02-07LibGfx: Fix global-buffer-overflow in interlaced GIF decodeAndreas Kling
2021-02-07LibWeb: Honor font sizes specified by CSSAndreas Kling
2021-02-07LibJS: Function must mark its home objectAndreas Kling
2021-02-07Kernel: KUBSAN implementation of returns-nonnull-attributeBrian Gianforcaro
2021-02-07LibGfx: Don't reject valid GIF animations with interlaced framesAndreas Kling
2021-02-07Base: Remove /res/pci.ids and download at build time insteadLinus Groh
2021-02-06LibWeb: Anonymous table cells should have colspan=1Andreas Kling
2021-02-06UserspaceEmulator: Implement a proper VM allocatorAndreas Kling