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

Issue 7978009: Split ppapi::PluginList from PepperPluginRegistry so that DRT could load pepper plugins. (Closed)

Created:
9 years, 3 months ago by alokp
Modified:
9 years, 2 months ago
Reviewers:
brettw
CC:
chromium-reviews, Erik does not do reviews, dpranke+watch-content_chromium.org, jam, mihaip+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, pam+watch_chromium.org, darin-cc_chromium.org, piman
Visibility:
Public.

Description

Split ppapi::PluginList from PepperPluginRegistry so that DRT could load pepper plugins.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+474 lines, -377 lines) Patch
M chrome/browser/component_updater/pepper_flash_component_installer.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/common/chrome_content_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/chrome_content_client.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M content/browser/plugin_service.h View 4 chunks +4 lines, -3 lines 0 comments Download
M content/browser/plugin_service.cc View 3 chunks +9 lines, -28 lines 0 comments Download
M content/browser/ppapi_broker_process_host.h View 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/ppapi_broker_process_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.h View 3 chunks +7 lines, -3 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/content_client.h View 3 chunks +8 lines, -2 lines 0 comments Download
M content/common/content_switches.h View 2 chunks +0 lines, -2 lines 0 comments Download
M content/common/content_switches.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M content/common/pepper_plugin_registry.h View 3 chunks +10 lines, -72 lines 0 comments Download
M content/common/pepper_plugin_registry.cc View 1 chunk +1 line, -231 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M content/renderer/render_view.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/renderer_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/plugin_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/plugins/plugin_switches.cc View 1 chunk +6 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppapi_plugin_info.h View 1 chunk +54 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppapi_plugin_info.cc View 1 chunk +53 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 2 chunks +1 line, -1 line 0 comments Download
A webkit/plugins/ppapi/ppapi_plugin_list.h View 1 chunk +90 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppapi_plugin_list.cc View 1 chunk +175 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
alokp
It is not complete yet. Uploading to give you an idea what I am trying ...
9 years, 3 months ago (2011-09-20 21:24:29 UTC) #1
alokp
9 years, 3 months ago (2011-09-20 21:25:11 UTC) #2

          

Powered by Google App Engine
This is Rietveld 408576698