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

Issue 10965020: Fix cursor getting invisible after moving a window. (Closed)

Created:
8 years, 3 months ago by mazda
Modified:
8 years, 3 months ago
Reviewers:
oshima, sky
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Fix cursor getting invisible after moving a window. The platform cursor value was not correctly set when cursor was unlocked. This CL fixes it and adds unittests. BUG=150904 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157924

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : address comments #

Total comments: 4

Patch Set 4 : move CursorManager::TestApi implementation #

Patch Set 5 : move TestApi to other files #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -4 lines) Patch
M ash/ash.gyp View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
A ash/test/cursor_manager_test_api.h View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
A ash/test/cursor_manager_test_api.cc View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
M ash/wm/cursor_manager.h View 1 2 3 4 3 chunks +10 lines, -3 lines 0 comments Download
M ash/wm/cursor_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A ash/wm/cursor_manager_unittest.cc View 1 2 3 4 5 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
mazda
8 years, 3 months ago (2012-09-20 20:02:49 UTC) #1
oshima
lgtm with nits http://codereview.chromium.org/10965020/diff/1001/ash/wm/cursor_manager.h File ash/wm/cursor_manager.h (right): http://codereview.chromium.org/10965020/diff/1001/ash/wm/cursor_manager.h#newcode28 ash/wm/cursor_manager.h:28: gfx::NativeCursor current_cursor(); GetCurrentCursor() http://codereview.chromium.org/10965020/diff/1001/ash/wm/cursor_manager_unittest.cc File ash/wm/cursor_manager_unittest.cc ...
8 years, 3 months ago (2012-09-20 20:19:03 UTC) #2
mazda
http://codereview.chromium.org/10965020/diff/1001/ash/wm/cursor_manager.h File ash/wm/cursor_manager.h (right): http://codereview.chromium.org/10965020/diff/1001/ash/wm/cursor_manager.h#newcode28 ash/wm/cursor_manager.h:28: gfx::NativeCursor current_cursor(); On 2012/09/20 20:19:03, oshima wrote: > GetCurrentCursor() ...
8 years, 3 months ago (2012-09-20 20:29:31 UTC) #3
mazda
+sky Could you do an OWNERS review for ash?
8 years, 3 months ago (2012-09-20 20:30:11 UTC) #4
sky
LGTM http://codereview.chromium.org/10965020/diff/4002/ash/ash.gyp File ash/ash.gyp (right): http://codereview.chromium.org/10965020/diff/4002/ash/ash.gyp#newcode508 ash/ash.gyp:508: 'wm/cursor_manager_unittest.cc', sort http://codereview.chromium.org/10965020/diff/4002/ash/wm/cursor_manager.h File ash/wm/cursor_manager.h (right): http://codereview.chromium.org/10965020/diff/4002/ash/wm/cursor_manager.h#newcode24 ash/wm/cursor_manager.h:24: ...
8 years, 3 months ago (2012-09-20 20:46:27 UTC) #5
mazda
http://codereview.chromium.org/10965020/diff/4002/ash/ash.gyp File ash/ash.gyp (right): http://codereview.chromium.org/10965020/diff/4002/ash/ash.gyp#newcode508 ash/ash.gyp:508: 'wm/cursor_manager_unittest.cc', On 2012/09/20 20:46:27, sky wrote: > sort It's ...
8 years, 3 months ago (2012-09-20 21:13:40 UTC) #6
sky
On Thu, Sep 20, 2012 at 2:13 PM, <mazda@chromium.org> wrote: > > http://codereview.chromium.org/10965020/diff/4002/ash/ash.gyp > File ...
8 years, 3 months ago (2012-09-20 21:43:42 UTC) #7
mazda
On 2012/09/20 21:43:42, sky wrote: > On Thu, Sep 20, 2012 at 2:13 PM, <mailto:mazda@chromium.org> ...
8 years, 3 months ago (2012-09-20 22:45:17 UTC) #8
sky
On Thu, Sep 20, 2012 at 3:45 PM, <mazda@chromium.org> wrote: > On 2012/09/20 21:43:42, sky ...
8 years, 3 months ago (2012-09-20 22:52:35 UTC) #9
mazda
On 2012/09/20 22:52:35, sky wrote: > On Thu, Sep 20, 2012 at 3:45 PM, <mailto:mazda@chromium.org> ...
8 years, 3 months ago (2012-09-20 23:32:49 UTC) #10
sky
LGTM
8 years, 3 months ago (2012-09-20 23:47:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/10965020/14001
8 years, 3 months ago (2012-09-21 01:35:01 UTC) #12
commit-bot: I haz the power
8 years, 3 months ago (2012-09-21 04:21:15 UTC) #13
Change committed as 157924

Powered by Google App Engine
This is Rietveld 408576698