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

Issue 7715021: Add movement information to PPB_MouseInputEvent. (Closed)

Created:
9 years, 4 months ago by yzshen1
Modified:
9 years, 3 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, darin (slow to review)
Visibility:
Public.

Description

Add movement information to PPB_MouseInputEvent. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98994

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removed comments for the 1.0 interface. #

Total comments: 2

Patch Set 3 : NaCl support. #

Patch Set 4 : Update comments. #

Patch Set 5 : sync #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -53 lines) Patch
M ppapi/c/ppb_input_event.h View 1 2 3 4 5 5 chunks +37 lines, -4 lines 0 comments Download
M ppapi/cpp/input_event.h View 1 2 3 4 3 chunks +15 lines, -3 lines 0 comments Download
M ppapi/cpp/input_event.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_input_event_rpc_server.cc View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/input_event_data.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.cc View 1 2 6 chunks +52 lines, -12 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_client.cc View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppb_input_event_proxy.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_input_event_proxy.cc View 1 2 1 chunk +15 lines, -3 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/shared_impl/input_event_impl.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/shared_impl/input_event_impl.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_input_event_api.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/ppb_input_event_thunk.cc View 3 chunks +52 lines, -12 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/thunk/thunk.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/event_conversion.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
yzshen1
Hi, Darin and Brett. Is it okay that I directly increase the version of a ...
9 years, 4 months ago (2011-08-24 00:31:51 UTC) #1
brettw
http://codereview.chromium.org/7715021/diff/1/ppapi/c/ppb_input_event.h File ppapi/c/ppb_input_event.h (right): http://codereview.chromium.org/7715021/diff/1/ppapi/c/ppb_input_event.h#newcode24 ppapi/c/ppb_input_event.h:24: #define PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1 "PPB_MouseInputEvent;1.1" What are we doing with the ...
9 years, 4 months ago (2011-08-24 20:55:09 UTC) #2
yzshen
Hi, Brett. Thanks! Please see inline comments. On Wed, Aug 24, 2011 at 1:55 PM, ...
9 years, 4 months ago (2011-08-24 21:11:29 UTC) #3
brettw
On Wed, Aug 24, 2011 at 2:11 PM, Yuzhu Shen <yzshen@google.com> wrote: > Hi, Brett. ...
9 years, 4 months ago (2011-08-24 21:38:47 UTC) #4
dmichael (off chromium)
LGTM (though I think you should wait for brettw or darin to corroborate) There will ...
9 years, 4 months ago (2011-08-24 22:32:41 UTC) #5
yzshen
Thanks, Dave! On Wed, Aug 24, 2011 at 3:32 PM, <dmichael@chromium.org> wrote: > LGTM (though ...
9 years, 4 months ago (2011-08-24 22:42:03 UTC) #6
brettw
LGTM. Maybe wait until tomorrow to check this in, in case somebody else has some ...
9 years, 4 months ago (2011-08-24 22:47:49 UTC) #7
yzshen1
Thanks Brett! http://codereview.chromium.org/7715021/diff/1/ppapi/c/ppb_input_event.h File ppapi/c/ppb_input_event.h (right): http://codereview.chromium.org/7715021/diff/1/ppapi/c/ppb_input_event.h#newcode390 ppapi/c/ppb_input_event.h:390: * Create() creates a mouse input event ...
9 years, 4 months ago (2011-08-24 23:22:01 UTC) #8
dmichael (off chromium)
Now that NaCl has been moved directly in to the Chrome tree, the NaCl proxy ...
9 years, 3 months ago (2011-08-30 17:07:42 UTC) #9
scheib
http://codereview.chromium.org/7715021/diff/9002/ppapi/c/ppb_input_event.h File ppapi/c/ppb_input_event.h (right): http://codereview.chromium.org/7715021/diff/9002/ppapi/c/ppb_input_event.h#newcode450 ppapi/c/ppb_input_event.h:450: * instance. spec has been moving, we're deciding to ...
9 years, 3 months ago (2011-08-30 17:44:42 UTC) #10
yzshen
Thanks! You answered the question before I asked! :) On Tue, Aug 30, 2011 at ...
9 years, 3 months ago (2011-08-30 17:51:45 UTC) #11
yzshen1
Thanks! David, would you please review the NaCl-related change? http://codereview.chromium.org/7715021/diff/9002/ppapi/c/ppb_input_event.h File ppapi/c/ppb_input_event.h (right): http://codereview.chromium.org/7715021/diff/9002/ppapi/c/ppb_input_event.h#newcode450 ppapi/c/ppb_input_event.h:450: ...
9 years, 3 months ago (2011-08-30 22:15:55 UTC) #12
dmichael (off chromium)
NaCl proxy LGTM
9 years, 3 months ago (2011-08-31 14:58:49 UTC) #13
commit-bot: I haz the power
9 years, 3 months ago (2011-08-31 15:16:43 UTC) #14
Presubmit check for 7715021-18001 failed and returned exit status 1.

Running presubmit commit checks ...

** Presubmit Warnings **
Found lines longer than 80 characters (first 5 shown).
  ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc, line 2281, 106
chars

License must match:
.*? Copyright \(c\) 2011 The Chromium Authors\. All rights reserved\.\n.*? Use
of this source code is governed by a BSD-style license that can be\n.*? found in
the LICENSE file\.\n
Found a bad license header in these files:
  ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.cc \
  ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_server.cc \
  ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h \
  ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.cc \
  ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h \
  ppapi/native_client/src/shared/ppapi_proxy/input_event_data.cc \
  ppapi/native_client/src/shared/ppapi_proxy/ppb_rpc_client.cc \
 
ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_input_event_rpc_server.cc
\
  ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h \
  ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc \
  ppapi/native_client/src/shared/ppapi_proxy/input_event_data.h

Presubmit checks took 3.6s to calculate.

Powered by Google App Engine
This is Rietveld 408576698