summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-30LibJS: Remove unnecessary explicit from the 3 argument FunctionJack Karamanian
2020-05-30LibJS: Object.getOwnPropertyDescriptor works properly with accessorsMatthew Olsson
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-30Shell: Correctly complete paths in redirectionsAnotherTest
2020-05-30Lagom: Adjust AK, LibCore and LibTLS to build on MacOSMarcin Gasperowicz
2020-05-30LibJS: Parse arrow function expression with correct precedenceMarcin Gasperowicz
2020-05-30LibMarkdown: Change internal MD API to return OwnPtrsFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-29Browser: Add clear output button to the consoleFalseHonesty
2020-05-29LibJS: Add all remaining tokens to MarkupGenerator's style converterFalseHonesty
2020-05-29LibGUI: Fix cursor being out of view after typingFalseHonesty
2020-05-29Ports: Fix CMake-based portsPaul Redmond
2020-05-29LibGUI: Fix TextEditor crashing when selecting a blank lineFalseHonesty
2020-05-29LibCrypto: Fix some issues preventing compilation w/ clang 10AnotherTest
2020-05-29LibCrypto: Format all files with clang-format 10AnotherTest
2020-05-29LibJS: Integrate labels into the InterpreterMatthew Olsson
2020-05-29LibJS: Parse labels in continue and break statementsMatthew Olsson
2020-05-29LibJS: Parse labelled statementsMatthew Olsson
2020-05-29LibJS: New expressions look for expressions with correct precedenceMatthew Olsson
2020-05-29LibJS: Make Object::invoke() non-constLinus Groh
2020-05-29LibJS: Add Array.prototype.toLocaleString()Linus Groh
2020-05-29LibJS: Add Object.prototype.toLocaleString()Linus Groh
2020-05-29LibJS: Add Object::invoke()Linus Groh
2020-05-29LibLine: Remove unused header in Span.hEmanuele Torre
2020-05-29CMake: Add convenience targets to run lint-shell-scripts and check-styleEmanuele Torre
2020-05-29Meta: update lint-shell-scripts.sh so that it does not search in Build/Emanuele Torre
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-29PixelPaint: Set active layer to nullptr after its removal (#2433)Gabriel Mihalache
2020-05-29LibJS: Fix conditional expression precedenceMatthew Olsson
2020-05-29Kernel+Userland: Support remounting filesystems :^)Sergey Bugaev
2020-05-29Kernel: Misc tweaksSergey Bugaev
2020-05-29LibCore+Inspector: Move RPC sockets to /tmp/rpcSergey Bugaev
2020-05-29LibCore: Do not assert that we can start the RPC serverSergey Bugaev
2020-05-29Kernel+Base: Mount root filesystem read-only :^)Sergey Bugaev
2020-05-29Base: Document MS_RDONLYSergey Bugaev
2020-05-29Userland+SystemMonitor: Recognize the MS_RDONLY mount flagSergey Bugaev
2020-05-29Kernel: Support read-only filesystem mountsSergey Bugaev
2020-05-29Kernel+LibC: Move O_* and MS_* flags to UnixTypes.hSergey Bugaev
2020-05-29Kernel: Fix error case in Process::create_user_process()Sergey Bugaev
2020-05-29Kernel: Fix some failing assertionsSergey Bugaev
2020-05-29Kernel: Always require read access when mmaping a fileSergey Bugaev
2020-05-29Kernel: Pass a Custody instead of Inode to VFS methodsSergey Bugaev
2020-05-29Kernel: Pass a FileDescription to File::chmod() and File::chown()Sergey Bugaev
2020-05-29Userland: Fix displaying mount sourceSergey Bugaev
2020-05-29Kernel: Report source of synthetic filesystems as "none"Sergey Bugaev
2020-05-29LibJS: Throw in strict mode when assigning property to primitive valueLinus Groh
2020-05-28Meta: Tweak license in celebration of 10'000 commits :^)Andreas Kling
2020-05-28LibWeb: Add a way to stop the new HTML parserAndreas Kling
2020-05-28LibWeb: Implement more of the "after body" insertion modeAndreas Kling
2020-05-28LibWeb: Parse comments in the "in body" insertion modeAndreas Kling