summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-06-07LibJS: Lex and parse regex literals, add RegExp objectsMatthew Olsson
2020-06-06Userland: Add find(1)Sergey Bugaev
2020-06-05LibCrypto: Add a simple SignedBigIntegerAnotherTest
2020-06-04test-crypto: Add a test for #2488AnotherTest
2020-06-03Userland: keymap, use LibKeyboard to read keymap filesHüseyin ASLITÜRK
2020-06-02js: Print call stack on exception thrown outside the global contextLinus Groh
2020-06-02LibJS: Move Interpreter::get_trace() to ConsoleClientLinus Groh
2020-06-02Userland/js: Add `global` property to the global object + help fix Marcin Gasperowicz
2020-05-31Kernel: Tighten up some promise checksSergey Bugaev
2020-05-30pro: Show download progress in the terminal window if available :^)Andreas Kling
2020-05-30Userland/js: Prompt for more input on labels and object keysAnotherTest
2020-05-30Userland: Port nc(1) to use Core::ArgsParserSergey Bugaev
2020-05-30Userland: Treat all text/* MIME types as text when pastingSergey Bugaev
2020-05-30LibMarkdown: Change internal MD API to return OwnPtrsFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-29LibCrypto: Fix some issues preventing compilation w/ clang 10AnotherTest
2020-05-29Kernel+Userland: Support remounting filesystems :^)Sergey Bugaev
2020-05-29Userland+SystemMonitor: Recognize the MS_RDONLY mount flagSergey Bugaev
2020-05-29Userland: Fix displaying mount sourceSergey Bugaev
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28LibJS: Add strict modeMatthew Olsson
2020-05-28LibJS: Object index properties have descriptors; Handle sparse indicesMatthew Olsson
2020-05-28LibWeb: Plumb content encoding into the new HTML parserAndreas Kling
2020-05-28Userland: Add a basic xargsAnotherTest
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-05-27test-crypto: Tweaks to make this build properly in LagomAndreas Kling
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-26LibJS: Fix incorrect token column values (#2401)Paul Redmond
2020-05-26js: Show a "source location hint" for syntax errors :^)Linus Groh
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-26Userland: Port sleep(1) to Core::ArgsParserSergey Bugaev
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
2020-05-24LibWeb: A whole bunch of work towards spec-compliant <script> elementsAndreas Kling
2020-05-24LibWeb: More work on the HTML parser and tokenizerAndreas Kling
2020-05-24functrace: use Core::ArgsParserItamar
2020-05-24LibWeb: Start building the tree building part of the new HTML parserAndreas Kling
2020-05-23Userland: Allow passing a specific HTML file to the "ht" test programAndreas Kling
2020-05-23Kernel+LibC: Fix various build issues introduced by ssize_tAndreas Kling
2020-05-23Userland/js: Do not construct a full CompletionSuggestion just to compare aga...AnotherTest
2020-05-22Userland: Add a missing license headerAndreas Kling
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20LibLine: Unify completion hooks and adapt its usersAnotherTest
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-20df: Don't include c++ standard <cstring>Andrew Kaster
2020-05-18test-crypto: Don't put TLSv12 in an OwnPtr as it's ref-counted :)Andreas Kling
2020-05-18LibLine: Handle unicode correctlyAnotherTest
2020-05-18LibJS: Pass Interpreter& to Value::to_number() et al.Linus Groh
2020-05-18LibJS: Change Value::to_object(Heap& -> Interpreter&)Linus Groh