|
|
Converts ash/wm/mru_window_tracker_unittest.cc to use AshTest
And nukes the wm one. I'll move the file to common in a follow on
patch. In order to get this working I needed to add a couple of
things:
. Wire up WmWindowProperty::EXCLUDE_FROM_MRU in WmWindowMus.
. Fix bug in WmShell that resulted in OnWindowActivated() not being
called correctly (and with wrong args).
. Make ui::WindowObserver::OnWindowDestroyed() be called at the same
time as that of aura::WindowObserver.
BUG= 618058, 654887
TEST=covered by tests
R=msw@chromium.org
Committed: https://crrev.com/829e1b23a8e607028515ccf5376314b4d203bcc1
Cr-Commit-Position: refs/heads/master@{#424603}
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+117 lines, -187 lines) |
Patch |
 |
M |
ash/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/common/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm/window_state.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_shell_mus.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_window_mus.cc
|
View
|
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/mus/property_util.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/mus/property_util.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ash/mus/wm/mru_window_tracker_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -99 lines |
0 comments
|
Download
|
 |
M |
ash/wm/mru_window_tracker_unittest.cc
|
View
|
1
|
2 chunks |
+83 lines, -76 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/window.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/window_manager.mojom
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (14 generated)
|