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

Issue 161293003: Add test case for updating the bounds of snapped window. (Closed)

Created:
6 years, 10 months ago by oshima
Modified:
6 years, 10 months ago
Reviewers:
pkotwicz
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org
Visibility:
Public.

Description

Add test case for updating the bounds of snapped window. Cleanups: Explicitly handle snapped case in SetChildBounds Use SetMaximizedOrFullscreenBounds in OnWindowAddedToLayout BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251051

Patch Set 1 : #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -20 lines) Patch
M ash/wm/window_util.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M ash/wm/window_util.cc View 1 2 3 4 3 chunks +7 lines, -2 lines 0 comments Download
M ash/wm/workspace/snap_sizer_unittest.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager.cc View 1 2 3 4 2 chunks +8 lines, -18 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
oshima
6 years, 10 months ago (2014-02-12 22:58:45 UTC) #1
oshima
6 years, 10 months ago (2014-02-12 22:59:03 UTC) #2
oshima
6 years, 10 months ago (2014-02-12 23:09:38 UTC) #3
pkotwicz
Can you please reupload the CL? I can't see it :(
6 years, 10 months ago (2014-02-12 23:17:52 UTC) #4
oshima
done. crrev.com has been in bad shape today.
6 years, 10 months ago (2014-02-12 23:52:54 UTC) #5
pkotwicz
6 years, 10 months ago (2014-02-13 00:32:24 UTC) #6
pkotwicz
https://codereview.chromium.org/161293003/diff/280001/ash/wm/workspace/workspace_layout_manager.cc File ash/wm/workspace/workspace_layout_manager.cc (right): https://codereview.chromium.org/161293003/diff/280001/ash/wm/workspace/workspace_layout_manager.cc#newcode124 ash/wm/workspace/workspace_layout_manager.cc:124: window_state->AddObserver(this); Isn't the logic below redundant and already performed ...
6 years, 10 months ago (2014-02-13 00:32:38 UTC) #7
oshima
https://codereview.chromium.org/161293003/diff/280001/ash/wm/workspace/workspace_layout_manager.cc File ash/wm/workspace/workspace_layout_manager.cc (right): https://codereview.chromium.org/161293003/diff/280001/ash/wm/workspace/workspace_layout_manager.cc#newcode124 ash/wm/workspace/workspace_layout_manager.cc:124: window_state->AddObserver(this); On 2014/02/13 00:32:39, pkotwicz wrote: > Isn't the ...
6 years, 10 months ago (2014-02-13 01:10:13 UTC) #8
pkotwicz
LGTM with nits https://codereview.chromium.org/161293003/diff/340001/ash/wm/window_util.cc File ash/wm/window_util.cc (right): https://codereview.chromium.org/161293003/diff/340001/ash/wm/window_util.cc#newcode19 ash/wm/window_util.cc:19: #include "ui/gfx/rect.h" Nit: include ui/gfx/geometry/size.h here ...
6 years, 10 months ago (2014-02-13 02:26:16 UTC) #9
oshima
On 2014/02/13 02:26:16, pkotwicz wrote: > LGTM with nits > > https://codereview.chromium.org/161293003/diff/340001/ash/wm/window_util.cc > File ash/wm/window_util.cc ...
6 years, 10 months ago (2014-02-13 02:29:13 UTC) #10
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 10 months ago (2014-02-13 02:29:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/161293003/450001
6 years, 10 months ago (2014-02-13 02:31:31 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 03:34:54 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) app_list_unittests, ash_unittests, aura_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
6 years, 10 months ago (2014-02-13 03:34:55 UTC) #14
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 10 months ago (2014-02-13 04:58:03 UTC) #15
oshima
The CQ bit was unchecked by oshima@chromium.org
6 years, 10 months ago (2014-02-13 04:58:29 UTC) #16
oshima
https://codereview.chromium.org/161293003/diff/340001/ash/wm/workspace/workspace_layout_manager.cc File ash/wm/workspace/workspace_layout_manager.cc (right): https://codereview.chromium.org/161293003/diff/340001/ash/wm/workspace/workspace_layout_manager.cc#newcode119 ash/wm/workspace/workspace_layout_manager.cc:119: wm::WindowState* window_state = wm::GetWindowState(child); On 2014/02/13 02:26:16, pkotwicz wrote: ...
6 years, 10 months ago (2014-02-13 14:08:57 UTC) #17
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 10 months ago (2014-02-13 14:09:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/161293003/710001
6 years, 10 months ago (2014-02-13 14:09:50 UTC) #19
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 16:23:04 UTC) #20
Message was sent while issue was closed.
Change committed as 251051

Powered by Google App Engine
This is Rietveld 408576698