commit | d6a115dbdedff9ad8a233b6afd63f76c84025fde | [log] [tgz] |
---|---|---|
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | Thu Jun 23 12:44:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 23 12:44:24 2022 |
tree | a5ad5530e62c44e8ec53be9d433b7c468463bfa5 | |
parent | 34928dd2d35461e176ba316e982ee69d12c1e3f0 [diff] |
Dispatch page up/down events on scroll up/down AT actions. To achieve this, we also move the code from RenderAccessibilityImpl down to the blink layer, in a new method called AXObject::Scroll(). The code is run through the actions API. To be able to test the feature, we added a way to trigger scroll up/down actions through WebAXObjectProxy. Finally, we expose the scroll actions in those platforms that support it, by adding the actions to the node data. Bug: 1099069 Change-Id: I345c902f7d92b83468d0eadf3031eab06ef0fd30 AX-Relnotes: generate page up/down keyboard events on AT scroll actions. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3583725 Reviewed-by: Nektarios Paisios <nektar@chromium.org> Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Cr-Commit-Position: refs/heads/main@{#1017124}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.