|
|
Splits ToplevelWindowEventHandler into two
The non event handler and non-aura parts end up in
WmToplevelWindowEventHandler with the rest remaining in
ToplevelWindowEventHandler.
WmToplevelWindowEventHandler is not actually an EventHandler, but I kept
the name to reinforce the expectation is that WmToplevelWindowEventHandler is called from an EventHandler.
BUG= 603369
TEST=covered by tests
R=jamescook@chromium.org
Committed: https://crrev.com/cf67ed5a0802c2d1d5b05a0d87cdd1612317555a
Cr-Commit-Position: refs/heads/master@{#395387}
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+357 lines, -868 lines) |
Patch |
 |
M |
ash/shell.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/aura/wm_globals_aura.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/aura/wm_globals_aura.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/aura/wm_window_aura.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/aura/wm_window_aura.cc
|
View
|
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/common/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/common/ash_wm_common.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/common/wm_display_observer.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/wm/common/wm_toplevel_window_event_handler.h
|
View
|
1
2
3
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/common/wm_toplevel_window_event_handler.cc
|
View
|
1
2
3
|
19 chunks |
+125 lines, -218 lines |
0 comments
|
Download
|
 |
M |
ash/wm/common/wm_window.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/toplevel_window_event_handler.h
|
View
|
1
2
3
|
2 chunks |
+18 lines, -86 lines |
0 comments
|
Download
|
 |
M |
ash/wm/toplevel_window_event_handler.cc
|
View
|
1
2
3
|
2 chunks |
+35 lines, -563 lines |
0 comments
|
Download
|
 |
M |
mash/wm/bridge/wm_window_mus.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mash/wm/bridge/wm_window_mus.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 22 (11 generated)
|