|
Improvements to accessibility extension api support for "views":
1. Handles the new wrench menu.
2. Uses NotifyAccessibilityEvent to find out when focus changes, rather
than installing focus change listeners that need to be cleaned up.
BUG=none
TEST=Updated AccessibilityEventRouterViewsTest.TestFocusNotification
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55196
Total comments: 5
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+219 lines, -80 lines) |
Patch |
 |
M |
chrome/browser/chromeos/options/options_window_view.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/accessibility_event_router_views.h
|
View
|
1
2
3
4
|
6 chunks |
+29 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/accessibility_event_router_views.cc
|
View
|
1
2
3
4
|
6 chunks |
+110 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/accessibility_event_router_views_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/chrome_views_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/chrome_views_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/native_control_gtk.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/native_control_win.cc
|
View
|
5
|
1 chunk |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
views/focus/focus_manager_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
views/view.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/view_gtk.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
views/view_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
views/views.gyp
|
View
|
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|