commit | 993145d48aeb9a2bad5c227ceec888705a095fd4 | [log] [tgz] |
---|---|---|
author | Nektarios Paisios <[email protected]> | Fri May 29 13:55:28 2020 |
committer | Commit Bot <[email protected]> | Fri May 29 13:55:28 2020 |
tree | be801bb5bdf5c00ca6b20da4ae5ccad8b16e6519 | |
parent | aa40934abdd91af23659e2e4b9321c945d45a9c6 [diff] |
Translates selection offsets from ignored to unignored and vice versa Anchor and focus offsets in accessibility selection may refer to children that are ignored but are included in the accessibility tree. We need to translate between ignored and unignored offsets at the platform boundary both when setting as well as when retrieving the selection. AX-Relnotes: Reading the current selection as well as setting the selection using Jaws and NVDA no longer reads the wrong selection or fails to set the selection. [email protected], [email protected] Bug: 1082814 Change-Id: I4530f3079eaa282d6db9778f7d6af221345841f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205400 Commit-Queue: Nektarios Paisios <[email protected]> Reviewed-by: Dominic Mazzoni <[email protected]> Cr-Commit-Position: refs/heads/master@{#773159}
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.
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.