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

Issue 2680883002: Fixes bugs in cursor handling (Closed)

Created:
3 years, 10 months ago by sky
Modified:
3 years, 10 months ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews, rjkroege
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixes bugs in cursor handling . CURSOR_NULL on ozone seems to mean leave the last cursor. So, this change makes sure we use POINTER rather than CURSOR_NULL. . aura sets the cursor on the root window, which means mus needs to pick up the cursor from the root. I'm not particularly thrilled about this, but changing mus is a lot more straightforward than changing aura. BUG=689126 TEST=covered by tests R=erg@chromium.org Review-Url: https://codereview.chromium.org/2680883002 Cr-Commit-Position: refs/heads/master@{#448690} Committed: https://chromium.googlesource.com/chromium/src/+/adb99b98e9271ed418fbc941852f5547b0d5d59c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -68 lines) Patch
M services/ui/ws/cursor_unittest.cc View 6 chunks +11 lines, -7 lines 0 comments Download
M services/ui/ws/event_dispatcher.h View 1 chunk +5 lines, -0 lines 0 comments Download
M services/ui/ws/event_dispatcher.cc View 2 chunks +21 lines, -3 lines 0 comments Download
M services/ui/ws/event_dispatcher_delegate.h View 1 chunk +1 line, -2 lines 0 comments Download
M services/ui/ws/server_window.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M services/ui/ws/test_utils.h View 3 chunks +3 lines, -1 line 0 comments Download
M services/ui/ws/test_utils.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M services/ui/ws/window_manager_state_unittest.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M services/ui/ws/window_server.h View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/window_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/window_tree_unittest.cc View 7 chunks +69 lines, -34 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
sky
3 years, 10 months ago (2017-02-07 18:17:47 UTC) #1
Elliot Glaysher
lgtm one thing i'm worrying about here is that there's a bunch of places in ...
3 years, 10 months ago (2017-02-07 18:35:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2680883002/1
3 years, 10 months ago (2017-02-07 18:45:33 UTC) #7
sky
I suspect so. It may be this never manifests in practice because the only time ...
3 years, 10 months ago (2017-02-07 18:45:58 UTC) #8
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 19:23:17 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/adb99b98e9271ed418fbc941852f...

Powered by Google App Engine
This is Rietveld 408576698