summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-10-19WebContent: Fix broken Optional<> returns through IPCTobias Christiansen
2022-10-18WebDriver: Avoid some JsonValue copies in Session::find_element()Linus Groh
2022-10-18WebDriver: Include (empty) capabilities object in /session POST responseLinus Groh
2022-10-18WebDriver: Make functions always match their spec command nameLinus Groh
2022-10-18WebDriver: Add `GET /session/{id}/window` endpointLinus Groh
2022-10-18WebDriver: Rename Session::get_window() to current_window_handle()Linus Groh
2022-10-18WebDriver: Add `POST /session/{id}/element` endpointTobias Christiansen
2022-10-18WebContent: Add more IPC endpoints for getting ElementsTobias Christiansen
2022-10-17WebDriver: Replace `Session* session = ...` with `auto* session = ...`Linus Groh
2022-10-17WebDriver: Pass endpoint handler function parameters by const referenceLinus Groh
2022-10-17WebDriver: Put endpoint functions in spec orderLinus Groh
2022-10-17WebDriver: Include section number and title in spec commentsLinus Groh
2022-10-17WebDriver: Implement `POST /session/{id}/cookie` endpointTobias Christiansen
2022-10-17WebDriver: Implement `DELETE /session/{id}/cookie/{name}` endpointTobias Christiansen
2022-10-17WebDriver: Implement `DELETE /session/{id}/cookie` endpointTobias Christiansen
2022-10-17LibDesktop+Taskbar: Add 'WorkingDirectory' property to app filescflip
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