summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-19WebContent+Friends: Add get_element_attribute IPC and plumbingTobias Christiansen
2022-10-19LibWeb: Ignore "pointer-events: none" elements in hit_testAliaksandr Kalenik
2022-10-19LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp propertiesAndreas Kling
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-19WebDriver: Fix broken Optional<> returns through IPCTobias Christiansen
2022-10-19WebContent: Fix broken Optional<> returns through IPCTobias Christiansen
2022-10-19LibJS: Disable bytecode optimizations by defaultAndreas Kling
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-18LibWeb: Don't attempt to paint text shadows for empty text fragmentsMacDue
2022-10-18LibWeb: Print requested bitmap sizes in shadow painting debug logsMacDue
2022-10-18LibHTTP: Fix not consuming the last byte of body in from_raw_requestLuke Wilde
2022-10-18WebDriver: Add `POST /session/{id}/element` endpointTobias Christiansen
2022-10-18WebDriver+Friends: Add IPC and plumbing for Element-gettingTobias Christiansen
2022-10-18WebContent: Add more IPC endpoints for getting ElementsTobias Christiansen
2022-10-18PixelPaint: Add action to invert selectionsnooze6214
2022-10-18PixelPaint: Make Wand Select tool select correctly on moved layerssnooze6214
2022-10-18LibTimeZone+LibJS: Update to TZDB version 2022eTimothy Flynn
2022-10-18LibC: Use proper casting in fgetc and fgetc_unlocked functionsLiav A
2022-10-18LibWeb: Implement HTMLSelectElement length, item() and namedItem()Zaggy1024
2022-10-18LibWeb: Use calculate_min_content_height() for sizing of grid childrenJohannes Laudenberg
2022-10-172048: Do not decrement m_target_tile_powerimplicitfield
2022-10-172048: Convert to GMLimplicitfield
2022-10-17LibTimeZone: Resolve /etc/localtime with realpath(), not readlink()Linus Groh
2022-10-17LibC: Retrieve the current time zone from LibTimeZoneTimothy Flynn
2022-10-17LibTimeZone: Default to UTC if parsing the TZ environment variable failsTimothy Flynn
2022-10-17route: Accept CIDR notation when specifying networkbrapru
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-17LibJS: Implement RegExp legacy static propertiesleeight
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-17WebDriver: Add/Expand some dbgln'sTobias Christiansen
2022-10-17WebDriver: Implement `POST /session/{id}/cookie` endpointTobias Christiansen
2022-10-17LibJS: Sync the set of rounding modesLinus Groh
2022-10-17LibJS: Add missing validation to remaining Calendar operationsLinus Groh
2022-10-17LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"Linus Groh
2022-10-17LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneNameLinus Groh
2022-10-17LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZonesLinus Groh
2022-10-17WebDriver: Implement `DELETE /session/{id}/cookie/{name}` endpointTobias Christiansen
2022-10-17WebDriver: Implement `DELETE /session/{id}/cookie` endpointTobias Christiansen
2022-10-17Browser: Add `update_cookie` WebDriver IPC endpointTobias Christiansen
2022-10-17Browser: Allow changing of existing Cookies in the CookieJarTobias Christiansen
2022-10-17PixelPaint: Make Alt-Clicking with all tool act like the PickerToolFausto Tommasi