|
Support KitKat accessibility APIs.
The KitKat API adds a lot more accessibility data that can
be exposed from Android applications. This implements
all of them and updates test expectations.
In addition, it exposes the same properties on JellyBean
via a Bundle, allowing accessibility services a way to access
this information even without KitKat, just without the clean
API.
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239114
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+697 lines, -65 lines) |
Patch |
|
M |
content/browser/accessibility/accessibility_tree_formatter_android.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+45 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_android.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+202 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_manager_android.cc
|
View
|
1
2
3
4
|
2 chunks |
+68 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/dump_accessibility_tree_browsertest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java
|
View
|
1
2
3
4
5
|
4 chunks |
+93 lines, -1 line |
0 comments
|
Download
|
|
A |
content/public/android/java/src/org/chromium/content/browser/accessibility/KitKatBrowserAccessibilityManager.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/aria-combobox-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/aria-level-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/aria-progressbar-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/aria-valuemax-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/aria-valuemin-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/contenteditable-descendants-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/dl-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/heading-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/input-range-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
content/test/data/accessibility/input-types.html
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/test/data/accessibility/input-types-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/test/data/accessibility/input-types-expected-mac.txt
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
content/test/data/accessibility/input-types-expected-win.txt
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/list-markers-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/spinbutton-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/table-simple-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/test/data/accessibility/ul-expected-android.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|