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-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
2023-03-07
WebDriver: Do not throw an error when closing an inactive session
Timothy Flynn
2023-03-07
WebDriver: Remove active sessions from the close-the-session AO
Timothy Flynn
2023-03-07
WebDriver: Reference-count WebDriver Session objects
Timothy Flynn
2023-03-07
WebDriver: Defer removing closed window handles until no longer needed
Timothy Flynn
2023-03-07
WebDriver: Do not ignore the result of closing a session
Timothy Flynn
2023-03-07
WebDriver: Keep WebDriver socket listening until session end
Aliaksandr Kalenik
2023-03-07
WebContent+WebDriver: Move window commands handling back to WebDriver
Aliaksandr Kalenik
2023-03-07
LibWebView+WebContent: Propagate close from WebContent to LibWebView
Aliaksandr Kalenik
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
WebContent: Add missing LibGfx include
Matthew Olsson
2023-03-05
LibWeb+WebContent+WebDriver: Port WebDriver parameters to String
Timothy Flynn
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-26
WebServer: Remove a call to String::from_deprecated_string
Nico Weber
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
[next]