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

Issue 2262002: Add ppapi plugins to about:plugins (Closed)

Created:
10 years, 7 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews, jam+cc_chromium.org, jam, brettw-cc_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Add ppapi plugins to about:plugins Querying the plugin path and actual mime type is moved from creation of the WebPluginDelegate to creation of the WebPlugin. This cleaned up some code. R=jam BUG=45289 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48484

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -232 lines) Patch
M chrome/browser/plugin_service.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/plugin_service.cc View 1 2 3 4 5 6 3 chunks +21 lines, -0 lines 1 comment Download
M chrome/chrome_common.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A + chrome/common/pepper_plugin_registry.h View 1 2 3 4 1 chunk +15 lines, -5 lines 0 comments Download
A + chrome/common/pepper_plugin_registry.cc View 1 2 3 4 5 3 chunks +28 lines, -22 lines 0 comments Download
M chrome/renderer/pepper_devices_unittest.cc View 3 1 chunk +2 lines, -1 line 0 comments Download
D chrome/renderer/pepper_plugin_registry.h View 1 2 3 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/renderer/pepper_plugin_registry.cc View 1 2 3 1 chunk +0 lines, -61 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 7 chunks +32 lines, -35 lines 0 comments Download
M chrome/renderer/renderer_main.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/pepper_webplugin_impl.h View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M webkit/glue/plugins/pepper_webplugin_impl.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/plugins/webplugin_impl.h View 1 2 3 4 4 chunks +8 lines, -1 line 0 comments Download
M webkit/glue/plugins/webplugin_impl.cc View 1 2 3 6 chunks +10 lines, -11 lines 0 comments Download
M webkit/glue/plugins/webplugin_page_delegate.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/support/test_webplugin_page_delegate.h View 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M webkit/support/webkit_support.cc View 2 3 2 chunks +3 lines, -1 line 0 comments Download
M webkit/tools/test_shell/mac/test_webview_delegate.mm View 2 3 1 chunk +4 lines, -17 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.h View 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 2 3 4 4 chunks +19 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_gtk.cc View 2 3 1 chunk +3 lines, -14 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_win.cc View 2 3 1 chunk +3 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
darin (slow to review)
10 years, 7 months ago (2010-05-27 22:52:42 UTC) #1
jam
lgtm http://codereview.chromium.org/2262002/diff/67001/68001 File chrome/browser/plugin_service.cc (right): http://codereview.chromium.org/2262002/diff/67001/68001#newcode428 chrome/browser/plugin_service.cc:428: info.product_name = plugins[i].path.BaseName().ToWStringHack(); what's the plan for getting ...
10 years, 7 months ago (2010-05-27 23:36:49 UTC) #2
darin (slow to review)
On Thu, May 27, 2010 at 4:36 PM, <jam@chromium.org> wrote: > lgtm > > > ...
10 years, 7 months ago (2010-05-28 00:03:36 UTC) #3
jam
10 years, 7 months ago (2010-05-28 17:48:25 UTC) #4
got it, thanks

On Thu, May 27, 2010 at 5:03 PM, Darin Fisher <darin@chromium.org> wrote:

> On Thu, May 27, 2010 at 4:36 PM, <jam@chromium.org> wrote:
>
>> lgtm
>>
>>
>> http://codereview.chromium.org/2262002/diff/67001/68001
>> File chrome/browser/plugin_service.cc (right):
>>
>> http://codereview.chromium.org/2262002/diff/67001/68001#newcode428
>> chrome/browser/plugin_service.cc:428: info.product_name =
>> plugins[i].path.BaseName().ToWStringHack();
>> what's the plan for getting a proper name in here?
>
>
> No plan since this is just for plugins registered via command line.  It is
> just for testing purposes.  We can make some other explicit calls to
> RegisterInternalPlugin (within this same function) for any ppapi plugins
> that are not specified via command line.
>
> -Darin
>
>
>
>>
>>
>> http://codereview.chromium.org/2262002/show
>>
>
>

Powered by Google App Engine
This is Rietveld 408576698