summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-10-17WindowServer: Add wallpaper backing bitmapChun Ngai Au
2022-10-17SpiceAgent: Add unveil call on the /proc/all node pathLiav A
2022-10-16SystemServer: Make system-mode=text the default in case of read failureLiav A
2022-10-16WebDriver: Implement `GET /session/{id}/cookie/{name}` endpointTobias Christiansen
2022-10-15WebDriver: Implement `GET /session/{id}/cookie` endpointTobias Christiansen
2022-10-15WebDriver: Implement POST /session/{id}/forward endpointMoustafa Raafat
2022-10-15WebDriver: Implement POST /session/{id}/back endpointMoustafa Raafat
2022-10-15WebDriver: Fix HTTP Status for 'no such window' errorTobias Christiansen
2022-10-15WebDriver: Implement `POST /session/{id}/refresh` endpointTobias Christiansen
2022-10-15NetworkSettings+SpiceAgent: Update and add required unveil pathsne0ndrag0n
2022-10-15WebContent+LibWeb+LibJS: Report exceptions to the JS consolePavel
2022-10-14WindowServer: Avoid `window` nullptr exceptionleeight
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-13LibWeb+WebContent: Add plumbing for 'webdriver-active flag'Linus Groh
2022-10-12WebDriver: Implement `GET /session/{id}/url` endpointSam Atkins
2022-10-12WebDriver: Implement `GET /status` endpointSam Atkins
2022-10-12WebDriver: Add new WebDriver serviceSam Atkins
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
2022-10-09Taskbar: Display an icon for removing a widgetimplicitfield
2022-10-08LibWeb+WebContent: Add EventLoopPlugin::quit() virtualAndreas Kling
2022-10-06WebContent: Don't pthread_setname_np() non-SerenityOS platformsAndreas Kling
2022-10-06WebContent: Use Web::Platform::Timer instead of Core::TimerAndreas Kling
2022-10-06WebContent: Add ConnectionFromClient::fd() accessorAndreas Kling
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()thankyouverycool
2022-10-01LibConfig+ConfigServer: Make remove_key() synchronousthankyouverycool
2022-09-29Calendar: Only accept Calendar notificationsimplicitfield
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-27LibCore: Propagate errors from LibCore::Account::login()Lucas CHOLLET
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-09-24WindowServer: Fallback to safe mode-setting in case of mapping overflowLiav A
2022-09-24Kernel+Userland: Provide bytes count for a DisplayConnector framebufferLiav A
2022-09-23WindowServer: Fix mapping the correct framebuffer sizeLiav A
2022-09-22Taskbar: Add a context menu to open clock settings from the clock widgetTimothy Flynn
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-21LibWeb+WebContent: Move Serenity EventLoop and Font plugins into LibWebSam Atkins
2022-09-21Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()Sam Atkins
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-09-18WindowServer: Add missing includesBen Wiederhake
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-16LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPluginAndreas Kling
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException