|
|
Move ui/events/linux/* to ui/base/ime/linux/.
This CL moves the files:
- text_edit_command_auralinux.h
- text_edit_command_auralinux.cc
- text_edit_key_bindings_delegate_auralinux.h
- text_edit_key_bindings_delegate_auralinux.cc
from ui/events/linux to ui/base/ime/linux.
These files are not related to events and hence are better suited to be in
ui/base/ime. Also, currently, ui/base/ime depends on ui/events. In a follow-up
crrev.com/2034623002, the above files (in ui/events) need to depend on
ui/base/ime/text_edit_commands.h (in ui/base/ime). This CL helps avoid the
circular dependency my moving these files to ui/base/ime.
This is a follow-up to crrev.com/2030813002 and is fifth in series of CLs to
replace resource ids with a ui::TextEditCommand enum for text editing commands
in views::Textfield.
Link to complete patch - http://crrev.com/2029733003
BUG= 586985
Committed: https://crrev.com/e6200335a950405203f5f078d744fc09d00a3861
Cr-Commit-Position: refs/heads/master@{#400963}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+46 lines, -320 lines) |
Patch |
 |
M |
chrome/browser/ui/browser_command_controller.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/BUILD.gn
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/base/ime/linux/text_edit_command_auralinux.h
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
ui/base/ime/linux/text_edit_command_auralinux.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h
|
View
|
1
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/ime/ui_base_ime.gyp
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/events/events.gyp
|
View
|
1
2
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
D |
ui/events/linux/text_edit_command_auralinux.h
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
D |
ui/events/linux/text_edit_command_auralinux.cc
|
View
|
|
1 chunk |
+0 lines, -124 lines |
0 comments
|
Download
|
 |
D |
ui/events/linux/text_edit_key_bindings_delegate_auralinux.h
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
ui/events/linux/text_edit_key_bindings_delegate_auralinux.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/textfield.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/textfield_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/linux_ui/linux_ui.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 20 (11 generated)
|