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

Issue 6672048: Move plugin code to content. (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, pam+watch_chromium.org, brettw-cc_chromium.org, jam, stuartmorgan+watch_chromium.org, darin-cc_chromium.org, brianlum
Visibility:
Public.

Description

Move plugin code to content. TBR=avi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78386

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -4973 lines) Patch
M chrome/chrome.gyp View 1 chunk +0 lines, -62 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/common/common_glue.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/plugin/DEPS View 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/plugin/npobject_base.h View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/plugin/npobject_proxy.h View 1 chunk +0 lines, -123 lines 0 comments Download
D chrome/plugin/npobject_proxy.cc View 1 chunk +0 lines, -500 lines 0 comments Download
D chrome/plugin/npobject_stub.h View 1 chunk +0 lines, -95 lines 0 comments Download
D chrome/plugin/npobject_stub.cc View 1 chunk +0 lines, -402 lines 0 comments Download
D chrome/plugin/npobject_util.h View 1 chunk +0 lines, -73 lines 0 comments Download
D chrome/plugin/npobject_util.cc View 1 chunk +0 lines, -273 lines 0 comments Download
D chrome/plugin/plugin_channel.h View 1 chunk +0 lines, -99 lines 0 comments Download
D chrome/plugin/plugin_channel.cc View 1 chunk +0 lines, -328 lines 0 comments Download
D chrome/plugin/plugin_channel_base.h View 1 chunk +0 lines, -149 lines 0 comments Download
D chrome/plugin/plugin_channel_base.cc View 1 chunk +0 lines, -241 lines 0 comments Download
D chrome/plugin/plugin_interpose_util_mac.h View 1 chunk +0 lines, -57 lines 0 comments Download
D chrome/plugin/plugin_interpose_util_mac.mm View 1 chunk +0 lines, -306 lines 0 comments Download
D chrome/plugin/plugin_main.cc View 1 chunk +0 lines, -171 lines 0 comments Download
D chrome/plugin/plugin_main_linux.cc View 1 chunk +0 lines, -72 lines 0 comments Download
D chrome/plugin/plugin_main_mac.mm View 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/plugin/plugin_thread.h View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/plugin/plugin_thread.cc View 1 chunk +0 lines, -194 lines 0 comments Download
D chrome/plugin/webplugin_accelerated_surface_proxy_mac.h View 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/plugin/webplugin_accelerated_surface_proxy_mac.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D chrome/plugin/webplugin_delegate_stub.h View 1 chunk +0 lines, -135 lines 0 comments Download
D chrome/plugin/webplugin_delegate_stub.cc View 1 chunk +0 lines, -451 lines 0 comments Download
D chrome/plugin/webplugin_proxy.h View 1 chunk +0 lines, -225 lines 0 comments Download
D chrome/plugin/webplugin_proxy.cc View 1 chunk +0 lines, -656 lines 0 comments Download
M chrome/renderer/plugin_channel_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/plugin_channel_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_thread.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/renderer_glue.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/content.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A content/content_plugin.gypi View 1 chunk +64 lines, -0 lines 0 comments Download
M + content/plugin/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M + content/plugin/npobject_base.h View 2 chunks +3 lines, -4 lines 0 comments Download
M + content/plugin/npobject_proxy.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/plugin/npobject_proxy.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M + content/plugin/npobject_stub.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/plugin/npobject_stub.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M + content/plugin/npobject_util.h View 3 chunks +4 lines, -4 lines 0 comments Download
M + content/plugin/npobject_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M + content/plugin/plugin_channel.h View 2 chunks +5 lines, -5 lines 0 comments Download
M + content/plugin/plugin_channel.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/plugin/plugin_channel_base.h View 3 chunks +4 lines, -4 lines 0 comments Download
M + content/plugin/plugin_channel_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M + content/plugin/plugin_interpose_util_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/plugin/plugin_interpose_util_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/plugin/plugin_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M + content/plugin/plugin_main_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M + content/plugin/plugin_thread.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/plugin/plugin_thread.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M + content/plugin/webplugin_accelerated_surface_proxy_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/plugin/webplugin_accelerated_surface_proxy_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/plugin/webplugin_delegate_stub.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/plugin/webplugin_delegate_stub.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M + content/plugin/webplugin_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + content/plugin/webplugin_proxy.cc View 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 9 months ago (2011-03-16 17:04:25 UTC) #1
jam
9 years, 9 months ago (2011-03-16 17:11:36 UTC) #2
note: the only real change I did was remove the 'plugin' dependency in
sync_integration_tests.  I found it there for win/linux and couldn't find a
reason it should stay there, and it builds without it, so I removed it.

Powered by Google App Engine
This is Rietveld 408576698