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

Issue 5917001: Change the "Disable outdated plug-ins" lab to block them instead. (Closed)

Created:
10 years ago by Bernhard Bauer
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org, brettw-cc_chromium.org, Chris Evans
Visibility:
Public.

Description

Change the "Disable outdated plug-ins" lab to block them instead. This means that outdated plug-ins still show up in navigator.plugins, which gets rid of the misleading "Install Quicktime" messages. Screens: http://www.dropmocks.com/mNkqe BUG=47731 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69435

Patch Set 1 #

Patch Set 2 : foo #

Patch Set 3 : string change #

Total comments: 4

Patch Set 4 : rename command line switch and viewmsg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -91 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugin_service.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/plugin_updater.cc View 1 chunk +1 line, -6 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 3 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 3 chunks +37 lines, -48 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bernhard Bauer
please review. thanks!
10 years ago (2010-12-15 19:57:30 UTC) #1
cevans
Code change looks reasonable to me. I had one thing to confirm, one question and ...
10 years ago (2010-12-15 20:07:45 UTC) #2
Bernhard Bauer
On Wed, Dec 15, 2010 at 20:07, Chris Evans <cevans@google.com> wrote: > Code change looks ...
10 years ago (2010-12-15 20:27:17 UTC) #3
darin (slow to review)
http://codereview.chromium.org/5917001/diff/6001/chrome/renderer/render_view.cc File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/5917001/diff/6001/chrome/renderer/render_view.cc#newcode2757 chrome/renderer/render_view.cc:2757: if (cmd->HasSwitch(switches::kDisableOutdatedPlugins) && i think you should rename the ...
10 years ago (2010-12-16 17:39:25 UTC) #4
Bernhard Bauer
http://codereview.chromium.org/5917001/diff/6001/chrome/renderer/render_view.cc File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/5917001/diff/6001/chrome/renderer/render_view.cc#newcode2757 chrome/renderer/render_view.cc:2757: if (cmd->HasSwitch(switches::kDisableOutdatedPlugins) && On 2010/12/16 17:39:25, darin wrote: > ...
10 years ago (2010-12-16 18:23:04 UTC) #5
darin (slow to review)
10 years ago (2010-12-16 18:38:48 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698