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

Issue 23654037: Add panels as a single group of windows per display for overview window cycling. (Closed)

Created:
7 years, 3 months ago by flackr
Modified:
7 years, 3 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Add panels as a single group of windows per display for overview window cycling. BUG=264734 TEST=WindowSelectorTest.*, WindowTest.IsVisibleRespectsSetVisible Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223665

Patch Set 1 #

Total comments: 13

Patch Set 2 : Comments #

Patch Set 3 : Merge with master. #

Patch Set 4 : Convert to screen coordinates for multiple display test. #

Patch Set 5 : Fix restored panel relayout when some panels minimized. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+788 lines, -363 lines) Patch
M ash/ash.gyp View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M ash/wm/mru_window_tracker.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A ash/wm/overview/scoped_transform_overview_window.h View 1 1 chunk +97 lines, -0 lines 0 comments Download
A + ash/wm/overview/scoped_transform_overview_window.cc View 1 2 3 4 7 chunks +47 lines, -25 lines 0 comments Download
M ash/wm/overview/window_overview.h View 5 chunks +7 lines, -6 lines 0 comments Download
M ash/wm/overview/window_overview.cc View 9 chunks +25 lines, -24 lines 0 comments Download
M ash/wm/overview/window_selector.h View 3 chunks +7 lines, -3 lines 0 comments Download
M ash/wm/overview/window_selector.cc View 1 2 10 chunks +73 lines, -27 lines 0 comments Download
A ash/wm/overview/window_selector_item.h View 1 1 chunk +69 lines, -0 lines 0 comments Download
A ash/wm/overview/window_selector_item.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
A ash/wm/overview/window_selector_panels.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A ash/wm/overview/window_selector_panels.cc View 1 1 chunk +177 lines, -0 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 2 3 9 chunks +147 lines, -8 lines 0 comments Download
M ash/wm/overview/window_selector_window.h View 1 1 chunk +17 lines, -55 lines 0 comments Download
M ash/wm/overview/window_selector_window.cc View 1 1 chunk +25 lines, -213 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/wm/panels/panel_layout_manager.cc View 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
flackr
Hi Scott, Sorry for the large review. Adding a selector item that contained multiple windows ...
7 years, 3 months ago (2013-09-13 15:39:02 UTC) #1
sky
https://codereview.chromium.org/23654037/diff/1/ash/wm/overview/scoped_transform_overview_window.h File ash/wm/overview/scoped_transform_overview_window.h (right): https://codereview.chromium.org/23654037/diff/1/ash/wm/overview/scoped_transform_overview_window.h#newcode39 ash/wm/overview/scoped_transform_overview_window.h:39: const gfx::Rect& rect, const gfx::Rect& bounds); nit: one param ...
7 years, 3 months ago (2013-09-13 21:46:44 UTC) #2
flackr
https://codereview.chromium.org/23654037/diff/1/ash/wm/overview/scoped_transform_overview_window.h File ash/wm/overview/scoped_transform_overview_window.h (right): https://codereview.chromium.org/23654037/diff/1/ash/wm/overview/scoped_transform_overview_window.h#newcode39 ash/wm/overview/scoped_transform_overview_window.h:39: const gfx::Rect& rect, const gfx::Rect& bounds); On 2013/09/13 21:46:44, ...
7 years, 3 months ago (2013-09-13 22:28:37 UTC) #3
sky
https://codereview.chromium.org/23654037/diff/1/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/23654037/diff/1/ui/aura/window.cc#newcode707 ui/aura/window.cc:707: // visibility state. On 2013/09/13 22:28:38, flackr wrote: > ...
7 years, 3 months ago (2013-09-16 17:03:35 UTC) #4
flackr
On 2013/09/16 17:03:35, sky wrote: > https://codereview.chromium.org/23654037/diff/1/ui/aura/window.cc > File ui/aura/window.cc (right): > > https://codereview.chromium.org/23654037/diff/1/ui/aura/window.cc#newcode707 > ...
7 years, 3 months ago (2013-09-17 15:20:17 UTC) #5
flackr
On 2013/09/17 15:20:17, flackr wrote: > On 2013/09/16 17:03:35, sky wrote: > > https://codereview.chromium.org/23654037/diff/1/ui/aura/window.cc > ...
7 years, 3 months ago (2013-09-17 15:44:09 UTC) #6
sky
LGTM
7 years, 3 months ago (2013-09-17 16:05:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/flackr@chromium.org/23654037/31001
7 years, 3 months ago (2013-09-17 17:12:04 UTC) #8
commit-bot: I haz the power
7 years, 3 months ago (2013-09-17 20:09:31 UTC) #9
Message was sent while issue was closed.
Change committed as 223665

Powered by Google App Engine
This is Rietveld 408576698