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

Issue 2803035: Move default_plugin out of webkit. (Closed)

Created:
10 years, 5 months ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org, jam, brettw-cc_chromium.org, dpranke+watch_chromium.org
Visibility:
Public.

Description

Move default_plugin out of webkit. BUG=48419 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51681

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : rebase #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : builds on mac #

Patch Set 7 : linux builds #

Patch Set 8 : `gclient runhooks` works on windows #

Total comments: 4

Patch Set 9 : default_plugin -> chrome/default_plugin #

Total comments: 2

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -63 lines) Patch
M chrome/browser/plugin_installer.cc View 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/DEPS View 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/default_plugin.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A + chrome/default_plugin/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/default_plugin/default_plugin.gyp View 2 chunks +9 lines, -12 lines 0 comments Download
A + chrome/default_plugin/default_plugin_resources.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/default_plugin/default_plugin_resources.rc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/default_plugin/install_dialog.h View 9 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/default_plugin/install_dialog.cc View 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/default_plugin/plugin_database_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_database_handler.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_impl_gtk.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_impl_gtk.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_impl_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_impl_mac.mm View 2 chunks +5 lines, -5 lines 0 comments Download
A + chrome/default_plugin/plugin_impl_win.h View 9 2 chunks +6 lines, -6 lines 0 comments Download
A + chrome/default_plugin/plugin_impl_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_install_job_monitor.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/default_plugin/plugin_install_job_monitor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/default_plugin/plugin_main.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/default_plugin/plugin_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/default_plugin/plugins.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/default_plugin/plugins2.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/renderer/render_view.cc View 4 5 2 chunks +1 line, -1 line 0 comments Download
A + webkit/glue/plugins/default_plugin_shared.h View 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/glue/plugins/plugin_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl_mac.mm View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Nico
10 years, 5 months ago (2010-07-06 18:32:33 UTC) #1
tony
Nice, LGTM! I'm not super thrilled with the location. Maybe src/chrome/plugins/default_plugin or src/chrome/default_plugin would be ...
10 years, 5 months ago (2010-07-06 22:51:26 UTC) #2
Nico
Ok, I'll move it to chrome (chrome/plugin seems to be the plugin process stuff, so ...
10 years, 5 months ago (2010-07-06 22:57:04 UTC) #3
Nico
Moved.
10 years, 5 months ago (2010-07-06 23:11:55 UTC) #4
tony
10 years, 5 months ago (2010-07-06 23:26:03 UTC) #5
LGTM with the fixes below.  Please wait for the try bots to succeed.

http://codereview.chromium.org/2803035/diff/16002/22010
File chrome/default_plugin/install_dialog.cc (right):

http://codereview.chromium.org/2803035/diff/16002/22010#newcode11
chrome/default_plugin/install_dialog.cc:11: #include
"default_plugin/plugin_impl.h"
This doesn't look right...

http://codereview.chromium.org/2803035/diff/16002/22020
File chrome/default_plugin/plugin_impl_win.h (right):

http://codereview.chromium.org/2803035/diff/16002/22020#newcode13
chrome/default_plugin/plugin_impl_win.h:13: #include
"default_plugin/install_dialog.h"
These probably need to be updated too.

Powered by Google App Engine
This is Rietveld 408576698