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

Issue 7990005: Use a placeholder instead of the default plugin for missing plug-ins on Mac and Linux. (Closed)

Created:
9 years, 3 months ago by Bernhard Bauer
Modified:
9 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, dpranke+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Use a placeholder instead of the default plugin for missing plug-ins on Mac and Linux. BUG=62079 TEST=Missing plug-in placeholder looks different Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104144

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : sync #

Patch Set 4 : fix? #

Patch Set 5 : use default plugin on windows #

Patch Set 6 : '' #

Total comments: 24

Patch Set 7 : review #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : fix #

Total comments: 13

Patch Set 12 : review #

Patch Set 13 : review #

Total comments: 2

Patch Set 14 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+390 lines, -95 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/default_plugin_uitest.cc View 1 2 3 4 5 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +26 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +98 lines, -0 lines 0 comments Download
M chrome/common/default_plugin.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +35 lines, -0 lines 0 comments Download
M chrome/renderer/blocked_plugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/blocked_plugin.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +18 lines, -13 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 13 chunks +64 lines, -52 lines 0 comments Download
M content/browser/plugin_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +11 lines, -1 line 0 comments Download
M content/browser/plugin_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +12 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +1 line, -20 lines 0 comments Download
M content/common/webkit_param_traits.h View 1 2 3 4 5 6 7 2 chunks +17 lines, -0 lines 0 comments Download
M content/common/webkit_param_traits.cc View 1 2 3 4 5 6 7 1 chunk +64 lines, -0 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Bernhard Bauer
Please review.
9 years, 2 months ago (2011-09-27 14:35:07 UTC) #1
jam
http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc#newcode302 chrome/renderer/chrome_content_renderer_client.cc:302: if (i == 0 || plugin_allowed) { it's not ...
9 years, 2 months ago (2011-09-27 16:51:34 UTC) #2
Bernhard Bauer
Thanks for the review! I'll address the other comments tomorrow. http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc#newcode302 ...
9 years, 2 months ago (2011-09-27 21:21:39 UTC) #3
jam
sorry for the delay, I just saw your reply. Please feel free to ping me ...
9 years, 2 months ago (2011-09-29 01:03:31 UTC) #4
Robert Sesek
http://codereview.chromium.org/7990005/diff/12001/content/browser/plugin_service.h File content/browser/plugin_service.h (right): http://codereview.chromium.org/7990005/diff/12001/content/browser/plugin_service.h#newcode138 content/browser/plugin_service.h:138: bool* use_stale, This isn't going to work with the ...
9 years, 2 months ago (2011-09-29 01:09:48 UTC) #5
jam
http://codereview.chromium.org/7990005/diff/12001/content/browser/plugin_service.h File content/browser/plugin_service.h (right): http://codereview.chromium.org/7990005/diff/12001/content/browser/plugin_service.h#newcode138 content/browser/plugin_service.h:138: bool* use_stale, On 2011/09/29 01:09:48, rsesek wrote: > This ...
9 years, 2 months ago (2011-09-29 01:13:49 UTC) #6
Bernhard Bauer
http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc#newcode302 chrome/renderer/chrome_content_renderer_client.cc:302: if (i == 0 || plugin_allowed) { On 2011/09/29 ...
9 years, 2 months ago (2011-09-29 13:20:47 UTC) #7
jam
http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/7990005/diff/12001/chrome/renderer/chrome_content_renderer_client.cc#newcode302 chrome/renderer/chrome_content_renderer_client.cc:302: if (i == 0 || plugin_allowed) { On 2011/09/29 ...
9 years, 2 months ago (2011-09-29 16:31:09 UTC) #8
Bernhard Bauer
Okay, I added a separate message in ChromeRenderMessageFilter. PTAL?
9 years, 2 months ago (2011-09-30 16:21:28 UTC) #9
jam
http://codereview.chromium.org/7990005/diff/28017/chrome/browser/renderer_host/chrome_render_message_filter.cc File chrome/browser/renderer_host/chrome_render_message_filter.cc (right): http://codereview.chromium.org/7990005/diff/28017/chrome/browser/renderer_host/chrome_render_message_filter.cc#newcode515 chrome/browser/renderer_host/chrome_render_message_filter.cc:515: const GetPluginInfoCallback& callback, it seems unnecessary to make a ...
9 years, 2 months ago (2011-09-30 17:01:21 UTC) #10
Bernhard Bauer
http://codereview.chromium.org/7990005/diff/28017/chrome/browser/renderer_host/chrome_render_message_filter.cc File chrome/browser/renderer_host/chrome_render_message_filter.cc (right): http://codereview.chromium.org/7990005/diff/28017/chrome/browser/renderer_host/chrome_render_message_filter.cc#newcode515 chrome/browser/renderer_host/chrome_render_message_filter.cc:515: const GetPluginInfoCallback& callback, On 2011/09/30 17:01:21, John Abd-El-Malek wrote: ...
9 years, 2 months ago (2011-09-30 17:22:21 UTC) #11
jam
http://codereview.chromium.org/7990005/diff/28017/chrome/common/render_messages.h File chrome/common/render_messages.h (right): http://codereview.chromium.org/7990005/diff/28017/chrome/common/render_messages.h#newcode142 chrome/common/render_messages.h:142: IPC_STRUCT_BEGIN(ChromeViewHostMsg_GetPluginInfo_Params) On 2011/09/30 17:22:21, Bernhard Bauer wrote: > On ...
9 years, 2 months ago (2011-09-30 17:40:19 UTC) #12
Bernhard Bauer
http://codereview.chromium.org/7990005/diff/28017/chrome/common/render_messages.h File chrome/common/render_messages.h (right): http://codereview.chromium.org/7990005/diff/28017/chrome/common/render_messages.h#newcode142 chrome/common/render_messages.h:142: IPC_STRUCT_BEGIN(ChromeViewHostMsg_GetPluginInfo_Params) On 2011/09/30 17:40:19, John Abd-El-Malek wrote: > On ...
9 years, 2 months ago (2011-10-05 13:34:33 UTC) #13
jam
lgtm http://codereview.chromium.org/7990005/diff/37001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/7990005/diff/37001/chrome/renderer/chrome_content_renderer_client.cc#newcode473 chrome/renderer/chrome_content_renderer_client.cc:473: return render_view->CreatePepperPlugin(frame, params, plugin.path, nit: here and below, ...
9 years, 2 months ago (2011-10-05 17:22:10 UTC) #14
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/7990005/40003
9 years, 2 months ago (2011-10-05 17:26:52 UTC) #15
Bernhard Bauer
http://codereview.chromium.org/7990005/diff/37001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/7990005/diff/37001/chrome/renderer/chrome_content_renderer_client.cc#newcode473 chrome/renderer/chrome_content_renderer_client.cc:473: return render_view->CreatePepperPlugin(frame, params, plugin.path, On 2011/10/05 17:22:10, John Abd-El-Malek ...
9 years, 2 months ago (2011-10-05 17:30:25 UTC) #16
commit-bot: I haz the power
9 years, 2 months ago (2011-10-05 18:55:45 UTC) #17
Change committed as 104144

Powered by Google App Engine
This is Rietveld 408576698