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

Issue 8414054: Hello Pepper API. (Closed)

Created:
9 years, 1 month ago by Takashi Toyoshima
Modified:
7 years, 4 months ago
Reviewers:
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Hello Pepper API. A sample change to understand Pepper API development. It's not for submitting to Chromium, so no review is needed. BUG=none TEST=ui_tests --gtest_filter=PPAPITest.Hello

Patch Set 1 #

Patch Set 2 : proxy and unittest #

Patch Set 3 : fix interface registration #

Patch Set 4 : Add WhoAreYou to trace code #

Patch Set 5 : proxy almost works #

Patch Set 6 : playing with WebFrame #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+869 lines, -0 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A ppapi/api/dev/ppb_hello_dev.idl View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A ppapi/c/dev/ppb_hello_dev.h View 1 2 3 4 1 chunk +84 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/hello_dev.h View 1 2 3 4 1 chunk +42 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/hello_dev.cc View 1 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
M ppapi/ppapi_cpp.gypi View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_hello_proxy.h View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_hello_proxy.cc View 1 2 3 4 1 chunk +149 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/shared_impl/api_id.h View 1 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/shared_impl/hello_impl.h View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
A ppapi/shared_impl/hello_impl.cc View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/tests/test_hello.h View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A ppapi/tests/test_hello.cc View 1 2 3 4 1 chunk +73 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_hello_api.h View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_hello_thunk.cc View 1 2 3 4 1 chunk +76 lines, -0 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_hello_impl.h View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_hello_impl.cc View 1 2 3 4 5 1 chunk +80 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698