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

Issue 481843002: athena: Fix window-layout in split-view mode. (Closed)

Created:
6 years, 4 months ago by sadrul
Modified:
6 years, 4 months ago
Reviewers:
oshima
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

athena: Fix window-layout in split-view mode. . When a window is hidden while in split-view mode, do not resize all the windows to the container size. . When a new window shows up while in split-view mode, make sure the window is sized correctly (currently always get the size of the left-split). BUG=383421, 403945 R=oshima@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290330

Patch Set 1 : . #

Total comments: 1

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 9

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : tot-merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -22 lines) Patch
M athena/wm/window_manager_impl.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 1 2 3 4 5 6 chunks +41 lines, -20 lines 0 comments Download
M athena/wm/window_manager_unittest.cc View 1 2 3 4 5 6 7 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sadrul
https://codereview.chromium.org/481843002/diff/20001/athena/wm/window_manager_impl.h File athena/wm/window_manager_impl.h (right): https://codereview.chromium.org/481843002/diff/20001/athena/wm/window_manager_impl.h#newcode43 athena/wm/window_manager_impl.h:43: friend class AthenaContainerLayoutManager; An alternative to this is to ...
6 years, 4 months ago (2014-08-18 05:30:05 UTC) #1
oshima
https://codereview.chromium.org/481843002/diff/100001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/481843002/diff/100001/athena/wm/window_manager_impl.cc#newcode58 athena/wm/window_manager_impl.cc:58: const aura::Window::Windows& list = instance->container_->children(); can we use WindowListProvider::GetWindowList ...
6 years, 4 months ago (2014-08-18 16:13:03 UTC) #2
sadrul
https://codereview.chromium.org/481843002/diff/100001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/481843002/diff/100001/athena/wm/window_manager_impl.cc#newcode58 athena/wm/window_manager_impl.cc:58: const aura::Window::Windows& list = instance->container_->children(); On 2014/08/18 16:13:03, oshima ...
6 years, 4 months ago (2014-08-18 16:45:43 UTC) #3
oshima
https://codereview.chromium.org/481843002/diff/100001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/481843002/diff/100001/athena/wm/window_manager_impl.cc#newcode62 athena/wm/window_manager_impl.cc:62: if (is_splitview) { On 2014/08/18 16:45:43, sadrul wrote: > ...
6 years, 4 months ago (2014-08-18 17:00:41 UTC) #4
oshima
oops, I meant lgtm
6 years, 4 months ago (2014-08-18 17:00:55 UTC) #5
sadrul
6 years, 4 months ago (2014-08-18 19:32:06 UTC) #6
Message was sent while issue was closed.
Committed patchset #8 manually as 290330 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698