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

Issue 10912060: Allow the NaCl IPC proxy to support multiple instances. (Closed)

Created:
8 years, 3 months ago by bbudge
Modified:
8 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Allow the NaCl IPC proxy to support multiple instances. Create a new PluginModule for each instance of a NaCl plugin that uses the IPC-based PPAPI proxy. This is necessary because a NaCl plugin instance begins using in-process PPAPI, then switches to the out-of-process PPAPI proxy (when using the IPC proxy rather than the NaCl SRPC proxy.) BUG=116317 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155068

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -30 lines) Patch
M chrome/renderer/pepper/ppb_nacl_private_impl.cc View 1 2 3 chunks +13 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.h View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 chunks +13 lines, -13 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 3 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
bbudge
Ready!
8 years, 3 months ago (2012-09-04 17:52:42 UTC) #1
dmichael (off chromium)
http://codereview.chromium.org/10912060/diff/10001/chrome/renderer/pepper/ppb_nacl_private_impl.cc File chrome/renderer/pepper/ppb_nacl_private_impl.cc (right): http://codereview.chromium.org/10912060/diff/10001/chrome/renderer/pepper/ppb_nacl_private_impl.cc#newcode227 chrome/renderer/pepper/ppb_nacl_private_impl.cc:227: // to create additional instances. Could you elaborate more ...
8 years, 3 months ago (2012-09-04 21:21:33 UTC) #2
bbudge
Addressed David's comments. brettw, piman, this CL does some "creative" reuse of PluginModule, so I'd ...
8 years, 3 months ago (2012-09-05 19:15:48 UTC) #3
brettw
lgtm
8 years, 3 months ago (2012-09-05 20:58:49 UTC) #4
dmichael (off chromium)
lgtm
8 years, 3 months ago (2012-09-05 21:02:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/10912060/1008
8 years, 3 months ago (2012-09-05 21:32:50 UTC) #6
commit-bot: I haz the power
8 years, 3 months ago (2012-09-06 00:22:13 UTC) #7
Change committed as 155068

Powered by Google App Engine
This is Rietveld 408576698