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
Age
Commit message (
Expand
)
Author
2022-10-19
WebContent+Friends: Add get_element_attribute IPC and plumbing
Tobias Christiansen
2022-10-19
LibWeb: Ignore "pointer-events: none" elements in hit_test
Aliaksandr Kalenik
2022-10-19
LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp properties
Andreas Kling
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
WebDriver: Fix broken Optional<> returns through IPC
Tobias Christiansen
2022-10-19
WebContent: Fix broken Optional<> returns through IPC
Tobias Christiansen
2022-10-19
LibJS: Disable bytecode optimizations by default
Andreas Kling
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
LibWeb: Don't attempt to paint text shadows for empty text fragments
MacDue
2022-10-18
LibWeb: Print requested bitmap sizes in shadow painting debug logs
MacDue
2022-10-18
LibHTTP: Fix not consuming the last byte of body in from_raw_request
Luke Wilde
2022-10-18
WebDriver: Add `POST /session/{id}/element` endpoint
Tobias Christiansen
2022-10-18
WebDriver+Friends: Add IPC and plumbing for Element-getting
Tobias Christiansen
2022-10-18
WebContent: Add more IPC endpoints for getting Elements
Tobias Christiansen
2022-10-18
PixelPaint: Add action to invert selection
snooze6214
2022-10-18
PixelPaint: Make Wand Select tool select correctly on moved layers
snooze6214
2022-10-18
LibTimeZone+LibJS: Update to TZDB version 2022e
Timothy Flynn
2022-10-18
LibC: Use proper casting in fgetc and fgetc_unlocked functions
Liav A
2022-10-18
LibWeb: Implement HTMLSelectElement length, item() and namedItem()
Zaggy1024
2022-10-18
LibWeb: Use calculate_min_content_height() for sizing of grid children
Johannes Laudenberg
2022-10-17
2048: Do not decrement m_target_tile_power
implicitfield
2022-10-17
2048: Convert to GML
implicitfield
2022-10-17
LibTimeZone: Resolve /etc/localtime with realpath(), not readlink()
Linus Groh
2022-10-17
LibC: Retrieve the current time zone from LibTimeZone
Timothy Flynn
2022-10-17
LibTimeZone: Default to UTC if parsing the TZ environment variable fails
Timothy Flynn
2022-10-17
route: Accept CIDR notation when specifying network
brapru
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
LibJS: Implement RegExp legacy static properties
leeight
2022-10-17
Lagom+CMake: Propagate dependencies for generated custom targets
Andrew Kaster
2022-10-17
WebDriver: Add/Expand some dbgln's
Tobias Christiansen
2022-10-17
WebDriver: Implement `POST /session/{id}/cookie` endpoint
Tobias Christiansen
2022-10-17
LibJS: Sync the set of rounding modes
Linus Groh
2022-10-17
LibJS: Add missing validation to remaining Calendar operations
Linus Groh
2022-10-17
LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"
Linus Groh
2022-10-17
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
Linus Groh
2022-10-17
LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZones
Linus Groh
2022-10-17
WebDriver: Implement `DELETE /session/{id}/cookie/{name}` endpoint
Tobias Christiansen
2022-10-17
WebDriver: Implement `DELETE /session/{id}/cookie` endpoint
Tobias Christiansen
2022-10-17
Browser: Add `update_cookie` WebDriver IPC endpoint
Tobias Christiansen
2022-10-17
Browser: Allow changing of existing Cookies in the CookieJar
Tobias Christiansen
2022-10-17
PixelPaint: Make Alt-Clicking with all tool act like the PickerTool
Fausto Tommasi
[next]