|
Clean up WindowEventDispatcher some more.
. Eliminate the implementation of LayerAnimationObserver. It seems no one expects WED to be a LAO anymore.
. Remove WindowTreeHostDelegate. This involves moving some of the functions to WTH, removing some completely, and moving the remainder to the WED public API. A little icky for now, but I plan to take a pass on cleaning up WED's public API once I get it pared down.
. window_tree_host_x11_unittest provided an implementation of WTHD that was not WED. This is not a valid situation now since various functions in WTH now call directly through to WED. Replaced this with a simple EventHandler to test that events are being dispatched.
R=sky@chromium.org
http://crbug.com/308843
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255368
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255533
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -376 lines) |
Patch |
 |
M |
ash/cancel_mode.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/cancel_mode.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/first_run/desktop_cleaner.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/sticky_keys/sticky_keys_overlay_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/sticky_keys/sticky_keys_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/overview/window_overview.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_view_views_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/examples/aura_demo/window_tree_host_mojo.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/app_list_view.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/aura.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/remote_window_tree_host_win.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/remote_window_tree_host_win.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_event_dispatcher.h
|
View
|
1
2
3
4
|
7 chunks |
+9 lines, -30 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_event_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+39 lines, -92 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_event_dispatcher_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host.h
|
View
|
1
2
3
4
|
5 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+31 lines, -28 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_mac.mm
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_ozone.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_x11.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_x11.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+11 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_x11_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+71 lines, -106 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|