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

Issue 4210004: We should use SSLInfo or related types for HTTPS... (Closed)

Created:
10 years, 1 month ago by wtc
Modified:
9 years, 7 months ago
Reviewers:
Finnur, eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

We should use SSLInfo or related types for HTTPS URLs only. R=eroman,finnur BUG=53366 TEST=net_unittests --gtest_filter=HTTPSRequestTest.HTTPS*Test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65864

Patch Set 1 #

Patch Set 2 : Remove cert_store.cc #

Total comments: 2

Patch Set 3 : Implement Finnur's first suggestion #

Patch Set 4 : Upload before checkin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -14 lines) Patch
M chrome/browser/page_info_model.cc View 1 2 3 1 chunk +11 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_response_info.cc View 1 2 3 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
wtc
eroman: please review this CL. You may omit page_info_model.cc if you have trouble understanding the ...
10 years, 1 month ago (2010-10-29 22:51:04 UTC) #1
eroman
LGTM. sorry for the big lag!
10 years, 1 month ago (2010-11-08 21:09:37 UTC) #2
wtc
Finnur: please review this CL. You may skip http_response_info.cc as eroman has reviewed it. The ...
10 years, 1 month ago (2010-11-09 00:24:19 UTC) #3
Finnur
http://codereview.chromium.org/4210004/diff/6002/7001 File chrome/browser/page_info_model.cc (right): http://codereview.chromium.org/4210004/diff/6002/7001#newcode166 chrome/browser/page_info_model.cc:166: DCHECK_EQ(ssl.security_style(), SECURITY_STYLE_UNAUTHENTICATED); Wait... we are not failing safe in ...
10 years, 1 month ago (2010-11-09 11:40:04 UTC) #4
wtc
Finnur: thanks for the review! http://codereview.chromium.org/4210004/diff/6002/chrome/browser/page_info_model.cc File chrome/browser/page_info_model.cc (right): http://codereview.chromium.org/4210004/diff/6002/chrome/browser/page_info_model.cc#newcode166 chrome/browser/page_info_model.cc:166: DCHECK_EQ(ssl.security_style(), SECURITY_STYLE_UNAUTHENTICATED); On 2010/11/09 ...
10 years, 1 month ago (2010-11-10 20:40:56 UTC) #5
Finnur
10 years, 1 month ago (2010-11-10 21:04:54 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698