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-10-27
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
Sam Atkins
2022-10-26
LibGUI: Make sure combobox list windows can't be moved
Gunnar Beutner
2022-10-25
Services: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-23
LibWeb: Add button property in MouseEvent
Aliaksandr Kalenik
2022-10-23
WindowServer: Reset mouse acceleration if out of range
davidot
2022-10-22
SystemServer: Fix race condition in Service::determine_account()
Gunnar Beutner
2022-10-22
Userland: Utilize MS_NOREGULAR mount flag
Liav A
2022-10-22
SystemServer: Mount TmpFS on /dev instead of DevTmpFS
Liav A
2022-10-22
LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`
Sam Atkins
2022-10-22
WebDriver: Implement `GET /session/{id}/element/{id}/name` endpoint
Tobias Christiansen
2022-10-22
WebContent+Friends: Add get_element_tag_name IPC and plumbing
Tobias Christiansen
2022-10-21
WebDriver: Extract repeated "check for window or return error" code
Sam Atkins
2022-10-21
WebDriver: Use WebDriverError::from_code() for all error creation
Sam Atkins
2022-10-21
WebDriver: Introduce WebDriver::ErrorCode enum
Sam Atkins
2022-10-21
WebDriver: Rename HttpError -> WebDriverError
Sam Atkins
2022-10-20
WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}`
Tobias Christiansen
2022-10-20
WebContent+Friends: Add IPC and plumbing for WebDriver endpoint
Tobias Christiansen
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-19
WebDriver: Fix old current_window style
Tobias Christiansen
2022-10-19
WebDriver: Implement `GET /session/{id}/element/{id}/property/{name}`
Tobias Christiansen
2022-10-19
WebContent+Friends: Add get_element_property IPC and plumbing
Tobias Christiansen
2022-10-19
WebDriver: Implement `GET /session/{session id}/window/handles` endpoint
Linus Groh
2022-10-19
WebDriver: Fix Session::close_window() declaration order
Linus Groh
2022-10-19
WebDriver: Rename Session::{get_window_object => current_window}()
Linus Groh
2022-10-19
WebDriver: Remove unused Session::get_window_handles()
Linus Groh
2022-10-19
WebDriver: Condense Client handler functions a bit
Linus Groh
2022-10-19
WebDriver: Move `GET /session/{session id}/window` impl into Session
Linus Groh
2022-10-19
WebDriver: Implement `POST /session/{session id}/timeouts` endpoint
Linus Groh
2022-10-19
WebDriver: Implement `GET /session/{session id}/timeouts` endpoint
Linus Groh
2022-10-19
WebDriver: Use monotonic timer in Session::find()
Linus Groh
2022-10-19
WebDriver: Replace hardcoded timeout with a TimeoutsConfiguration struct
Linus Groh
2022-10-19
WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}`
Tobias Christiansen
2022-10-19
WebContent+Friends: Add get_element_attribute IPC and plumbing
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/element/{id}/elements`
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/element/{id}/element`
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/elements` endpoint
Tobias Christiansen
2022-10-19
WebContent: Fix broken Optional<> returns through IPC
Tobias Christiansen
2022-10-18
WebDriver: Avoid some JsonValue copies in Session::find_element()
Linus Groh
2022-10-18
WebDriver: Include (empty) capabilities object in /session POST response
Linus Groh
2022-10-18
WebDriver: Make functions always match their spec command name
Linus Groh
2022-10-18
WebDriver: Add `GET /session/{id}/window` endpoint
Linus Groh
2022-10-18
WebDriver: Rename Session::get_window() to current_window_handle()
Linus Groh
2022-10-18
WebDriver: Add `POST /session/{id}/element` endpoint
Tobias Christiansen
2022-10-18
WebContent: Add more IPC endpoints for getting Elements
Tobias Christiansen
2022-10-17
WebDriver: Replace `Session* session = ...` with `auto* session = ...`
Linus Groh
2022-10-17
WebDriver: Pass endpoint handler function parameters by const reference
Linus Groh
2022-10-17
WebDriver: Put endpoint functions in spec order
Linus Groh
2022-10-17
WebDriver: Include section number and title in spec comments
Linus Groh
2022-10-17
WebDriver: Implement `POST /session/{id}/cookie` endpoint
Tobias Christiansen
[next]