summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-06LibJS: Convert remaining top-level tests to new systemMatthew Olsson
2020-07-06test-js: Use prettier and format all filesMatthew Olsson
2020-07-06test-js: Only print files with failed or skipped testsMatthew Olsson
2020-07-06test-js: Display messages from console.log in test outputMatthew Olsson
2020-07-06Base: Add information box emojiMatthew Olsson
2020-07-06test-js: Only parse test-common.js onceMatthew Olsson
2020-07-06test-js: Print duration of each test when given '-t' flagMatthew Olsson
2020-07-06test-js: Allow skipping tests with "test.skip(name, callback)"Matthew Olsson
2020-07-06test-js: Remove run-tests.shMatthew Olsson
2020-07-06LibJS/test-js: Clean up test-js codeMatthew Olsson
2020-07-06LibJS: Fix String.raw.lengthMatthew Olsson
2020-07-06LibJS: Convert most builtin tests to new systemMatthew Olsson
2020-07-06LibJS: Convert Reflect object tests to new testing frameworkLinus Groh
2020-07-06LibJS: Add more test matchersMatthew Olsson
2020-07-06LibJS: Hide some debug output behind flagsMatthew Olsson
2020-07-06LibJS: Convert Proxy testsMatthew Olsson
2020-07-06LibJS: Add test-common.js tests, remove unused matchersMatthew Olsson
2020-07-06LibJS: Convert some top-level tests to the new systemMatthew Olsson
2020-07-06LibJS: Refactor run-tests.sh to use the new test-js programMatthew Olsson
2020-07-06LibJS/test-js: Create test-js program, prepare for test suite refactorMatthew Olsson
2020-07-06LibWeb: Make WebContentView show the hover hand over links :^)Andreas Kling
2020-07-06LibCore: Don't fire Socket::on_ready_to_read if !can_read()Andreas Kling
2020-07-06LibCore: Only deliver Read/Write events to listening notifiersAndreas Kling
2020-07-06LibLine: Support Ctrl-b/f and Ctrl-dNico Weber
2020-07-06LibLine: Extract lambdas for cursor-left, cursor-right, deleteNico Weber
2020-07-06LibLine: Put ctrl-key handlers in alphabetical orderNico Weber
2020-07-06LibLine: Replace some magic numbers with a magic functionNico Weber
2020-07-06TextEditor: Use ArgsParser and allow the user to specify preview modeAnotherTest
2020-07-06Shell: Keep the TTY on the same pgroup to get tty signalsAnotherTest
2020-07-06LibLine: Avoid refreshing the display when resizingAnotherTest
2020-07-06Kernel: Aggregate TLB flush requests for Regions for SMPTom
2020-07-06LibWeb: Don't show unnecessary scrollbars in WebContentViewAndreas Kling
2020-07-06LibWeb: Make the WebContentView::on_load_start hook actually work :^)Andreas Kling
2020-07-06Browser: Add a way to start Browser in multi-process mode :^)Andreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-06LibWeb: Add a shared WebViewHooks base class for both web view widgetsAndreas Kling
2020-07-06LibWeb: Move WebContentView from Demos/WebView into LibWebAndreas Kling
2020-07-06WebContent: Plumb link clicks to the WebContentView :^)Andreas Kling
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-06Documentation: Add note about DNS lookups to browser architecture docsAndreas Kling
2020-07-06AK: Fix JsonValue copy constructor behavior for 64-bit valuesAndreas Kling
2020-07-06Kernel: Minor MM optimization for SMPTom
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-06Shell: Handle the case where the child we're waiting for doesn't existAnotherTest
2020-07-06run.sh: Remove cpu_reset debug outputNico Weber
2020-07-06LibWeb: Move "Stop parsing!" behind PARSER_DEBUGNico Weber
2020-07-06Documentation: Add a document about the Browser process architectureAndreas Kling
2020-07-06ProtocolServer: Run with low priorityAndreas Kling
2020-07-06ProtocolServer: Turn this into a multi-instance serviceAndreas Kling