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

Issue 208713004: Move SSLConfig class from ssl_config_service.h to ssl_config.h (Closed)

Created:
6 years, 9 months ago by Sergey Ulanov
Modified:
6 years, 9 months ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Move SSLConfig class from ssl_config_service.h to ssl_config.h SSLConfigService depends on CRLSet that is not useful in net_nacl. Separate SSLConfig from SSLConfigService, so that they can be compiled independently. Also replaced default_version_(min|max) in SSLConfigService with constants kDefaultSSLVersion(Min|Max). BUG=276739 TBR=wtc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258843

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -304 lines) Patch
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref_unittest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -4 lines 0 comments Download
M net/net.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
A + net/ssl/ssl_config.h View 1 2 3 4 3 chunks +10 lines, -77 lines 0 comments Download
A net/ssl/ssl_config.cc View 1 2 3 4 1 chunk +69 lines, -0 lines 0 comments Download
M net/ssl/ssl_config_service.h View 1 2 3 4 2 chunks +1 line, -143 lines 0 comments Download
M net/ssl/ssl_config_service.cc View 1 2 3 4 2 chunks +0 lines, -73 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Sergey Ulanov
This is needed for https://codereview.chromium.org/188873004/
6 years, 9 months ago (2014-03-21 19:14:53 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/208713004/diff/20001/net/ssl/ssl_config.h File net/ssl/ssl_config.h (right): https://codereview.chromium.org/208713004/diff/20001/net/ssl/ssl_config.h#newcode30 net/ssl/ssl_config.h:30: static uint16 kDefaultSSLVersionMax = I would rather keep the ...
6 years, 9 months ago (2014-03-21 19:24:05 UTC) #2
Sergey Ulanov
https://codereview.chromium.org/208713004/diff/20001/net/ssl/ssl_config.h File net/ssl/ssl_config.h (right): https://codereview.chromium.org/208713004/diff/20001/net/ssl/ssl_config.h#newcode30 net/ssl/ssl_config.h:30: static uint16 kDefaultSSLVersionMax = On 2014/03/21 19:24:05, Ryan Sleevi ...
6 years, 9 months ago (2014-03-21 19:56:53 UTC) #3
Ryan Sleevi
LGTM, mod IWYU issue https://codereview.chromium.org/208713004/diff/40001/net/ssl/ssl_config.cc File net/ssl/ssl_config.cc (right): https://codereview.chromium.org/208713004/diff/40001/net/ssl/ssl_config.cc#newcode6 net/ssl/ssl_config.cc:6: IWYU? #if defined(USE_OPENSSL) #include <openssl/ssl.h> ...
6 years, 9 months ago (2014-03-21 20:03:02 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/208713004/diff/40001/net/ssl/ssl_config.cc File net/ssl/ssl_config.cc (right): https://codereview.chromium.org/208713004/diff/40001/net/ssl/ssl_config.cc#newcode6 net/ssl/ssl_config.cc:6: On 2014/03/21 20:03:02, Ryan Sleevi wrote: > IWYU? > ...
6 years, 9 months ago (2014-03-21 20:06:21 UTC) #5
Sergey Ulanov
The CQ bit was checked by sergeyu@chromium.org
6 years, 9 months ago (2014-03-21 20:06:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/208713004/60001
6 years, 9 months ago (2014-03-21 20:07:00 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-21 20:08:46 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-21 20:08:46 UTC) #9
Sergey Ulanov
+wtc@ in TBR for chrome/browser/net
6 years, 9 months ago (2014-03-21 21:20:55 UTC) #10
Sergey Ulanov
The CQ bit was checked by sergeyu@chromium.org
6 years, 9 months ago (2014-03-21 21:21:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/208713004/60001
6 years, 9 months ago (2014-03-21 21:21:31 UTC) #12
wtc
Patch set 3 LGTM. Please note the comment marked with "IMPORTANT". https://codereview.chromium.org/208713004/diff/60001/chrome/browser/net/ssl_config_service_manager_pref.cc File chrome/browser/net/ssl_config_service_manager_pref.cc (left): ...
6 years, 9 months ago (2014-03-22 01:29:41 UTC) #13
wtc
Sergey, I am afraid that you will need to rebase your CL because of a ...
6 years, 9 months ago (2014-03-22 01:34:41 UTC) #14
Sergey Ulanov
The CQ bit was unchecked by sergeyu@chromium.org
6 years, 9 months ago (2014-03-22 01:39:08 UTC) #15
Sergey Ulanov
https://codereview.chromium.org/208713004/diff/60001/chrome/browser/net/ssl_config_service_manager_pref.cc File chrome/browser/net/ssl_config_service_manager_pref.cc (left): https://codereview.chromium.org/208713004/diff/60001/chrome/browser/net/ssl_config_service_manager_pref.cc#oldcode286 chrome/browser/net/ssl_config_service_manager_pref.cc:286: config->version_max = net::SSLConfigService::default_version_max(); On 2014/03/22 01:29:41, wtc wrote: > ...
6 years, 9 months ago (2014-03-22 01:49:00 UTC) #16
Sergey Ulanov
The CQ bit was checked by sergeyu@chromium.org
6 years, 9 months ago (2014-03-22 01:56:08 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/208713004/100001
6 years, 9 months ago (2014-03-22 01:56:32 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-22 01:58:05 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-22 01:58:05 UTC) #20
Sergey Ulanov
The CQ bit was checked by sergeyu@chromium.org
6 years, 9 months ago (2014-03-22 02:22:55 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/208713004/120001
6 years, 9 months ago (2014-03-22 02:23:18 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-22 02:34:50 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-22 02:34:51 UTC) #24
Sergey Ulanov
The CQ bit was checked by sergeyu@chromium.org
6 years, 9 months ago (2014-03-23 09:29:28 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/208713004/140001
6 years, 9 months ago (2014-03-23 09:29:30 UTC) #26
commit-bot: I haz the power
6 years, 9 months ago (2014-03-24 02:32:51 UTC) #27
Message was sent while issue was closed.
Change committed as 258843

Powered by Google App Engine
This is Rietveld 408576698