Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Issue 7462008: Add a preference and command-line option to disable SSL/TLS cipher suites (Closed)

Created:
9 years, 5 months ago by Ryan Sleevi
Modified:
9 years, 5 months ago
Reviewers:
battre
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add a preference and command-line option to disable SSL/TLS cipher suites R=battre BUG=58831 TEST=unit_tests --gtest_filter=CommandLinePrefStoreTest.DisableSSLCipherSuites:SSLConfigServiceManagerPrefTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93778

Patch Set 1 #

Total comments: 8

Patch Set 2 : Feedback #

Patch Set 3 : With tests #

Total comments: 2

Patch Set 4 : Rebase before commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -2 lines) Patch
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 2 6 chunks +77 lines, -2 lines 0 comments Download
A chrome/browser/net/ssl_config_service_manager_pref_unittest.cc View 1 2 1 chunk +112 lines, -0 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prefs/command_line_pref_store.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/prefs/command_line_pref_store.cc View 3 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/prefs/command_line_pref_store_unittest.cc View 1 2 chunks +55 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Ryan Sleevi
Dominic, since you're an OWNER in chrome/browser/net and chrome/browser/prefs, would you take a look? I ...
9 years, 5 months ago (2011-07-20 05:33:33 UTC) #1
battre
+wtc for recommendations about unit testing of the SSL part. http://codereview.chromium.org/7462008/diff/1/chrome/browser/net/ssl_config_service_manager_pref.cc File chrome/browser/net/ssl_config_service_manager_pref.cc (right): http://codereview.chromium.org/7462008/diff/1/chrome/browser/net/ssl_config_service_manager_pref.cc#newcode19 ...
9 years, 5 months ago (2011-07-20 11:16:30 UTC) #2
Ryan Sleevi
battre: Thanks for the feedback! I've uploaded a new version for your review. Regarding testing, ...
9 years, 5 months ago (2011-07-21 07:05:12 UTC) #3
battre
On 2011/07/21 07:05:12, Ryan Sleevi wrote: > battre: Thanks for the feedback! I've uploaded a ...
9 years, 5 months ago (2011-07-21 09:00:46 UTC) #4
Ryan Sleevi
Dominic: As I mentioned on http://codereview.chromium.org/7489004/ , I've split out the RegisterPrefs changes. As a ...
9 years, 5 months ago (2011-07-22 07:09:05 UTC) #5
battre
LGTM if try bots are happy Thank you. http://codereview.chromium.org/7462008/diff/1008/chrome/browser/net/ssl_config_service_manager_pref_unittest.cc File chrome/browser/net/ssl_config_service_manager_pref_unittest.cc (right): http://codereview.chromium.org/7462008/diff/1008/chrome/browser/net/ssl_config_service_manager_pref_unittest.cc#newcode28 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc:28: new ...
9 years, 5 months ago (2011-07-22 08:44:04 UTC) #6
Ryan Sleevi
9 years, 5 months ago (2011-07-23 04:55:41 UTC) #7
http://codereview.chromium.org/7462008/diff/1008/chrome/browser/net/ssl_confi...
File chrome/browser/net/ssl_config_service_manager_pref_unittest.cc (right):

http://codereview.chromium.org/7462008/diff/1008/chrome/browser/net/ssl_confi...
chrome/browser/net/ssl_config_service_manager_pref_unittest.cc:28: new
BrowserThread(BrowserThread::UI, message_loop_.get()));
On 2011/07/22 08:44:04, battre wrote:
> nit: single line (also below)

Single line is 81 characters, hence the wrapping.

Powered by Google App Engine
This is Rietveld 408576698