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

Issue 10578043: Hook up content/renderer to the PPAPI host. (Closed)

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

Description

Hook up content/renderer to the PPAPI host. This hooks up the machinery in content/renderer to the PPAPI host infrastructure. Nothing uses this yet. This will allow us to implement resources in content/renderer/pepper via the new resource creation impl. The new in-process resource creation will allow new-style IPC-only resources to be created in-process Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145371

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 18

Patch Set 5 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -5 lines) Patch
M content/content_renderer.gypi View 1 3 chunks +6 lines, -0 lines 0 comments Download
A content/renderer/pepper/content_renderer_pepper_host_factory.h View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A content/renderer/pepper/content_renderer_pepper_host_factory.cc View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A content/renderer/pepper/pepper_in_process_resource_creation.h View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
A content/renderer/pepper/pepper_in_process_resource_creation.cc View 1 2 3 4 1 chunk +143 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 4 chunks +5 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
brettw
This is actually pretty simple. It hooks up the host stuff from the previous patch ...
8 years, 5 months ago (2012-06-30 05:42:02 UTC) #1
dmichael (off chromium)
http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/content_renderer_pepper_host_factory.cc File content/renderer/pepper/content_renderer_pepper_host_factory.cc (right): http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/content_renderer_pepper_host_factory.cc#newcode27 content/renderer/pepper/content_renderer_pepper_host_factory.cc:27: return scoped_ptr<ResourceHost>(); Maybe add a TODO? http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/content_renderer_pepper_host_factory.h File content/renderer/pepper/content_renderer_pepper_host_factory.h ...
8 years, 5 months ago (2012-07-02 19:34:57 UTC) #2
brettw
new snap up http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/content_renderer_pepper_host_factory.h File content/renderer/pepper/content_renderer_pepper_host_factory.h (right): http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/content_renderer_pepper_host_factory.h#newcode17 content/renderer/pepper/content_renderer_pepper_host_factory.h:17: ContentRendererPepperHostFactory(RenderViewImpl* render_view); You always get me ...
8 years, 5 months ago (2012-07-03 16:52:53 UTC) #3
dmichael (off chromium)
http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/content_renderer_pepper_host_factory.h File content/renderer/pepper/content_renderer_pepper_host_factory.h (right): http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/content_renderer_pepper_host_factory.h#newcode17 content/renderer/pepper/content_renderer_pepper_host_factory.h:17: ContentRendererPepperHostFactory(RenderViewImpl* render_view); On 2012/07/03 16:52:54, brettw wrote: > You ...
8 years, 5 months ago (2012-07-03 17:08:52 UTC) #4
brettw
http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/pepper_in_process_resource_creation.cc File content/renderer/pepper/pepper_in_process_resource_creation.cc (right): http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/pepper_in_process_resource_creation.cc#newcode46 content/renderer/pepper/pepper_in_process_resource_creation.cc:46: return host_.OnMessageReceived(*msg); There are no synchronous resource messages (everything ...
8 years, 5 months ago (2012-07-03 17:22:53 UTC) #5
dmichael (off chromium)
lgtm http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/pepper_in_process_resource_creation.cc File content/renderer/pepper/pepper_in_process_resource_creation.cc (right): http://codereview.chromium.org/10578043/diff/6009/content/renderer/pepper/pepper_in_process_resource_creation.cc#newcode46 content/renderer/pepper/pepper_in_process_resource_creation.cc:46: return host_.OnMessageReceived(*msg); On 2012/07/03 17:22:53, brettw wrote: > ...
8 years, 5 months ago (2012-07-03 17:30:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/10578043/14001
8 years, 5 months ago (2012-07-03 17:55:07 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-03 18:44:18 UTC) #8
Try job failure for 10578043-14001 (retry) on linux_rel for step
"interactive_ui_tests".
It's a second try, previously, step "interactive_ui_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698