Chromium Code Reviews
Help | Chromium Project | Sign in
(367)

Issue 2827047: Make RenderView call the plugin through WebKit::WebPlugin (instead of casting... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 11 months ago by jam
Modified:
4 years ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Chrome side of making RenderView not special case PluginDocument and making the WebPlugin API more like WebView. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51886

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Patch Set 4 : compile until webkit is rolled #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -112 lines) Patch
M chrome/renderer/pepper_plugin_delegate_impl.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/pepper_plugin_delegate_impl.cc View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 5 chunks +11 lines, -35 lines 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.h View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.cc View 1 2 3 4 chunks +14 lines, -35 lines 0 comments Download
M third_party/npapi/bindings/npapi_extensions.h View 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/glue/plugins/pepper_plugin_delegate.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/plugins/pepper_plugin_instance.h View 1 2 3 4 chunks +15 lines, -0 lines 0 comments Download
M webkit/glue/plugins/pepper_plugin_instance.cc View 1 2 3 2 chunks +32 lines, -1 line 0 comments Download
M webkit/glue/plugins/pepper_webplugin_impl.h View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M webkit/glue/plugins/pepper_webplugin_impl.cc View 1 2 3 2 chunks +35 lines, -0 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/glue/plugins/webplugin_impl.h View 1 2 3 3 chunks +24 lines, -23 lines 0 comments Download
M webkit/glue/plugins/webplugin_impl.cc View 1 2 3 3 chunks +45 lines, -4 lines 0 comments Download
Commit: CQ not working?

Messages

Total messages: 6 (0 generated)
jam
4 years, 11 months ago (2010-07-06 05:35:56 UTC) #1
jam
Updated per the new WebKit API
4 years, 10 months ago (2010-07-08 00:59:00 UTC) #2
Nico
Looks good as far as I can tell, but I'm not too familiar with the ...
4 years, 10 months ago (2010-07-08 03:51:39 UTC) #3
jam
thanks. On Wed, Jul 7, 2010 at 8:51 PM, <thakis@chromium.org> wrote: > Looks good as ...
4 years, 10 months ago (2010-07-08 04:11:43 UTC) #4
viettrungluu
Looks okay to me too, though I don't know enough to comment on the "making ...
4 years, 10 months ago (2010-07-08 04:33:15 UTC) #5
darin (slow to review)
4 years, 10 months ago (2010-07-08 06:29:13 UTC) #6
Looks great overall.

http://codereview.chromium.org/2827047/diff/17001/18002
File chrome/renderer/pepper_plugin_delegate_impl.h (right):

http://codereview.chromium.org/2827047/diff/17001/18002#newcode36
chrome/renderer/pepper_plugin_delegate_impl.h:36: virtual void
NumberOfFindResultsChanged(int identifier,
On 2010/07/08 03:51:39, Nico wrote:
> nit: ...DidChange sounds less like an accessor

or even better: DidChangeNumberOfFindResults, DidChangeSelectedFindResult
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be