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

Issue 550043002: Keep the split view activities topmost in z-order in Athena (Closed)

Created:
6 years, 3 months ago by pkotwicz
Modified:
6 years, 3 months ago
Reviewers:
sadrul, oshima
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Keep the split view activities topmost in z-order in Athena BUG=409888 TEST=WindowManagerTest.* SplitViewController.* Committed: https://crrev.com/d33817948ef42d12cf4f805ba17cd8fd28e78933 Cr-Commit-Position: refs/heads/master@{#294665}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Total comments: 3

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -19 lines) Patch
M athena/athena.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M athena/wm/split_view_controller.cc View 1 2 2 chunks +5 lines, -12 lines 0 comments Download
M athena/wm/split_view_controller_unittest.cc View 1 2 3 3 chunks +25 lines, -5 lines 1 comment Download
M athena/wm/window_manager_unittest.cc View 1 2 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
pkotwicz
Sadrul, PTAL This CL does NOT depend on https://codereview.chromium.org/546123002/ https://codereview.chromium.org/550043002/diff/1/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/550043002/diff/1/athena/wm/window_manager_impl.cc#newcode286 athena/wm/window_manager_impl.cc:286: ...
6 years, 3 months ago (2014-09-08 02:27:46 UTC) #1
sadrul
https://codereview.chromium.org/550043002/diff/20001/athena/wm/split_view_controller.cc File athena/wm/split_view_controller.cc (right): https://codereview.chromium.org/550043002/diff/20001/athena/wm/split_view_controller.cc#newcode67 athena/wm/split_view_controller.cc:67: We allow both to be NULL. https://codereview.chromium.org/550043002/diff/20001/athena/wm/split_view_controller.cc#newcode178 athena/wm/split_view_controller.cc:178: container_->StackChildBelow(left_window_, ...
6 years, 3 months ago (2014-09-09 14:27:28 UTC) #3
pkotwicz
Sadrul, I think I have addressed all of your comments https://codereview.chromium.org/550043002/diff/20001/athena/wm/split_view_controller.cc File athena/wm/split_view_controller.cc (right): https://codereview.chromium.org/550043002/diff/20001/athena/wm/split_view_controller.cc#newcode178 ...
6 years, 3 months ago (2014-09-09 17:06:28 UTC) #4
sadrul
https://codereview.chromium.org/550043002/diff/20001/athena/wm/split_view_controller.cc File athena/wm/split_view_controller.cc (right): https://codereview.chromium.org/550043002/diff/20001/athena/wm/split_view_controller.cc#newcode178 athena/wm/split_view_controller.cc:178: container_->StackChildBelow(left_window_, right_window_); On 2014/09/09 17:06:28, pkotwicz wrote: > The ...
6 years, 3 months ago (2014-09-11 05:45:48 UTC) #5
pkotwicz
Sadrul, can you please take another look? https://codereview.chromium.org/550043002/diff/40001/athena/wm/split_view_controller_unittest.cc File athena/wm/split_view_controller_unittest.cc (right): https://codereview.chromium.org/550043002/diff/40001/athena/wm/split_view_controller_unittest.cc#newcode111 athena/wm/split_view_controller_unittest.cc:111: EXPECT_TRUE(SplitViewWindowsTopmost()); The ...
6 years, 3 months ago (2014-09-11 17:26:15 UTC) #6
sadrul
LGTM https://codereview.chromium.org/550043002/diff/40001/athena/wm/split_view_controller_unittest.cc File athena/wm/split_view_controller_unittest.cc (right): https://codereview.chromium.org/550043002/diff/40001/athena/wm/split_view_controller_unittest.cc#newcode111 athena/wm/split_view_controller_unittest.cc:111: EXPECT_TRUE(SplitViewWindowsTopmost()); On 2014/09/11 17:26:15, pkotwicz wrote: > The ...
6 years, 3 months ago (2014-09-12 04:32:29 UTC) #7
sadrul
Oh, you should also update the CL description.
6 years, 3 months ago (2014-09-12 04:32:44 UTC) #8
pkotwicz
Oshima for OWNERS
6 years, 3 months ago (2014-09-12 14:27:26 UTC) #10
oshima
https://codereview.chromium.org/550043002/diff/40001/athena/wm/split_view_controller_unittest.cc File athena/wm/split_view_controller_unittest.cc (right): https://codereview.chromium.org/550043002/diff/40001/athena/wm/split_view_controller_unittest.cc#newcode111 athena/wm/split_view_controller_unittest.cc:111: EXPECT_TRUE(SplitViewWindowsTopmost()); On 2014/09/12 04:32:29, sadrul wrote: > On 2014/09/11 ...
6 years, 3 months ago (2014-09-12 18:48:41 UTC) #11
pkotwicz
Oshima, can you please take another look? I have added the extra test case
6 years, 3 months ago (2014-09-12 20:11:30 UTC) #12
oshima
lgtm with nit https://codereview.chromium.org/550043002/diff/60001/athena/wm/split_view_controller_unittest.cc File athena/wm/split_view_controller_unittest.cc (right): https://codereview.chromium.org/550043002/diff/60001/athena/wm/split_view_controller_unittest.cc#newcode36 athena/wm/split_view_controller_unittest.cc:36: bool SplitViewWindowsTopmost() const { AreSplitViewWindowsTopmost()
6 years, 3 months ago (2014-09-12 20:19:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/550043002/60001
6 years, 3 months ago (2014-09-12 20:32:54 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 1151723cc986467f8cbbfd5725daf06f7d299096
6 years, 3 months ago (2014-09-12 21:34:18 UTC) #16
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 21:38:30 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d33817948ef42d12cf4f805ba17cd8fd28e78933
Cr-Commit-Position: refs/heads/master@{#294665}

Powered by Google App Engine
This is Rietveld 408576698