|
|
touchui: Directly process key and mouse events.
Capture the keyboard and mouse events directly from X, create a corresponding
views::Event out of it, and send it to the associated RootView.
Includes Chad's (wyck) function FindRootViewForGdkEvent (from #3704005) slightly
modified (called FindRootViewForGdkWindow).
BUG=None
TEST=Click/Keypress events in a webpage should work correctly.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63916
Total comments: 15
Total comments: 20
Total comments: 24
Total comments: 4
Total comments: 5
Total comments: 11
Total comments: 10
Total comments: 8
Total comments: 12
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+542 lines, -286 lines) |
Patch |
 |
M |
app/app_base.gypi
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
app/keyboard_code_conversion_x.h
|
View
|
5
6
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
app/keyboard_code_conversion_x.cc
|
View
|
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+163 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/base.gypi
|
View
|
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/message_loop.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/message_pump_glib.h
|
View
|
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/message_pump_glib.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/message_pump_glib_x.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
4 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
A |
base/message_pump_glib_x_dispatch.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/views/native_menu_domui.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/views/native_menu_domui.cc
|
View
|
14
15
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/menu/menu_controller.h
|
View
|
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/menu/menu_controller.cc
|
View
|
3
4
5
6
7
8
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/menu/native_menu_gtk.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/menu/native_menu_gtk.cc
|
View
|
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/menu/nested_dispatcher_gtk.h
|
View
|
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/menu/nested_dispatcher_gtk.cc
|
View
|
14
15
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/event.h
|
View
|
3
4
8
9
10
11
12
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
views/event_x.cc
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/focus/accelerator_handler.h
|
View
|
3
4
5
6
7
8
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/focus/accelerator_handler_gtk.cc
|
View
|
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/focus/accelerator_handler_touch.cc
|
View
|
8
9
10
11
12
13
14
15
|
1 chunk |
+78 lines, -13 lines |
0 comments
|
Download
|
 |
D |
views/touchui/touch_event_dispatcher_gtk.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
views/touchui/touch_event_dispatcher_gtk.cc
|
View
|
|
1 chunk |
+0 lines, -243 lines |
0 comments
|
Download
|
 |
M |
views/views.gyp
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 32 (0 generated)
|