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-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
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
Browser+LibWeb+WebContent: Store cookie expiry times in UTC
Timothy Flynn
2023-02-21
LibWeb+LibJS: Format Console arguments with JS::Print
Andrew Kaster
2023-02-21
WebContent: Fix const-correctness issues
Andreas Kling
2023-02-21
WindowServer: Fix various const-correctness issues
Andreas Kling
2023-02-19
WebDriver: Add computedlabel endpoint
Jonah
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-19
SystemServer: Re-mount / as non-writable, nosuid and nodev
Liav A
2023-02-19
WindowServer: Fix drawing wallpaper on additional screens
Tom
2023-02-19
WindowServer: Fix caching stretched wallpaper for multiple screens
Tom
2023-02-18
SpiceAgent: Rename `ClipboardType::JPG` to `ClipboardType::JPEG`
Lucas CHOLLET
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
[next]