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

Issue 6871040: Rename Instance_Trusted to Instance_Private, wire it up in Chrome. (Closed)

Created:
9 years, 8 months ago by dmichael (off chromium)
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Rename Instance_Trusted to Instance_Private, wire it up in Chrome. Add C++ InstancePrivate. BUG=None TEST=PPAPI tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=82104

Patch Set 1 : Some fixes, update to example. #

Patch Set 2 : include reordering, minor tweaks #

Total comments: 4

Patch Set 3 : Fix up based on review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -164 lines) Patch
A + ppapi/c/private/ppb_instance_private.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + ppapi/c/private/ppp_instance_private.h View 3 chunks +7 lines, -7 lines 0 comments Download
D ppapi/c/trusted/ppb_instance_trusted.h View 1 chunk +0 lines, -74 lines 0 comments Download
D ppapi/c/trusted/ppp_instance_trusted.h View 1 chunk +0 lines, -54 lines 0 comments Download
A ppapi/cpp/private/instance_private.h View 1 chunk +60 lines, -0 lines 0 comments Download
A ppapi/cpp/private/instance_private.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
M ppapi/cpp/private/var_private.h View 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/cpp/private/var_private.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/example/example.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M ppapi/ppapi_cpp.gypi View 1 3 chunks +4 lines, -2 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 2 chunks +3 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 6 chunks +7 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 9 chunks +34 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
dmichael (off chromium)
I left the tests still using 'pp::Instance' for now, since all current plugins rely on ...
9 years, 8 months ago (2011-04-18 18:58:16 UTC) #1
brettw
LGTM http://codereview.chromium.org/6871040/diff/5003/ppapi/cpp/private/instance_private.cc File ppapi/cpp/private/instance_private.cc (right): http://codereview.chromium.org/6871040/diff/5003/ppapi/cpp/private/instance_private.cc#newcode50 ppapi/cpp/private/instance_private.cc:50: get_interface<PPB_Instance_Private>()->GetWindowObject( I'd indent these lines to 4 spaces ...
9 years, 8 months ago (2011-04-18 21:13:26 UTC) #2
commit-bot: I haz the power
9 years, 8 months ago (2011-04-18 22:17:55 UTC) #3
Can't process patch for file ppapi/c/private/ppp_instance_private.h.
A +

Powered by Google App Engine
This is Rietveld 408576698