index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
Age
Commit message (
Expand
)
Author
2023-04-02
LookupServer: Put upstream DNS responses in cache
Ali Mohammad Pur
2023-03-27
WebServer: Propagate more errors
Sam Atkins
2023-03-27
WebServer: Use relative URLs for the directory listing
Sam Atkins
2023-03-27
WebServer: Handle incomplete HTTP requests
Sam Atkins
2023-03-26
WindowServer: Allow updating the name of a menu
MacDue
2023-03-26
WindowServer: Rename menu_title to name in IPC API
MacDue
2023-03-26
LibHTTP+WebDriver+WebServer: Return error from HTTP request parser
Aliaksandr Kalenik
2023-03-24
Taskbar: Use Process::spawn_or_show_error() for shutdown actions
MacDue
2023-03-24
Taskbar: Use Process::spawn_or_show_error() to open the "Run" dialog
MacDue
2023-03-24
Taskbar: Use GUI::Process::spawn_or_show_error() to launch apps
MacDue
2023-03-24
KeyboardPreferenceLoader: Use Core::Process::spawn() to set keymap
MacDue
2023-03-24
WebDriver: Use Core::Process::spawn() to launch browsers
MacDue
2023-03-23
WebDriver: Unlink server socket before binding to it
Aliaksandr Kalenik
2023-03-22
FileSystemAccessServer: Implement FileTypeFilter to open_file()
huttongrabiel
2023-03-22
LibWeb+WebContent: Change the "noopener" storage type to a named enum
Timothy Flynn
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
WebDriver: Activate the browser tab during the Switch To Window command
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebDriver: Do not activate tabs created by the New Window endpoint
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-19
WebDriver: Fix handling of disconnected WebContent process
Aliaksandr Kalenik
2023-03-19
WebDriver: Close all WebContent connections while destroying a session
Aliaksandr Kalenik
2023-03-19
WebDriver: Inline `Sesssion::stop()` in session destructor
Aliaksandr Kalenik
2023-03-18
LibWeb+Browser+Ladybird: Add menu action to dump paint tree
Andreas Kling
2023-03-17
LibWeb: Move initialization of the MainThreadVM to WebContent's main()
Timothy Flynn
2023-03-16
WebContent: Allow pop-ups when WebDriver is connected
Aliaksandr Kalenik
2023-03-16
WebContent+WebDriver: Get window handle from WebContent process
Aliaksandr Kalenik
2023-03-16
LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new window
Aliaksandr Kalenik
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-16
WebContent: Add IPC call to set window handle from WebContent client
Aliaksandr Kalenik
2023-03-16
WebContent: Add IPC call to get window handle from WebContent client
Aliaksandr Kalenik
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-03-14
WebContent: Coalesce multiple sequential MouseMove events
Andreas Kling
2023-03-14
WebContent: Give paint requests a chance to happen between input events
Andreas Kling
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-12
SpiceAgent: Remove unused BMPWriter.h include
Nico Weber
2023-03-11
LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()
Linus Groh
2023-03-10
Everywhere: Support overriding the system color scheme
implicitfield
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
WebServer: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
TelnetServer: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-08
WebContent: Wait for navigation to complete in WebDriver
Aliaksandr Kalenik
2023-03-07
WebContent+WebDriver: Ensure Get Window Handle checks for closed BCs
Timothy Flynn
[next]