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

Issue 468763002: athena: Fix switching windows with title-drag in split-view. (Closed)

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

Description

athena: Fix switching windows with title-drag in split-view. When split-view mode, make sure dragging the tiel to switch between windows works as expected. BUG=397272 R=mfomitchev@chromium.org, mukai@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290008

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 15

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -11 lines) Patch
M athena/wm/split_view_controller.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M athena/wm/split_view_controller.cc View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
M athena/wm/split_view_controller_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M athena/wm/title_drag_controller.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M athena/wm/window_manager_impl.cc View 1 2 3 4 5 1 chunk +41 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
sadrul
This goes on top of https://codereview.chromium.org/459613008/
6 years, 4 months ago (2014-08-13 05:29:45 UTC) #1
Jun Mukai
https://codereview.chromium.org/468763002/diff/40001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/468763002/diff/40001/athena/wm/window_manager_impl.cc#newcode248 athena/wm/window_manager_impl.cc:248: const aura::Window::Windows& windows = container_->children(); Possibly you should use ...
6 years, 4 months ago (2014-08-13 23:38:59 UTC) #2
mfomitchev
https://codereview.chromium.org/468763002/diff/40001/athena/wm/split_view_controller.cc File athena/wm/split_view_controller.cc (right): https://codereview.chromium.org/468763002/diff/40001/athena/wm/split_view_controller.cc#newcode111 athena/wm/split_view_controller.cc:111: CHECK_EQ(container_, window->parent()); might make more sense to check that ...
6 years, 4 months ago (2014-08-14 14:38:13 UTC) #3
sadrul
Addressed the comment (the latest patchset is on top of https://codereview.chromium.org/470083004/) https://codereview.chromium.org/468763002/diff/40001/athena/wm/split_view_controller.cc File athena/wm/split_view_controller.cc (right): ...
6 years, 4 months ago (2014-08-15 19:00:20 UTC) #4
mfomitchev
lgtm with nits https://codereview.chromium.org/468763002/diff/40001/athena/wm/split_view_controller.cc File athena/wm/split_view_controller.cc (right): https://codereview.chromium.org/468763002/diff/40001/athena/wm/split_view_controller.cc#newcode115 athena/wm/split_view_controller.cc:115: replace_with->SetTransform(gfx::Transform()); On 2014/08/15 19:00:20, sadrul wrote: ...
6 years, 4 months ago (2014-08-15 19:15:04 UTC) #5
sadrul
https://codereview.chromium.org/468763002/diff/40001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/468763002/diff/40001/athena/wm/window_manager_impl.cc#newcode263 athena/wm/window_manager_impl.cc:263: behind = *iter; On 2014/08/15 19:15:03, mfomitchev_OOO_Aug16-24 wrote: > ...
6 years, 4 months ago (2014-08-15 19:34:54 UTC) #6
sadrul
https://codereview.chromium.org/468763002/diff/40001/athena/wm/window_manager_impl.cc File athena/wm/window_manager_impl.cc (right): https://codereview.chromium.org/468763002/diff/40001/athena/wm/window_manager_impl.cc#newcode263 athena/wm/window_manager_impl.cc:263: behind = *iter; On 2014/08/15 19:34:54, sadrul wrote: > ...
6 years, 4 months ago (2014-08-15 19:46:43 UTC) #7
Jun Mukai
lgtm
6 years, 4 months ago (2014-08-15 19:50:35 UTC) #8
mfomitchev
Cool! LGTM
6 years, 4 months ago (2014-08-15 19:51:13 UTC) #9
sadrul
6 years, 4 months ago (2014-08-15 21:11:01 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as 290008 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698