|
|
AURA/X11: Handle VKEY_MENU accelerator on content area
-Moved the code to handle vkey_menu to focus manager.
-Unify the code between win/aura/gtk to handle unhandled web keyevent. We were using different code path for unhandled web keyboard for regular page and login. This should fix this issue also.
-Improved focus test not to use fixed wait. This should also speedup the test a bit.
-Removed OmniboxViewViews tests that runs only on views/gtk. This is no longer supported and we can re-enable for win when ready.
BUG= 99861, 106998, 108480, 108459
TEST=manual: set focus to content area and hit alt key. the focus should be set to wrench menu on release.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116541
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+197 lines, -308 lines) |
Patch |
 |
M |
chrome/browser/browser_focus_uitest.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+30 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/html_page_screen.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/html_page_screen.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/registration_screen.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/registration_screen.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_view.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/handle_web_keyboard_event.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/handle_web_keyboard_event_aura.cc
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/handle_web_keyboard_event_gtk.cc
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/unhandled_keyboard_event_handler.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/unhandled_keyboard_event_handler.cc
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/views/unhandled_keyboard_event_handler_aurax11.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/views/unhandled_keyboard_event_handler_gtk.cc
|
View
|
1
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/ui/views/unhandled_keyboard_event_handler_win.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/views/focus/focus_manager.h
|
View
|
1
2
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/focus/focus_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+62 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_aura.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_aura.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+5 lines, -41 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_gtk.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_gtk.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+12 lines, -39 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|