|
Reland http://codereview.chromium.org/7452002/
Update chromoting input events. (Clang caught this. Thanks, Clang!)
Note I'm leaving in temporary backwards-compatibility.
brettw, just need a rubber-stamp. This is the same as the last CL. awong/garykac/sergeyu, looking for someone on chromoting team to glance at my changes and make sure I didn't do anything you don't like. This is a high priority for 14, so please look if you can.
BUG=None
TEST=ppapi tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93223
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+223 lines, -326 lines) |
Patch |
 |
M |
ppapi/api/ppp_instance.idl
|
View
|
|
3 chunks |
+8 lines, -37 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/pp_input_event.h
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/ppp_instance.h
|
View
|
|
4 chunks |
+10 lines, -35 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/instance.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/instance.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/module.cc
|
View
|
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ppapi/examples/2d/graphics_2d_example.c
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/examples/2d/paint_manager_example.cc
|
View
|
|
2 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ppapi/examples/file_chooser/file_chooser.cc
|
View
|
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_param_traits.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_param_traits.cc
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_instance_proxy.h
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_instance_proxy.cc
|
View
|
|
5 chunks |
+5 lines, -29 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_instance_proxy_test.cc
|
View
|
|
4 chunks |
+6 lines, -29 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppp_instance_combined.h
|
View
|
|
1 chunk |
+41 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppp_instance_combined.cc
|
View
|
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/chromoting_instance.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/chromoting_instance.cc
|
View
|
1
2
|
3 chunks |
+26 lines, -17 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_input_handler.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_input_handler.cc
|
View
|
1
2
|
2 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/event_conversion.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
|
11 chunks |
+39 lines, -23 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_tracker_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|