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

Issue 6591105: Implement the grab/grabbing cursors (for Mac/GTK).... (Closed)

Created:
9 years, 9 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org
Visibility:
Public.

Description

Implement the grab/grabbing cursors (for Mac/GTK). BUG=73356 TEST=comment 12 on the bug has a test page; ensure the last two cursors (grab and grabbing) show open and closed hand cursors (respectively) and don't crash Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76616

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -12 lines) Patch
M ppapi/c/dev/pp_cursor_type_dev.h View 1 chunk +3 lines, -1 line 0 comments Download
M ppapi/c/dev/ppb_cursor_control_dev.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webcursor_gtk.cc View 3 chunks +7 lines, -1 line 0 comments Download
M webkit/glue/webcursor_gtk_data.h View 1 2 chunks +60 lines, -2 lines 0 comments Download
M webkit/glue/webcursor_mac.mm View 1 4 chunks +15 lines, -4 lines 0 comments Download
M webkit/glue/webcursor_win.cc View 1 2 chunks +6 lines, -1 line 2 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Avi (use Gerrit)
Evan: GTK stuff VTL: Mac stuff + Pepper stuff
9 years, 9 months ago (2011-03-02 16:26:12 UTC) #1
Avi (use Gerrit)
On 2011/03/02 16:26:12, Avi wrote: > Evan: GTK stuff > VTL: Mac stuff + Pepper ...
9 years, 9 months ago (2011-03-02 16:28:12 UTC) #2
evanm
http://codereview.chromium.org/6591105/diff/1/webkit/glue/webcursor_gtk_data.h File webkit/glue/webcursor_gtk_data.h (right): http://codereview.chromium.org/6591105/diff/1/webkit/glue/webcursor_gtk_data.h#newcode315 webkit/glue/webcursor_gtk_data.h:315: } ; not your fault, but needless space here ...
9 years, 9 months ago (2011-03-02 16:35:57 UTC) #3
Avi (use Gerrit)
http://codereview.chromium.org/6591105/diff/1/webkit/glue/webcursor_gtk_data.h File webkit/glue/webcursor_gtk_data.h (right): http://codereview.chromium.org/6591105/diff/1/webkit/glue/webcursor_gtk_data.h#newcode315 webkit/glue/webcursor_gtk_data.h:315: } ; On 2011/03/02 16:35:57, evanm wrote: > not ...
9 years, 9 months ago (2011-03-02 16:42:48 UTC) #4
evanm
Linux bits LGTM (I just worried that the extra data wouldn't be eliminated by the ...
9 years, 9 months ago (2011-03-02 16:57:46 UTC) #5
viettrungluu
lgtm http://codereview.chromium.org/6591105/diff/4004/webkit/glue/webcursor_win.cc File webkit/glue/webcursor_win.cc (right): http://codereview.chromium.org/6591105/diff/4004/webkit/glue/webcursor_win.cc#newcode103 webkit/glue/webcursor_win.cc:103: return IDC_ARROW; Maybe a NOTIMPLEMENTED(), so we don't ...
9 years, 9 months ago (2011-03-02 21:10:09 UTC) #6
Avi (use Gerrit)
9 years, 9 months ago (2011-03-02 21:11:35 UTC) #7
http://codereview.chromium.org/6591105/diff/4004/webkit/glue/webcursor_win.cc
File webkit/glue/webcursor_win.cc (right):

http://codereview.chromium.org/6591105/diff/4004/webkit/glue/webcursor_win.cc...
webkit/glue/webcursor_win.cc:103: return IDC_ARROW;
On 2011/03/02 21:10:10, viettrungluu wrote:
> Maybe a NOTIMPLEMENTED(), so we don't forget?

This is a valid code path that can be triggered by user input. Don't want to
spew in the log.

Powered by Google App Engine
This is Rietveld 408576698