|
Add menu and menu item events to the accessibility extension api, and
generate menu item notifications for gtk menus.
The code to generate menu open and close events is a little more complicated
and will come in a future patch.
BUG=none
TEST=navigated menus with keyboard, watched notifications fire
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43707
Total comments: 16
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+325 lines, -85 lines) |
Patch |
 |
M |
chrome/browser/accessibility_events.h
|
View
|
1
2
3
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/accessibility_events.cc
|
View
|
1
2
3
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_accessibility_api.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_accessibility_api.cc
|
View
|
1
2
3
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_accessibility_api_constants.h
|
View
|
1
2
3
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_accessibility_api_constants.cc
|
View
|
1
2
3
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/accessibility_event_router_gtk.h
|
View
|
1
2
3
|
9 chunks |
+28 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/accessibility_event_router_gtk.cc
|
View
|
1
2
3
|
19 chunks |
+140 lines, -59 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/accessible_widget_helper_gtk.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/accessible_widget_helper_gtk.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/frame/browser_view.h
|
View
|
1
2
3
|
3 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/frame/browser_view.cc
|
View
|
1
2
3
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.json
|
View
|
1
2
3
|
4 chunks |
+44 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/notification_type.h
|
View
|
1
2
3
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|