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

Issue 771543002: Improve the logic for hiding the multi-window resize handle (Closed)

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

Description

Improve the logic for hiding the multi-window resize handle Improvements: - The resize handle no longer hides when a user moves the mouse along the shared window edge - The resize handle no longer hides when a user moves the mouse over the resize shadow - Removed call to redundant MultiWindowResizeController::DelayedHide() BUG=None TEST=MultiWindowResizeControllerTest.IsOverWindows Committed: https://crrev.com/ca6988df595e520e353722bbf5361c4dc0d0ee86 Cr-Commit-Position: refs/heads/master@{#306874}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -82 lines) Patch
M ash/wm/workspace/multi_window_resize_controller.h View 1 4 chunks +8 lines, -12 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller.cc View 13 chunks +83 lines, -53 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller_unittest.cc View 12 chunks +100 lines, -17 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
pkotwicz
flackr@ PTAL
6 years ago (2014-12-01 04:46:29 UTC) #2
flackr
https://codereview.chromium.org/771543002/diff/1/ash/wm/workspace/multi_window_resize_controller.cc File ash/wm/workspace/multi_window_resize_controller.cc (right): https://codereview.chromium.org/771543002/diff/1/ash/wm/workspace/multi_window_resize_controller.cc#newcode543 ash/wm/workspace/multi_window_resize_controller.cc:543: ui::EventTarget* event_handler = static_cast<ui::EventTarget*>(root) Perhaps cast straight to aura::Window*? ...
6 years ago (2014-12-01 20:19:36 UTC) #3
pkotwicz
Rob, can you please take another look? https://codereview.chromium.org/771543002/diff/1/ash/wm/workspace/multi_window_resize_controller.cc File ash/wm/workspace/multi_window_resize_controller.cc (right): https://codereview.chromium.org/771543002/diff/1/ash/wm/workspace/multi_window_resize_controller.cc#newcode543 ash/wm/workspace/multi_window_resize_controller.cc:543: ui::EventTarget* event_handler ...
6 years ago (2014-12-02 01:22:08 UTC) #4
flackr
lgtm https://codereview.chromium.org/771543002/diff/1/ash/wm/workspace/multi_window_resize_controller.cc File ash/wm/workspace/multi_window_resize_controller.cc (right): https://codereview.chromium.org/771543002/diff/1/ash/wm/workspace/multi_window_resize_controller.cc#newcode543 ash/wm/workspace/multi_window_resize_controller.cc:543: ui::EventTarget* event_handler = static_cast<ui::EventTarget*>(root) On 2014/12/02 01:22:08, pkotwicz ...
6 years ago (2014-12-02 14:39:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/771543002/1
6 years ago (2014-12-04 19:02:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/771543002/20001
6 years ago (2014-12-04 19:08:07 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years ago (2014-12-04 20:02:51 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/ca6988df595e520e353722bbf5361c4dc0d0ee86 Cr-Commit-Position: refs/heads/master@{#306874}
6 years ago (2014-12-04 20:04:39 UTC) #12
pkotwicz
6 years ago (2014-12-05 03:03:47 UTC) #13
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/776343003/ by pkotwicz@chromium.org.

The reason for reverting is: This CL broke:
FullscreenControllerInteractiveTest.EscapingMouseLock
FullscreenControllerInteractiveTest.TestTabExitsMouseLockOnGoBack
FullscreenControllerInteractiveTest.TestTabExitsMouseLockOnNavigation
.

Powered by Google App Engine
This is Rietveld 408576698