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-11-05
LibWebView+WebContent: Add an IPC to take a full document screenshot
Timothy Flynn
2022-11-05
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/screenshot`
Timothy Flynn
2022-11-05
LibWebView+WebContent: Add an IPC to take an element screenshot
Timothy Flynn
2022-11-05
LibWebView+WebContent: Add an IPC to scroll an element into view
Timothy Flynn
2022-11-05
WebContent: Abstract calculating an element's absolute rect to a helper
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/selected`
Timothy Flynn
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's selected state
Timothy Flynn
2022-11-03
WebDriver: Pass StringView by value
Timothy Flynn
2022-11-03
WebDriver: Consolidate getting a known connected element to a helper
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/enabled`
Timothy Flynn
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's enabled state
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/rect`
Timothy Flynn
2022-11-03
WebDriver: Rename serialize_window_rect to serialize_rect
Timothy Flynn
2022-11-03
LibWebView+WebConent: Add an IPC to get an element's absolute rect
Timothy Flynn
2022-11-03
WebContent: Add a static helper to find an element by its remote ID
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/source`
Timothy Flynn
2022-11-03
LibWebView+WebContent: Add IPC to run the fragment serialization steps
Timothy Flynn
2022-11-02
WebDriver: Implement `POST /session/{session id}/execute/async` endpoint
Linus Groh
2022-11-02
WebDriver: Implement `POST /session/{session id}/execute/sync` endpoint
Linus Groh
2022-11-02
WebDriver: Support "data" field in error responses
Linus Groh
2022-11-02
LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
Linus Groh
2022-11-02
WebDriver+Browser: Implement `GET /session/{id}/screenshot`
Timothy Flynn
2022-11-02
WebContent: Support sending large responses to the WebDriver client
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `POST /session/{id}/window/minimize`
Timothy Flynn
2022-11-02
LibGUI+WindowServer: Allow programatically minimizing windows
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `POST /session/{id}/window/maximize`
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `POST /session/{id}/window/rect`
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `GET /session/{id}/window/rect`
Timothy Flynn
2022-11-02
WebDriver: Convert a couple tabs to spaces
Timothy Flynn
2022-11-01
LibWeb+LibWebView+WebContent: Add IPC to receive window position/size
Timothy Flynn
2022-11-01
LibGUI+WindowServer: Create and broadcast an event when a window moves
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-11-01
WebDriver: Implement `GET /session/{id}/element/{id}/text` endpoint
martinfalisse
2022-11-01
WebContent+Friends: Add get_element_text IPC and plumbing
martinfalisse
2022-10-31
Userland: Use Threading::MutexLocker to lock/unlock mutexes
Oleg Kosenkov
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
[next]