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

Issue 11140046: Add a content API to connect a Native Client module to an out-of-process PPAPI proxy. (Closed)

Created:
8 years, 2 months ago by bbudge
Modified:
8 years, 2 months ago
Reviewers:
brettw, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org
Visibility:
Public.

Description

Add a content API to connect a Native Client module to an out-of-process PPAPI proxy. This change adds a 'CreateNaClPluginModule' method to the content/renderer API, and to PepperPluginDelegateImpl, which implements it. BUG=116317 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162407

Patch Set 1 : #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -191 lines) Patch
M chrome/renderer/pepper/ppb_nacl_private_impl.cc View 1 2 3 4 4 chunks +21 lines, -149 lines 0 comments Download
M content/public/renderer/renderer_ppapi_host.h View 1 2 3 4 3 chunks +29 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.h View 1 2 3 4 3 chunks +19 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 4 2 chunks +47 lines, -22 lines 0 comments Download
M content/renderer/pepper/renderer_ppapi_host_impl.cc View 1 2 3 4 7 chunks +36 lines, -7 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.h View 1 2 3 4 1 chunk +3 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 4 1 chunk +3 lines, -8 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
bbudge
This makes apps that use WebSockets work. Things in particular to look at: 1) I ...
8 years, 2 months ago (2012-10-16 01:46:41 UTC) #1
bbudge
Added missing files.
8 years, 2 months ago (2012-10-16 04:03:02 UTC) #2
jam
nacl is a chrome feature and not in content. can you do this another way?
8 years, 2 months ago (2012-10-16 06:21:37 UTC) #3
bbudge
On 2012/10/16 06:21:37, John Abd-El-Malek wrote: > nacl is a chrome feature and not in ...
8 years, 2 months ago (2012-10-16 11:52:50 UTC) #4
bbudge
On 2012/10/16 11:52:50, bbudge1 wrote: > On 2012/10/16 06:21:37, John Abd-El-Malek wrote: > > nacl ...
8 years, 2 months ago (2012-10-16 11:54:26 UTC) #5
brettw
Let's call this stuff an "External" plugin module instead. I think this stuff is not ...
8 years, 2 months ago (2012-10-16 18:23:52 UTC) #6
bbudge
I moved the API change to RendererPpapiHost as you suggested. I still call PepperPluginDelegateImpl to ...
8 years, 2 months ago (2012-10-16 21:03:38 UTC) #7
bbudge
8 years, 2 months ago (2012-10-16 21:05:21 UTC) #8
jam
much better, thanks. lgtm for public https://codereview.chromium.org/11140046/diff/17002/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/11140046/diff/17002/content/public/renderer/renderer_ppapi_host.h#newcode71 content/public/renderer/renderer_ppapi_host.h:71: static RendererPpapiHost* CreateExternalPluginModule( ...
8 years, 2 months ago (2012-10-16 21:14:43 UTC) #9
brettw
http://codereview.chromium.org/11140046/diff/17002/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): http://codereview.chromium.org/11140046/diff/17002/content/public/renderer/renderer_ppapi_host.h#newcode70 content/public/renderer/renderer_ppapi_host.h:70: // otherwise NULL. Can the comment here make it ...
8 years, 2 months ago (2012-10-16 23:37:32 UTC) #10
bbudge
Ready for another round. http://codereview.chromium.org/11140046/diff/17002/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): http://codereview.chromium.org/11140046/diff/17002/content/public/renderer/renderer_ppapi_host.h#newcode70 content/public/renderer/renderer_ppapi_host.h:70: // otherwise NULL. On 2012/10/16 ...
8 years, 2 months ago (2012-10-17 00:18:44 UTC) #11
brettw
lgtm
8 years, 2 months ago (2012-10-17 05:01:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/11140046/34002
8 years, 2 months ago (2012-10-17 10:48:26 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-17 11:45:43 UTC) #14
bbudge
Fix Windows linkage error by adding missing CONTENT_EXPORT.
8 years, 2 months ago (2012-10-17 11:54:26 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/11140046/19016
8 years, 2 months ago (2012-10-17 11:55:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/11140046/35001
8 years, 2 months ago (2012-10-17 12:36:51 UTC) #17
commit-bot: I haz the power
8 years, 2 months ago (2012-10-17 14:34:59 UTC) #18
Change committed as 162407

Powered by Google App Engine
This is Rietveld 408576698