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

Issue 7645026: Fix missing cursors. (Closed)

Created:
9 years, 4 months ago by Avi (use Gerrit)
Modified:
9 years, 4 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Fix missing cursors. BUG=92845 TEST=as in bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96803

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -6 lines) Patch
M webkit/glue/webcursor_mac.mm View 6 chunks +60 lines, -6 lines 6 comments Download

Messages

Total messages: 3 (0 generated)
Avi (use Gerrit)
9 years, 4 months ago (2011-08-15 15:21:19 UTC) #1
Mark Mentovai
LGTM http://codereview.chromium.org/7645026/diff/1/webkit/glue/webcursor_mac.mm File webkit/glue/webcursor_mac.mm (right): http://codereview.chromium.org/7645026/diff/1/webkit/glue/webcursor_mac.mm#newcode27 webkit/glue/webcursor_mac.mm:27: // Forward-declare symbols that are part of the ...
9 years, 4 months ago (2011-08-15 16:00:08 UTC) #2
Avi (use Gerrit)
9 years, 4 months ago (2011-08-15 16:09:34 UTC) #3
http://codereview.chromium.org/7645026/diff/1/webkit/glue/webcursor_mac.mm
File webkit/glue/webcursor_mac.mm (right):

http://codereview.chromium.org/7645026/diff/1/webkit/glue/webcursor_mac.mm#ne...
webkit/glue/webcursor_mac.mm:27: // Forward-declare symbols that are part of the
10.6 SDK.
On 2011/08/15 16:00:08, Mark Mentovai wrote:
> Nit: These are declarations, not really anything especially “forward” about
> them.

Done.

http://codereview.chromium.org/7645026/diff/1/webkit/glue/webcursor_mac.mm#ne...
webkit/glue/webcursor_mac.mm:32: + (NSCursor *)contextualMenuCursor;
On 2011/08/15 16:00:08, Mark Mentovai wrote:
> Nit: This file uses NSCursor* style, no space.

Done.

http://codereview.chromium.org/7645026/diff/1/webkit/glue/webcursor_mac.mm#ne...
webkit/glue/webcursor_mac.mm:203: // 10.5 SDK, but later SDKs note that it
really is available on 10.5.
On 2011/08/15 16:00:08, Mark Mentovai wrote:
> Just be sure you test this.

Tested.

Powered by Google App Engine
This is Rietveld 408576698