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

Issue 786513003: Cleaning up MruWindowTracker::BuildWindowList() (Closed)

Created:
6 years ago by afakhry
Modified:
6 years ago
Reviewers:
oshima
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Cleaning up MruWindowTracker::BuildWindowList() Removing the top_most_at_end parameter which was always set to false and was never used. R=oshima@chromium.org BUG=None Committed: https://crrev.com/f3848eee6c17acc74543c803bcea7ea542e13cbc Cr-Commit-Position: refs/heads/master@{#307135}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -34 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/focus_cycler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M ash/wm/mru_window_tracker.h View 1 chunk +3 lines, -4 lines 0 comments Download
M ash/wm/mru_window_tracker.cc View 3 chunks +8 lines, -15 lines 1 comment Download
M ash/wm/window_positioner.cc View 2 chunks +2 lines, -2 lines 2 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
afakhry
6 years ago (2014-12-06 00:22:06 UTC) #1
oshima
lgtm. can you update the description BUG=None you don't need TEST section https://codereview.chromium.org/786513003/diff/1/ash/wm/window_positioner.cc File ash/wm/window_positioner.cc ...
6 years ago (2014-12-06 00:26:03 UTC) #2
afakhry
https://codereview.chromium.org/786513003/diff/1/ash/wm/window_positioner.cc File ash/wm/window_positioner.cc (right): https://codereview.chromium.org/786513003/diff/1/ash/wm/window_positioner.cc#newcode506 ash/wm/window_positioner.cc:506: const std::vector<aura::Window*> windows = On 2014/12/06 00:26:03, oshima wrote: ...
6 years ago (2014-12-06 00:30:40 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/786513003/1
6 years ago (2014-12-06 00:32:41 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years ago (2014-12-06 01:24:01 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/f3848eee6c17acc74543c803bcea7ea542e13cbc Cr-Commit-Position: refs/heads/master@{#307135}
6 years ago (2014-12-06 01:24:58 UTC) #7
gab
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/790503003/ by gab@chromium.org. ...
6 years ago (2014-12-08 15:03:01 UTC) #8
oshima
6 years ago (2014-12-08 19:05:27 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/786513003/diff/1/ash/wm/mru_window_tracker.cc
File ash/wm/mru_window_tracker.cc (left):

https://codereview.chromium.org/786513003/diff/1/ash/wm/mru_window_tracker.cc...
ash/wm/mru_window_tracker.cc:119: std::reverse(windows.begin(), windows.end());
you have to do this always instead. sorry for not catching this, but I wonder
why CQ didn't fail. Can you investigate why?

Powered by Google App Engine
This is Rietveld 408576698