|
|
Various changes required to support ChromeVox Next to read Views and Windows.
- adds support for valueChanged event (e.g. to read adjustment of the volume slider)
- add textChanged event handler to process omnibox character echo/deletion.
- braille support for the textChanged,textSelectionChanged events
- whitelist ChromeVox for automation API up to stable.
- remove the --enable-chromevox-next cmd line flag.
- adds options for Output module (to only output braille, for example).
- adds a "dummy" alert window as a child of the desktop root node; this window will be used to fire alert events. Due to the way we support alerts now without backing views, this is necessary.
- start generating context for window on "enter". This picks up announcements like "status tray" when entering the status tray bar with alt+shift+s.
- exclude the first child (only child) of the desktop node from having a name set; this is because that particular window has a non-human readable name "Display<xxx>" which gets read frequently when entering a screen/display.
Committed: https://crrev.com/113aa4f1f3e207b4b134ecc7316b9c46e29a22ad
Cr-Commit-Position: refs/heads/master@{#306855}
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+164 lines, -100 lines) |
Patch |
 |
M |
chrome/browser/chromeos/input_method/accessibility.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/existing_user_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/component_loader.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+4 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+12 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
View
|
|
1 chunk |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+31 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
View
|
1
2
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/accessibility/automation_manager_ash.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/accessibility/automation_manager_ash.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/accessibility/ax_root_obj_wrapper.h
|
View
|
1
2
3
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/accessibility/ax_root_obj_wrapper.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_manifest_features.json
|
View
|
1
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/chromeos_switches.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/chromeos_switches.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/ax_window_obj_wrapper.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
Total messages: 23 (5 generated)
|