index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-06
LibJS: Convert remaining top-level tests to new system
Matthew Olsson
2020-07-06
test-js: Use prettier and format all files
Matthew Olsson
2020-07-06
test-js: Only print files with failed or skipped tests
Matthew Olsson
2020-07-06
test-js: Display messages from console.log in test output
Matthew Olsson
2020-07-06
Base: Add information box emoji
Matthew Olsson
2020-07-06
test-js: Only parse test-common.js once
Matthew Olsson
2020-07-06
test-js: Print duration of each test when given '-t' flag
Matthew Olsson
2020-07-06
test-js: Allow skipping tests with "test.skip(name, callback)"
Matthew Olsson
2020-07-06
test-js: Remove run-tests.sh
Matthew Olsson
2020-07-06
LibJS/test-js: Clean up test-js code
Matthew Olsson
2020-07-06
LibJS: Fix String.raw.length
Matthew Olsson
2020-07-06
LibJS: Convert most builtin tests to new system
Matthew Olsson
2020-07-06
LibJS: Convert Reflect object tests to new testing framework
Linus Groh
2020-07-06
LibJS: Add more test matchers
Matthew Olsson
2020-07-06
LibJS: Hide some debug output behind flags
Matthew Olsson
2020-07-06
LibJS: Convert Proxy tests
Matthew Olsson
2020-07-06
LibJS: Add test-common.js tests, remove unused matchers
Matthew Olsson
2020-07-06
LibJS: Convert some top-level tests to the new system
Matthew Olsson
2020-07-06
LibJS: Refactor run-tests.sh to use the new test-js program
Matthew Olsson
2020-07-06
LibJS/test-js: Create test-js program, prepare for test suite refactor
Matthew Olsson
2020-07-06
LibWeb: Make WebContentView show the hover hand over links :^)
Andreas Kling
2020-07-06
LibCore: Don't fire Socket::on_ready_to_read if !can_read()
Andreas Kling
2020-07-06
LibCore: Only deliver Read/Write events to listening notifiers
Andreas Kling
2020-07-06
LibLine: Support Ctrl-b/f and Ctrl-d
Nico Weber
2020-07-06
LibLine: Extract lambdas for cursor-left, cursor-right, delete
Nico Weber
2020-07-06
LibLine: Put ctrl-key handlers in alphabetical order
Nico Weber
2020-07-06
LibLine: Replace some magic numbers with a magic function
Nico Weber
2020-07-06
TextEditor: Use ArgsParser and allow the user to specify preview mode
AnotherTest
2020-07-06
Shell: Keep the TTY on the same pgroup to get tty signals
AnotherTest
2020-07-06
LibLine: Avoid refreshing the display when resizing
AnotherTest
2020-07-06
Kernel: Aggregate TLB flush requests for Regions for SMP
Tom
2020-07-06
LibWeb: Don't show unnecessary scrollbars in WebContentView
Andreas Kling
2020-07-06
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
Andreas Kling
2020-07-06
Browser: Add a way to start Browser in multi-process mode :^)
Andreas Kling
2020-07-06
Browser+LibWeb: Pave the way for using WebContentView in Browser
Andreas Kling
2020-07-06
LibWeb: Add a shared WebViewHooks base class for both web view widgets
Andreas Kling
2020-07-06
LibWeb: Move WebContentView from Demos/WebView into LibWeb
Andreas Kling
2020-07-06
WebContent: Plumb link clicks to the WebContentView :^)
Andreas Kling
2020-07-06
LibWeb: Make the link context menu hook include the destination URL
Andreas Kling
2020-07-06
LibWeb: Make the link click hooks include the destination URL
Andreas Kling
2020-07-06
Documentation: Add note about DNS lookups to browser architecture docs
Andreas Kling
2020-07-06
AK: Fix JsonValue copy constructor behavior for 64-bit values
Andreas Kling
2020-07-06
Kernel: Minor MM optimization for SMP
Tom
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-06
Shell: Handle the case where the child we're waiting for doesn't exist
AnotherTest
2020-07-06
run.sh: Remove cpu_reset debug output
Nico Weber
2020-07-06
LibWeb: Move "Stop parsing!" behind PARSER_DEBUG
Nico Weber
2020-07-06
Documentation: Add a document about the Browser process architecture
Andreas Kling
2020-07-06
ProtocolServer: Run with low priority
Andreas Kling
2020-07-06
ProtocolServer: Turn this into a multi-instance service
Andreas Kling
[next]