summaryrefslogtreecommitdiffstats
path: root/ui/accessibility
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 15:42:19 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 15:42:19 +0000
commit3fa0901a0b505e9170c7fb3482e0c20453f639ec (patch)
tree552c9aed11ebcb9f615e181b9a773a80d3992ad2 /ui/accessibility
parent180d4e93366adc1281242eaa2a84a83962ad4cd2 (diff)
downloadchromium_src-3fa0901a0b505e9170c7fb3482e0c20453f639ec.zip
chromium_src-3fa0901a0b505e9170c7fb3482e0c20453f639ec.tar.gz
chromium_src-3fa0901a0b505e9170c7fb3482e0c20453f639ec.tar.bz2
Implement Android accessible hit testing using an IPC to the renderer process.
Only Blink can accurately determine what node is under the user's finger. Implement this by sending a hit test request every time the user does touch exploration, and returning a hover event on the appropriate accessible node in response. The test is meant to be a good sanity test and a skeleton, it tests that the hit test request returns a hover event in response, and I intend to follow this up with more specific tests of behavior as we tweak the algorithm. BUG=357371 Review URL: https://codereview.chromium.org/290633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272193 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/accessibility')
-rw-r--r--ui/accessibility/ax_enums.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 9daf73e..50d9e53 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -15,6 +15,7 @@
children_changed,
focus,
hide,
+ hover,
invalid_status_changed,
layout_complete,
live_region_changed,