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

Issue 8080004: Fix bug where --allow-running-insecure-content flag doesn't work against google.com sites in stab... (Closed)

Created:
9 years, 2 months ago by Tom Sepez
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Avi (use Gerrit), dpranke+watch-content_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Fix bug where --allow-running-insecure-content flag doesn't work against google.com sites in stable releases. It is also desirable to fix the need for manual intervention on each promotion to stable, and to beef up the whitelist. BUG=98611 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104147

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -15 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 2 7 chunks +30 lines, -4 lines 1 comment Download
M content/common/content_switches.h View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M content/common/content_switches.cc View 1 2 3 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Tom Sepez
This is a better fix for trunk for the mixed content fix I had proposed ...
9 years, 2 months ago (2011-09-29 21:44:43 UTC) #1
jam
I defer to Chris on the security. I think you added me only for the ...
9 years, 2 months ago (2011-09-30 16:22:10 UTC) #2
Tom Sepez
Yes, unfortunate is the right term for the whitelist. There's been a lot of discussion ...
9 years, 2 months ago (2011-09-30 16:26:14 UTC) #3
Tom Sepez
compile-only try job results after moving the switches: http://build.chromium.org/p/tryserver.chromium/builders/mac/builds/51963 http://build.chromium.org/p/tryserver.chromium/builders/linux/builds/52199 http://build.chromium.org/p/tryserver.chromium/builders/win/builds/58452
9 years, 2 months ago (2011-09-30 17:14:00 UTC) #4
scarybeasts
LGTM http://codereview.chromium.org/8080004/diff/11007/chrome/renderer/chrome_render_view_observer.cc File chrome/renderer/chrome_render_view_observer.cc (right): http://codereview.chromium.org/8080004/diff/11007/chrome/renderer/chrome_render_view_observer.cc#newcode149 chrome/renderer/chrome_render_view_observer.cc:149: static const char kFacebookDotCom[] = "facebook.com"; Nit: recommend ...
9 years, 2 months ago (2011-10-04 01:30:29 UTC) #5
Tom Sepez
9 years, 2 months ago (2011-10-04 18:56:13 UTC) #6
Adding evan, haraken to take a look at the use of
chrome::VersionInfo::GetChannel().  Tx.

Powered by Google App Engine
This is Rietveld 408576698