|
Add a big grab bag of missing web accessibility
functionality on Windows. (Much of this will benefit
Mac in a future changelist.) Improvements include
dozens of corrected roles and states for various
elements, improved support for tables with rowspan
and colspan, range control support, and live region
support.
Also adds a new command-line flag to turn on
logging of accessibility events, to help making
this type of bug fixing much easier in the future.
BUG= 89181, 89185, 89187, 89188, 89202, 89205, 89210, 89212, 89213, 89223
TEST=Manual testing with JAWS, NVDA, AViewer, and accProbe.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99161
Total comments: 80
Total comments: 4
Total comments: 24
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1474 lines, -327 lines) |
Patch |
|
M |
chrome/browser/accessibility/accessibility_win_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/browser/accessibility/browser_accessibility_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/browser/accessibility/browser_accessibility_win_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility.h
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+51 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+66 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_manager.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_manager.cc
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+60 lines, -79 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_manager_mac.mm
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+52 lines, -14 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_manager_win.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+30 lines, -14 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_win.h
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+77 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/browser/accessibility/browser_accessibility_win.cc
|
View
|
1
2
3
4
5
6
7
|
47 chunks |
+464 lines, -98 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/browser_render_process_host.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_view_host.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/common/content_switches.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/common/content_switches.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+57 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+48 lines, -17 lines |
0 comments
|
Download
|
|
M |
webkit/glue/webaccessibility.h
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+56 lines, -5 lines |
0 comments
|
Download
|
|
M |
webkit/glue/webaccessibility.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+477 lines, -15 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|