summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-04-09LibCore+RequestServer: Add support for SOCKS5 proxiesAli Mohammad Pur
2022-04-09WebServer: Add utf-8 charset to Content-Type header for text/plainLady Gegga
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-06InspectorServer: Defer removal of InspectableProcess from tablesin-ack
2022-04-05Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"Andreas Kling
2022-04-05WindowServer+LibGUI: Notify windows when their maximized state changesAndreas Kling
2022-04-05WebContent: Cancel pending paint requests when removing a backing storeAndreas Kling
2022-04-05WebContent: Use ConsoleGlobalObject for the console's global object :^)Sam Atkins
2022-04-04ClockSettings+Taskbar: Add settings for taskbar clock formatcflip
2022-04-03Services: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell
2022-04-02LibGfx: Add list_installed_system_themes() to SystemThemeBen Maxwell
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31Browser+WebContent: Add a Debug menu action to disable scripting :^)Linus Groh
2022-03-31WebContent: Add plumbing for 'is scripting enabled' settingLinus Groh
2022-03-27LookupServer: Fix confusing copy/paste error in debug messageLinus Groh
2022-03-27LookupServer: Use case-insensitive comparison for domain namesTimur Sultanov
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-25LibWeb: Show correct element margin values in Inspector "Box Model" viewAndreas Kling
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-24WebContent: Remove accidentally committed unveil() callAndreas Kling
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-23WebContent: Fill OOPWV with palette base color when there's no contentAndreas Kling
2022-03-22SystemServer: Create /dev/tty as a character device instead of a symlinkLiav A
2022-03-20LookupServer: Return with failure result when lookup failssin-ack
2022-03-19RequestServer: Keep the EnsureConnection job alive until it finishesAli Mohammad Pur
2022-03-19WebServer: Add Content-Length header to HTTP responsesMaciej
2022-03-18WindowServer: Fix animation crashTom
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-15LibWeb: Rename Element::computed_style() to resolved_css_values()Andreas Kling
2022-03-14AudioServer: Decrease sample headroom to 5%kleines Filmröllchen
2022-03-14WindowServer: Update menu buttons' rects on font changeKarol Kosek
2022-03-14WindowServer: Use font height for item heights in MenusKarol Kosek
2022-03-13FileOperation: Port to Core::StreamSam Atkins
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Hang StackingContext off of the paint boxesAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-10WebContent: Return empty JSON object if element has no box modelSam Atkins
2022-03-10WebContent: Show box-model metrics for (some) pseudo-elementsSam Atkins
2022-03-10Browser+LibWeb+WebContent: Show style for pseudo-elements :^)Sam Atkins