Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Issue 2411913003: Converts ash/wm/mru_window_tracker_unittest.cc to use AshTest (Closed)

Created:
4 years, 2 months ago by sky
Modified:
4 years, 2 months ago
Reviewers:
Tom Sepez, msw
CC:
chromium-reviews, rjkroege, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, kalyank, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

Patch Set 2 : comment #

Total comments: 12

Patch Set 3 : comment #

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

Messages

Total messages: 21 (14 generated)
sky
4 years, 2 months ago (2016-10-11 21:53:16 UTC) #1
msw
lgtm with nits. https://codereview.chromium.org/2411913003/diff/20001/ash/mus/property_util.cc File ash/mus/property_util.cc (right): https://codereview.chromium.org/2411913003/diff/20001/ash/mus/property_util.cc#newcode269 ash/mus/property_util.cc:269: window->SetSharedProperty<bool>( aside: it'd be nice to ...
4 years, 2 months ago (2016-10-11 22:36:05 UTC) #4
sky
+tsepez for mojom change https://codereview.chromium.org/2411913003/diff/20001/ash/mus/property_util.cc File ash/mus/property_util.cc (right): https://codereview.chromium.org/2411913003/diff/20001/ash/mus/property_util.cc#newcode269 ash/mus/property_util.cc:269: window->SetSharedProperty<bool>( On 2016/10/11 22:36:05, msw ...
4 years, 2 months ago (2016-10-11 22:57:05 UTC) #9
Tom Sepez
lgtm
4 years, 2 months ago (2016-10-11 23:15:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2411913003/40001
4 years, 2 months ago (2016-10-11 23:17:40 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-11 23:55:05 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-10-12 00:02:45 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/829e1b23a8e607028515ccf5376314b4d203bcc1
Cr-Commit-Position: refs/heads/master@{#424603}

Powered by Google App Engine
This is Rietveld 408576698