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

Issue 8461011: Clean up plug-in placeholders: (Closed)

Created:
9 years, 1 month ago by Bernhard Bauer
Modified:
9 years ago
CC:
chromium-reviews, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, Chris Evans
Visibility:
Public.

Description

Clean up plug-in placeholders: * Add separate class for missing plug-in placeholder, and factor out a common base class * Move plug-in related classes to plugins/ subdirectory * Move custom menu command IDs to a separate header file. TBR=darin@chromium.org BUG=62079 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111589

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 13

Patch Set 3 : review #

Patch Set 4 : review #

Patch Set 5 : fix #

Total comments: 4

Patch Set 6 : review #

Patch Set 7 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+497 lines, -1497 lines) Patch
M chrome/chrome_renderer.gypi View 1 2 3 chunks +9 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/renderer/blocked_plugin.h View 1 2 1 chunk +0 lines, -79 lines 0 comments Download
D chrome/renderer/blocked_plugin.cc View 1 chunk +0 lines, -299 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 10 chunks +20 lines, -56 lines 0 comments Download
A chrome/renderer/custom_menu_commands.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
D chrome/renderer/plugin_uma.h View 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/renderer/plugin_uma.cc View 1 chunk +0 lines, -164 lines 0 comments Download
D chrome/renderer/plugin_uma_unittest.cc View 1 chunk +0 lines, -235 lines 0 comments Download
A + chrome/renderer/plugins/blocked_plugin.h View 1 2 3 chunks +26 lines, -23 lines 0 comments Download
A + chrome/renderer/plugins/blocked_plugin.cc View 1 2 6 chunks +62 lines, -124 lines 0 comments Download
A chrome/renderer/plugins/missing_plugin.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/renderer/plugins/missing_plugin.cc View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
A chrome/renderer/plugins/plugin_placeholder.h View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/renderer/plugins/plugin_placeholder.cc View 1 2 3 4 5 6 1 chunk +126 lines, -0 lines 0 comments Download
A + chrome/renderer/plugins/plugin_uma.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/renderer/plugins/plugin_uma.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/renderer/plugins/plugin_uma_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
D webkit/plugins/npapi/webview_plugin.h View 1 2 1 chunk +0 lines, -159 lines 0 comments Download
D webkit/plugins/npapi/webview_plugin.cc View 1 2 1 chunk +0 lines, -254 lines 0 comments Download
A + webkit/plugins/webview_plugin.h View 1 2 3 4 5 5 chunks +6 lines, -6 lines 0 comments Download
A + webkit/plugins/webview_plugin.cc View 1 2 3 3 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Bernhard Bauer
Hey Chris, would you mind doing this code review? Thanks :)
9 years, 1 month ago (2011-11-21 19:49:07 UTC) #1
Bernhard Bauer
Dominic, can you take a look?
9 years, 1 month ago (2011-11-22 09:19:23 UTC) #2
battre
http://codereview.chromium.org/8461011/diff/2001/chrome/renderer/plugins/blocked_plugin.cc File chrome/renderer/plugins/blocked_plugin.cc (right): http://codereview.chromium.org/8461011/diff/2001/chrome/renderer/plugins/blocked_plugin.cc#newcode50 chrome/renderer/plugins/blocked_plugin.cc:50: nit: -empty line http://codereview.chromium.org/8461011/diff/2001/chrome/renderer/plugins/blocked_plugin.cc#newcode81 chrome/renderer/plugins/blocked_plugin.cc:81: return blocked_plugin->plugin(); This looks ...
9 years, 1 month ago (2011-11-22 09:57:15 UTC) #3
Bernhard Bauer
PTAL. I also moved webview_plugin.* from webkit/plugins/npapi to webkit/plugins, as it's not NPAPI-specific. http://codereview.chromium.org/8461011/diff/2001/chrome/renderer/plugins/blocked_plugin.cc File ...
9 years, 1 month ago (2011-11-22 17:04:49 UTC) #4
Bernhard Bauer
Also, +John for OWNERS review, and in case you're interested :)
9 years, 1 month ago (2011-11-22 17:07:42 UTC) #5
jam
content/webkit lgtm http://codereview.chromium.org/8461011/diff/11026/webkit/plugins/webview_plugin.h File webkit/plugins/webview_plugin.h (right): http://codereview.chromium.org/8461011/diff/11026/webkit/plugins/webview_plugin.h#newcode5 webkit/plugins/webview_plugin.h:5: #ifndef WEBKIT_PLUGINS_NPAPI_WEBVIEW_PLUGIN_H_ nit: update ifdef guards http://codereview.chromium.org/8461011/diff/11026/webkit/plugins/webview_plugin.h#newcode48 ...
9 years, 1 month ago (2011-11-22 18:03:32 UTC) #6
Bernhard Bauer
http://codereview.chromium.org/8461011/diff/11026/webkit/plugins/webview_plugin.h File webkit/plugins/webview_plugin.h (right): http://codereview.chromium.org/8461011/diff/11026/webkit/plugins/webview_plugin.h#newcode5 webkit/plugins/webview_plugin.h:5: #ifndef WEBKIT_PLUGINS_NPAPI_WEBVIEW_PLUGIN_H_ On 2011/11/22 18:03:32, John Abd-El-Malek wrote: > ...
9 years, 1 month ago (2011-11-22 18:53:33 UTC) #7
battre
LGTM
9 years, 1 month ago (2011-11-23 16:10:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/8461011/13002
9 years, 1 month ago (2011-11-23 16:20:31 UTC) #9
commit-bot: I haz the power
Presubmit check for 8461011-13002 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-11-23 16:20:41 UTC) #10
Bernhard Bauer
Darin: OWNERS review for webkit/glue/webkit_glue.gypi please?
9 years, 1 month ago (2011-11-23 16:44:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/8461011/13002
9 years ago (2011-11-25 10:30:33 UTC) #12
commit-bot: I haz the power
Try job failure for 8461011-13002 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
9 years ago (2011-11-25 11:55:14 UTC) #13
commit-bot: I haz the power
9 years ago (2011-11-25 12:00:07 UTC) #14

Powered by Google App Engine
This is Rietveld 408576698