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

Issue 11427: Cursor support including custom cursors (Closed)

Created:
12 years, 1 month ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Cursor support including custom cursors. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=5634

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -7 lines) Patch
M webkit/glue/SConscript View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/webcursor.h View 2 chunks +8 lines, -0 lines 2 comments Download
M webkit/glue/webcursor.cc View 1 2 2 chunks +3 lines, -6 lines 0 comments Download
A webkit/glue/webcursor_mac.mm View 1 2 3 1 chunk +172 lines, -0 lines 2 comments Download
M webkit/tools/test_shell/mac/test_webview_delegate.mm View 1 2 chunks +3 lines, -1 line 0 comments Download
M webkit/webkit.xcodeproj/project.pbxproj View 4 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Avi (use Gerrit)
Cursors! (Random test page for that is http://www.fontstuff.com/frontpage/fptut15.htm)
12 years, 1 month ago (2008-11-17 23:13:54 UTC) #1
darin (slow to review)
http://codereview.chromium.org/11427/diff/14/18 File webkit/glue/webcursor.cc (right): http://codereview.chromium.org/11427/diff/14/18#newcode90 Line 90: #if defined(OS_MACOSX) can we put the platform specific ...
12 years, 1 month ago (2008-11-18 01:43:49 UTC) #2
Amanda Walker
http://codereview.chromium.org/11427/diff/14/18 File webkit/glue/webcursor.cc (right): http://codereview.chromium.org/11427/diff/14/18#newcode90 Line 90: #if defined(OS_MACOSX) We'll be able to use SkBitmap ...
12 years, 1 month ago (2008-11-18 02:52:28 UTC) #3
Avi (use Gerrit)
For your consideration.
12 years, 1 month ago (2008-11-18 17:35:58 UTC) #4
darin (slow to review)
I didn't review webcursor_mac.mm, but the rest LG. http://codereview.chromium.org/11427/diff/33/211 File webkit/glue/webcursor.h (right): http://codereview.chromium.org/11427/diff/33/211#newcode79 Line 79: ...
12 years, 1 month ago (2008-11-18 18:16:27 UTC) #5
pink (ping after 24hrs)
http://codereview.chromium.org/11427/diff/33/211 File webkit/glue/webcursor.h (right): http://codereview.chromium.org/11427/diff/33/211#newcode79 Line 79: NSCursor* GetCursor() const; On 2008/11/18 18:16:27, darin wrote: ...
12 years, 1 month ago (2008-11-18 18:28:12 UTC) #6
pink (ping after 24hrs)
http://codereview.chromium.org/11427/diff/33/209 File webkit/glue/webcursor_mac.mm (right): http://codereview.chromium.org/11427/diff/33/209#newcode66 Line 66: return LoadCursor("crossHairCursor", 11, 11); are these hotspot points ...
12 years, 1 month ago (2008-11-18 18:45:56 UTC) #7
Avi (use Gerrit)
http://codereview.chromium.org/11427/diff/33/209 File webkit/glue/webcursor_mac.mm (right): http://codereview.chromium.org/11427/diff/33/209#newcode66 Line 66: return LoadCursor("crossHairCursor", 11, 11); On 2008/11/18 18:45:56, pink ...
12 years, 1 month ago (2008-11-18 18:59:38 UTC) #8
pink (ping after 24hrs)
12 years, 1 month ago (2008-11-18 20:52:48 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698