|
aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/aura/.
All of InputMethodEventFilter and more than half of
RootWindowEventFilter were copied verbatim to a
DesktopRootWindowEventFilter. Instead of copying the other half for
another patch, I'm just moving RWEF and deleting the desktop version.
(InputMethodEventFilterUnittest was simple enough to move with the
file, but RootWindowEventFilter seems to act more like an integraiton
test of a lot of the stuff on Shell.)
BUG= 125106
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137175
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+174 lines, -849 lines) |
Patch |
 |
M |
ash/accelerators/accelerator_filter_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/ash.gyp
|
View
|
|
3 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/drag_drop/drag_drop_controller_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
ash/ime/input_method_event_filter.h
|
View
|
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
D |
ash/ime/input_method_event_filter.cc
|
View
|
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
 |
D |
ash/ime/input_method_event_filter_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
|
6 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
|
7 chunks |
+10 lines, -8 lines |
1 comment
|
Download
|
 |
M |
ash/wm/default_window_resizer.h
|
View
|
1
2
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/wm/default_window_resizer.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
ash/wm/root_window_event_filter.h
|
View
|
|
1 chunk |
+0 lines, -108 lines |
0 comments
|
Download
|
 |
D |
ash/wm/root_window_event_filter.cc
|
View
|
|
1 chunk |
+0 lines, -230 lines |
0 comments
|
Download
|
 |
M |
ash/wm/root_window_event_filter_unittest.cc
|
View
|
1
2
|
5 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ash/wm/window_resizer.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/multi_window_resize_controller.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/workspace_window_resizer.h
|
View
|
1
2
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/workspace_window_resizer.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/aura.gyp
|
View
|
1
2
|
4 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
D |
ui/aura/desktop/desktop_root_window_event_filter.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
ui/aura/desktop/desktop_root_window_event_filter.cc
|
View
|
|
1 chunk |
+0 lines, -109 lines |
0 comments
|
Download
|
 |
A |
ui/aura/shared/DEPS
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/aura/shared/input_method_event_filter.h
|
View
|
1
2
|
3 chunks |
+14 lines, -10 lines |
2 comments
|
Download
|
 |
A + |
ui/aura/shared/input_method_event_filter.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
ui/aura/shared/input_method_event_filter_unittest.cc
|
View
|
1
2
|
2 chunks |
+40 lines, -22 lines |
0 comments
|
Download
|
 |
A + |
ui/aura/shared/root_window_event_filter.h
|
View
|
1
2
|
4 chunks |
+11 lines, -10 lines |
1 comment
|
Download
|
 |
A + |
ui/aura/shared/root_window_event_filter.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_native_widget_helper_aura.h
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_native_widget_helper_aura.cc
|
View
|
1
2
|
3 chunks |
+17 lines, -4 lines |
1 comment
|
Download
|
Total messages: 5 (0 generated)
|