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

Issue 42274: SSLPolicy Fix: Step 6.... (Closed)

Created:
11 years, 9 months ago by abarth-chromium
Modified:
9 years, 7 months ago
Reviewers:
jcampan
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

SSLPolicy Fix: Step 6. Merge in changes to SSLHostState. We now can store whether a specific origin is "broken," which is the key new bit of state that we need to share between tabs. Currently, there is a naming inconsistency between the SSLManager names and the SSLHostState names. I'll clear this up when I merge in the new SSLManager. R=jcampan BUG=8706 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11891

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -17 lines) Patch
M chrome/browser/ssl/ssl_host_state.h View 1 2 chunks +22 lines, -10 lines 0 comments Download
M chrome/browser/ssl/ssl_host_state.cc View 1 3 chunks +45 lines, -5 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
abarth-chromium
We're getting closer to the meat of the change.
11 years, 9 months ago (2009-03-17 10:25:44 UTC) #1
abarth-chromium
11 years, 9 months ago (2009-03-17 17:37:03 UTC) #2
jcampan
LGTM some nits http://codereview.chromium.org/42274/diff/1/3 File chrome/browser/ssl/ssl_host_state.cc (right): http://codereview.chromium.org/42274/diff/1/3#newcode62 Line 62: return cert_policy_for_host_[host].HasAllowedCert(); So if there ...
11 years, 9 months ago (2009-03-17 17:54:31 UTC) #3
abarth-chromium
http://codereview.chromium.org/42274/diff/1/3 File chrome/browser/ssl/ssl_host_state.cc (right): http://codereview.chromium.org/42274/diff/1/3#newcode62 Line 62: return cert_policy_for_host_[host].HasAllowedCert(); Fixed. http://codereview.chromium.org/42274/diff/1/4 File chrome/browser/ssl/ssl_host_state.h (right): http://codereview.chromium.org/42274/diff/1/4#newcode20 ...
11 years, 9 months ago (2009-03-17 18:04:48 UTC) #4
jcampan
11 years, 9 months ago (2009-03-17 18:50:58 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698