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

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed)

Created:
4 years, 6 months ago by sky
Modified:
4 years, 6 months ago
Reviewers:
James Cook
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Converts MruWindowTracker to work with common types BUG=617789 TEST=covered by tests R=jamescook@chromium.org Committed: https://crrev.com/948acf4e7e86ad43245929648514d00a805eae5e Cr-Commit-Position: refs/heads/master@{#398315}

Patch Set 1 #

Patch Set 2 : tweaks #

Total comments: 24

Patch Set 3 : feedback #

Patch Set 4 : not equal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -274 lines) Patch
M ash/accelerators/accelerator_commands.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/ash.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/aura/wm_shell_aura.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/aura/wm_shell_aura.cc View 4 chunks +18 lines, -10 lines 0 comments Download
M ash/aura/wm_window_aura.h View 3 chunks +4 lines, -0 lines 0 comments Download
M ash/aura/wm_window_aura.cc View 3 chunks +23 lines, -0 lines 0 comments Download
M ash/common/shell_window_ids.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/common/shell_window_ids.cc View 1 chunk +8 lines, -0 lines 0 comments Download
A ash/common/wm/focus_rules.h View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A ash/common/wm/focus_rules.cc View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
M ash/common/wm_shell.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M ash/common/wm_window.h View 3 chunks +4 lines, -2 lines 0 comments Download
M ash/common/wm_window_observer.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ash/focus_cycler.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 chunks +7 lines, -9 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M ash/shell.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/wm/ash_focus_rules.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/ash_focus_rules.cc View 3 chunks +12 lines, -35 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M ash/wm/mru_window_tracker.h View 2 chunks +14 lines, -40 lines 0 comments Download
M ash/wm/mru_window_tracker.cc View 7 chunks +36 lines, -65 lines 0 comments Download
M ash/wm/mru_window_tracker_unittest.cc View 1 2 4 chunks +9 lines, -10 lines 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M ash/wm/window_cycle_controller.h View 2 chunks +2 lines, -5 lines 0 comments Download
M ash/wm/window_cycle_controller.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M ash/wm/window_cycle_controller_unittest.cc View 4 chunks +12 lines, -7 lines 0 comments Download
M ash/wm/window_cycle_list.h View 3 chunks +4 lines, -5 lines 0 comments Download
M ash/wm/window_cycle_list.cc View 1 2 3 5 chunks +38 lines, -39 lines 0 comments Download
M ash/wm/window_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ash/wm/window_util.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (2 generated)
sky
I'll TBR a file move next.
4 years, 6 months ago (2016-06-06 22:58:39 UTC) #1
James Cook
https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm/focus_rules.cc File ash/common/wm/focus_rules.cc (right): https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm/focus_rules.cc#newcode24 ash/common/wm/focus_rules.cc:24: bool IsWindowConsideredActivatable(WmWindow* window) { Do you need to handle ...
4 years, 6 months ago (2016-06-07 01:21:05 UTC) #2
sky
https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm/focus_rules.cc File ash/common/wm/focus_rules.cc (right): https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm/focus_rules.cc#newcode24 ash/common/wm/focus_rules.cc:24: bool IsWindowConsideredActivatable(WmWindow* window) { On 2016/06/07 01:21:04, James Cook ...
4 years, 6 months ago (2016-06-07 02:46:21 UTC) #3
James Cook
LGTM https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm_window.h File ash/common/wm_window.h (right): https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm_window.h#newcode57 ash/common/wm_window.h:57: using Windows = std::vector<WmWindow*>; On 2016/06/07 02:46:21, sky ...
4 years, 6 months ago (2016-06-07 14:05:38 UTC) #4
sky
https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm_window.h File ash/common/wm_window.h (right): https://codereview.chromium.org/2042913002/diff/20001/ash/common/wm_window.h#newcode57 ash/common/wm_window.h:57: using Windows = std::vector<WmWindow*>; On 2016/06/07 14:05:38, James Cook ...
4 years, 6 months ago (2016-06-07 15:34:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2042913002/60001
4 years, 6 months ago (2016-06-07 15:34:39 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-07 17:05:00 UTC) #8
commit-bot: I haz the power
4 years, 6 months ago (2016-06-07 17:06:32 UTC) #10
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/948acf4e7e86ad43245929648514d00a805eae5e
Cr-Commit-Position: refs/heads/master@{#398315}

Powered by Google App Engine
This is Rietveld 408576698