summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-10-27LibGfx+Everywhere: Make DisjointRectSet work for non-int RectsSam Atkins
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-23LibWeb: Add button property in MouseEventAliaksandr Kalenik
2022-10-23WindowServer: Reset mouse acceleration if out of rangedavidot
2022-10-22SystemServer: Fix race condition in Service::determine_account()Gunnar Beutner
2022-10-22Userland: Utilize MS_NOREGULAR mount flagLiav A
2022-10-22SystemServer: Mount TmpFS on /dev instead of DevTmpFSLiav A
2022-10-22LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`Sam Atkins
2022-10-22WebDriver: Implement `GET /session/{id}/element/{id}/name` endpointTobias Christiansen
2022-10-22WebContent+Friends: Add get_element_tag_name IPC and plumbingTobias Christiansen
2022-10-21WebDriver: Extract repeated "check for window or return error" codeSam Atkins
2022-10-21WebDriver: Use WebDriverError::from_code() for all error creationSam Atkins
2022-10-21WebDriver: Introduce WebDriver::ErrorCode enumSam Atkins
2022-10-21WebDriver: Rename HttpError -> WebDriverErrorSam Atkins
2022-10-20WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}`Tobias Christiansen
2022-10-20WebContent+Friends: Add IPC and plumbing for WebDriver endpointTobias Christiansen
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-10-19WebDriver: Fix old current_window styleTobias Christiansen
2022-10-19WebDriver: Implement `GET /session/{id}/element/{id}/property/{name}`Tobias Christiansen
2022-10-19WebContent+Friends: Add get_element_property IPC and plumbingTobias Christiansen
2022-10-19WebDriver: Implement `GET /session/{session id}/window/handles` endpointLinus Groh
2022-10-19WebDriver: Fix Session::close_window() declaration orderLinus Groh
2022-10-19WebDriver: Rename Session::{get_window_object => current_window}()Linus Groh
2022-10-19WebDriver: Remove unused Session::get_window_handles()Linus Groh
2022-10-19WebDriver: Condense Client handler functions a bitLinus Groh
2022-10-19WebDriver: Move `GET /session/{session id}/window` impl into SessionLinus Groh
2022-10-19WebDriver: Implement `POST /session/{session id}/timeouts` endpointLinus Groh
2022-10-19WebDriver: Implement `GET /session/{session id}/timeouts` endpointLinus Groh
2022-10-19WebDriver: Use monotonic timer in Session::find()Linus Groh
2022-10-19WebDriver: Replace hardcoded timeout with a TimeoutsConfiguration structLinus Groh
2022-10-19WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}`Tobias Christiansen
2022-10-19WebContent+Friends: Add get_element_attribute IPC and plumbingTobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/element/{id}/elements`Tobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/element/{id}/element`Tobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/elements` endpointTobias Christiansen
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