|
This CL adds accelerators to the Linux toolkit views.
The MessageLoop had to be modified to support Dispatchers on Linux.
BUG=None
TEST=On Windows and Linux, make sure the accelerators still work as expected. On Linux toolkit views, build and run the unit-tests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22210
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Stats (+818 lines, -533 lines) |
 |
M |
base/keyboard_codes.h
|
View
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
 |
A |
base/keyboard_codes_linux.h
|
View
|
1 chunk |
+214 lines, -0 lines |
0 comments
|
 |
A |
base/keyboard_codes_mac.h
|
View
|
1 chunk |
+208 lines, -0 lines |
0 comments
|
 |
M |
base/keyboard_codes_posix.h
|
View
|
1 chunk |
+0 lines, -208 lines |
0 comments
|
 |
M |
base/message_loop.h
|
View
|
3 chunks |
+17 lines, -18 lines |
0 comments
|
 |
M |
base/message_loop.cc
|
View
|
4 chunks |
+19 lines, -21 lines |
0 comments
|
 |
M |
base/message_pump_glib.h
|
View
|
3 chunks |
+24 lines, -4 lines |
0 comments
|
 |
M |
base/message_pump_glib.cc
|
View
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
 |
M |
chrome/browser/autocomplete/search_provider_unittest.cc
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
 |
M |
chrome/browser/browser_main_win.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
chrome/browser/first_run_win.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
chrome/chrome.gyp
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
chrome/common/temp_scaffolding_stubs.h
|
View
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
 |
M |
chrome/test/ui_test_utils.cc
|
View
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
 |
M |
views/event.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
views/event_gtk.cc
|
View
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
 |
A + |
views/focus/accelerator_handler.h
|
View
|
1 chunk |
+22 lines, -12 lines |
0 comments
|
 |
A |
views/focus/accelerator_handler_gtk.cc
|
View
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
 |
A |
views/focus/accelerator_handler_win.cc
|
View
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
 |
M |
views/focus/focus_manager.h
|
View
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
 |
M |
views/focus/focus_manager.cc
|
View
|
6 chunks |
+25 lines, -49 lines |
0 comments
|
 |
M |
views/focus/focus_manager_unittest.cc
|
View
|
7 chunks |
+104 lines, -81 lines |
0 comments
|
 |
M |
views/view.cc
|
View
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
 |
M |
views/view_unittest.cc
|
View
|
2 chunks |
+3 lines, -1 line |
0 comments
|
 |
M |
views/views.gyp
|
View
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
 |
D |
views/widget/accelerator_handler.h
|
View
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
 |
D |
views/widget/accelerator_handler.cc
|
View
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
 |
M |
views/widget/widget_gtk.h
|
View
|
3 chunks |
+12 lines, -3 lines |
0 comments
|
 |
M |
views/widget/widget_gtk.cc
|
View
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
 |
M |
views/window/dialog_client_view.cc
|
View
|
5 chunks |
+8 lines, -24 lines |
0 comments
|
Total messages: 4 (0 generated)
|