forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 Review-Url: https://codereview.chromium.org/2411913003 Cr-Commit-Position: refs/heads/master@{#424603}
- Loading branch information
sky
authored and
Commit bot
committed
Oct 12, 2016
1 parent
fa1eb5b
commit 829e1b2
Showing
12 changed files
with
117 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.