|
linux_aura: Port GtkKeybindingsHandler to Aura.
This is a quick hack to move the current GtkKeybindingsHandler code into
aura builds. This is necessary so that Linux users who have set custom
keybindings can use them in edit fields. This only works in the content
area; further patches are needed for this to work in views.
This redoes the interface so that instead of being hard coded into
content, we have a general interface set in ui/wm/. This should allow
views to also use this code in ui/views/, as well as its current usage
in content/.
BUG= 319437, 358297
R=piman@chromium.org, sadrul@chromium.org, sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260900
Total comments: 2
Total comments: 1
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+805 lines, -31 lines) |
Patch |
 |
M |
chrome/browser/ui/browser_command_controller.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+39 lines, -19 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+389 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/native_web_keyboard_event_aura.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+38 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/native_web_keyboard_event.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/events.gyp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ui/events/x/text_edit_command_x11.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/events/x/text_edit_command_x11.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/events/x/text_edit_key_bindings_delegate_x11.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/events/x/text_edit_key_bindings_delegate_x11.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/linux_ui/linux_ui.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/linux_ui/linux_ui.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|