|
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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272193
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+177 lines, -102 lines) |
Patch |
 |
A |
content/browser/accessibility/android_hit_testing_browsertest.cc
|
View
|
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_android.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_android.h
|
View
|
|
2 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_android.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+24 lines, -67 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/accessibility_messages.h
|
View
|
1
2
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java
|
View
|
|
3 chunks |
+16 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/renderer_accessibility_complete.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/renderer_accessibility_complete.cc
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/accessibility_browser_test_utils.h
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/accessibility_browser_test_utils.cc
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/ax_enums.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|