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

Issue 6576034: Pin the PPAPI custom cursor value. (Closed)

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

Description

Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make space now for expanding the number of named cursors. BUG=73356 TEST=no visible change; PPAPI custom cursors are currently not implemented anyway Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75928

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -6 lines) Patch
M ppapi/c/dev/pp_cursor_type_dev.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_cursor_control_impl.cc View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Avi (use Gerrit)
Moving the custom value high. If we're going to freeze PPAPI, we need to allow ...
9 years, 10 months ago (2011-02-24 15:30:23 UTC) #1
dmichael(do not use this one)
Good idea. But you could just use -1. 1000, while probably sufficient, seems pretty arbitrary.
9 years, 10 months ago (2011-02-24 15:56:51 UTC) #2
Avi (use Gerrit)
On 2011/02/24 15:56:51, dmichael wrote: > Good idea. But you could just use -1. 1000, ...
9 years, 10 months ago (2011-02-24 16:02:51 UTC) #3
dmichael(do not use this one)
Sorry, just a drive-by code review. My interpretation is that PP_CURSORTYPE_CUSTOM is special, and you're ...
9 years, 10 months ago (2011-02-24 16:30:46 UTC) #4
Avi (use Gerrit)
NP, good suggestion. Taken.
9 years, 10 months ago (2011-02-24 16:34:47 UTC) #5
neb
On 2011/02/24 16:34:47, Avi wrote: > NP, good suggestion. Taken. LGTM
9 years, 10 months ago (2011-02-24 18:23:42 UTC) #6
viettrungluu
On 2011/02/24 18:23:42, neb wrote: > On 2011/02/24 16:34:47, Avi wrote: > > NP, good ...
9 years, 9 months ago (2011-03-02 01:52:00 UTC) #7
Avi (use Gerrit)
Eeek. Will fix. On Tue, Mar 1, 2011 at 8:52 PM, <viettrungluu@chromium.org> wrote: > On ...
9 years, 9 months ago (2011-03-02 04:21:32 UTC) #8
vtl
9 years, 9 months ago (2011-03-02 04:37:49 UTC) #9
Never mind, it's correct in general to do it, but it didn't break
Flapper in this case because we don't use custom cursors yet. (I'm
pretty sure no one else is using Pepper custom cursors yet either.)

On Tue, Mar 1, 2011 at 20:21, Avi Drissman <avi@chromium.org> wrote:
> Eeek. Will fix.
>
> On Tue, Mar 1, 2011 at 8:52 PM, <viettrungluu@chromium.org> wrote:
>>
>> On 2011/02/24 18:23:42, neb wrote:
>>>
>>> On 2011/02/24 16:34:47, Avi wrote:
>>> > NP, good suggestion. Taken.
>>
>>> LGTM
>>
>> Interface versions need to be incremented when you change enums they
>> depend on.
>>
>> http://codereview.chromium.org/6576034/
>
>

Powered by Google App Engine
This is Rietveld 408576698