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

Issue 844763006: Change overview mode to so that docked panel windows are not grouped together. (Closed)

Created:
5 years, 11 months ago by bruthig
Modified:
5 years, 11 months ago
Reviewers:
jonross, oshima
CC:
chromium-reviews, tdanderson+overview_chromium.org, kalyank, sadrul, Nina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change overview mode to so that docked panel windows are not grouped together. BUG=448381 TEST=Manual Committed: https://crrev.com/d7cf765b7add6a32fa2bb90e27587913f95c2339 Cr-Commit-Position: refs/heads/master@{#312246}

Patch Set 1 #

Patch Set 2 : Polished after a self-review. #

Total comments: 10

Patch Set 3 : Moved restore window animation out of the ScopedTransformOverviewWindow destructor. #

Total comments: 10

Patch Set 4 : Changed OnOverviewModeEnding to OnOverviewModeEnded. #

Total comments: 6

Patch Set 5 : Addressed minor nits from patch set 4. #

Total comments: 14

Patch Set 6 : Fixed stale pointer in ScopedTransformOverviewWindow. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -762 lines) Patch
M ash/ash.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M ash/shell.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M ash/shell.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell_observer.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M ash/system/overview/overview_button_tray.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/system/overview/overview_button_tray.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/scoped_transform_overview_window.h View 1 2 3 4 5 3 chunks +8 lines, -7 lines 0 comments Download
M ash/wm/overview/scoped_transform_overview_window.cc View 1 2 3 4 5 4 chunks +35 lines, -33 lines 0 comments Download
D ash/wm/overview/scoped_window_copy.h View 1 chunk +0 lines, -45 lines 0 comments Download
D ash/wm/overview/scoped_window_copy.cc View 1 chunk +0 lines, -175 lines 0 comments Download
M ash/wm/overview/transparent_activate_window_button.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ash/wm/overview/transparent_activate_window_button.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M ash/wm/overview/window_grid.cc View 1 2 3 4 5 7 chunks +10 lines, -62 lines 0 comments Download
M ash/wm/overview/window_selector.h View 1 2 3 3 chunks +19 lines, -2 lines 0 comments Download
M ash/wm/overview/window_selector.cc View 1 2 3 4 5 9 chunks +57 lines, -34 lines 0 comments Download
M ash/wm/overview/window_selector_controller.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ash/wm/overview/window_selector_controller.cc View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M ash/wm/overview/window_selector_item.h View 1 2 3 4 5 6 chunks +17 lines, -41 lines 0 comments Download
M ash/wm/overview/window_selector_item.cc View 1 2 3 4 5 9 chunks +52 lines, -148 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 8 chunks +8 lines, -188 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.cc View 1 2 3 3 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 18 (3 generated)
bruthig
jonross@ can you please do a preliminary review of this before I send it to ...
5 years, 11 months ago (2015-01-14 20:51:44 UTC) #2
jonross
https://codereview.chromium.org/844763006/diff/20001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/844763006/diff/20001/ash/shell.cc#newcode751 ash/shell.cc:751: // WindowSelectorController docmentation for more info. nit: documentation https://codereview.chromium.org/844763006/diff/20001/ash/wm/overview/window_grid.cc ...
5 years, 11 months ago (2015-01-15 13:37:47 UTC) #3
bruthig
jonross@ can you please take another look? https://codereview.chromium.org/844763006/diff/20001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/844763006/diff/20001/ash/shell.cc#newcode751 ash/shell.cc:751: // WindowSelectorController ...
5 years, 11 months ago (2015-01-15 18:27:25 UTC) #4
jonross
https://codereview.chromium.org/844763006/diff/40001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/844763006/diff/40001/ash/shell.cc#newcode753 ash/shell.cc:753: window_selector_controller_->ToggleOverview(); I'd like to avoid this if possible. Can ...
5 years, 11 months ago (2015-01-15 19:39:42 UTC) #5
bruthig
jonross@ can you please have another look? https://codereview.chromium.org/844763006/diff/40001/ash/shell.cc File ash/shell.cc (right): https://codereview.chromium.org/844763006/diff/40001/ash/shell.cc#newcode753 ash/shell.cc:753: window_selector_controller_->ToggleOverview(); On ...
5 years, 11 months ago (2015-01-16 19:54:43 UTC) #6
jonross
A few minor tweaks in the comments. Please add owners. https://codereview.chromium.org/844763006/diff/60001/ash/wm/overview/window_selector.cc File ash/wm/overview/window_selector.cc (right): https://codereview.chromium.org/844763006/diff/60001/ash/wm/overview/window_selector.cc#newcode373 ...
5 years, 11 months ago (2015-01-16 20:10:20 UTC) #7
bruthig
oshima@, In flackr@'s absence can you please review this? Thanks :)
5 years, 11 months ago (2015-01-16 20:18:27 UTC) #9
bruthig
I forgot to fix some minor nits from patch set 4 before adding oshima@. Everything ...
5 years, 11 months ago (2015-01-16 20:22:46 UTC) #10
jonross
On 2015/01/16 20:22:46, bruthig wrote: > I forgot to fix some minor nits from patch ...
5 years, 11 months ago (2015-01-16 20:23:31 UTC) #11
oshima
https://codereview.chromium.org/844763006/diff/80001/ash/wm/overview/window_grid.cc File ash/wm/overview/window_grid.cc (right): https://codereview.chromium.org/844763006/diff/80001/ash/wm/overview/window_grid.cc#newcode289 ash/wm/overview/window_grid.cc:289: for (auto window_item : window_list_) { const auto*, or ...
5 years, 11 months ago (2015-01-16 22:36:37 UTC) #12
bruthig
oshima@ can you take another look? https://codereview.chromium.org/844763006/diff/80001/ash/wm/overview/window_grid.cc File ash/wm/overview/window_grid.cc (right): https://codereview.chromium.org/844763006/diff/80001/ash/wm/overview/window_grid.cc#newcode289 ash/wm/overview/window_grid.cc:289: for (auto window_item ...
5 years, 11 months ago (2015-01-17 17:35:07 UTC) #13
oshima
lgtm discussed offline: JS should be able to move a window to another root window, ...
5 years, 11 months ago (2015-01-20 18:41:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/844763006/100001
5 years, 11 months ago (2015-01-20 18:45:00 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 11 months ago (2015-01-20 19:33:05 UTC) #17
commit-bot: I haz the power
5 years, 11 months ago (2015-01-20 19:33:55 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d7cf765b7add6a32fa2bb90e27587913f95c2339
Cr-Commit-Position: refs/heads/master@{#312246}

Powered by Google App Engine
This is Rietveld 408576698