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
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
Ali Mohammad Pur
2022-04-09
RequestServer+LibProtocol: Allow users to specify a per-request proxy
Ali Mohammad Pur
2022-04-09
LibCore+RequestServer: Add support for SOCKS5 proxies
Ali Mohammad Pur
2022-04-09
WebServer: Add utf-8 charset to Content-Type header for text/plain
Lady Gegga
2022-04-06
LibWeb: Remove the InProcessWebView widget
Andreas Kling
2022-04-06
InspectorServer: Defer removal of InspectableProcess from table
sin-ack
2022-04-05
Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"
Andreas Kling
2022-04-05
WindowServer+LibGUI: Notify windows when their maximized state changes
Andreas Kling
2022-04-05
WebContent: Cancel pending paint requests when removing a backing store
Andreas Kling
2022-04-05
WebContent: Use ConsoleGlobalObject for the console's global object :^)
Sam Atkins
2022-04-04
ClockSettings+Taskbar: Add settings for taskbar clock format
cflip
2022-04-03
Services: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-03
Browser+LibWeb+WebContent: Add ability to inspect local storage
Valtteri Koskivuori
2022-04-03
DisplaySettings+WindowServer: Allow updating theme without background
Ben Maxwell
2022-04-02
LibGfx: Add list_installed_system_themes() to SystemTheme
Ben Maxwell
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
Browser+WebContent: Add a Debug menu action to disable scripting :^)
Linus Groh
2022-03-31
WebContent: Add plumbing for 'is scripting enabled' setting
Linus Groh
2022-03-27
LookupServer: Fix confusing copy/paste error in debug message
Linus Groh
2022-03-27
LookupServer: Use case-insensitive comparison for domain names
Timur Sultanov
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-25
LibWeb: Show correct element margin values in Inspector "Box Model" view
Andreas Kling
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-24
WebContent: Remove accidentally committed unveil() call
Andreas Kling
2022-03-24
LibWeb: Bring CSS line-height implementation closer to spec
Andreas Kling
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-23
WebContent: Fill OOPWV with palette base color when there's no content
Andreas Kling
2022-03-22
SystemServer: Create /dev/tty as a character device instead of a symlink
Liav A
2022-03-20
LookupServer: Return with failure result when lookup fails
sin-ack
2022-03-19
RequestServer: Keep the EnsureConnection job alive until it finishes
Ali Mohammad Pur
2022-03-19
WebServer: Add Content-Length header to HTTP responses
Maciej
2022-03-18
WindowServer: Fix animation crash
Tom
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Rename Element::computed_style() to resolved_css_values()
Andreas Kling
2022-03-14
AudioServer: Decrease sample headroom to 5%
kleines Filmröllchen
2022-03-14
WindowServer: Update menu buttons' rects on font change
Karol Kosek
2022-03-14
WindowServer: Use font height for item heights in Menus
Karol Kosek
2022-03-13
FileOperation: Port to Core::Stream
Sam Atkins
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Hang StackingContext off of the paint boxes
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-10
WebContent: Return empty JSON object if element has no box model
Sam Atkins
2022-03-10
WebContent: Show box-model metrics for (some) pseudo-elements
Sam Atkins
2022-03-10
Browser+LibWeb+WebContent: Show style for pseudo-elements :^)
Sam Atkins
[next]