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

Issue 48091: SSLPolicy Fix: Step 8.... (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 8. Cleanup the SSLPolicy API. This should be the last reorganization patch. The next step should be the substantive changes. R=jcampan BUG=8706 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11937

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -143 lines) Patch
M chrome/browser/ssl/ssl_manager.h View 1 2 14 chunks +101 lines, -29 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.cc View 1 2 13 chunks +97 lines, -40 lines 0 comments Download
M chrome/browser/ssl/ssl_policy.h View 3 chunks +6 lines, -17 lines 0 comments Download
M chrome/browser/ssl/ssl_policy.cc View 1 2 12 chunks +62 lines, -57 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
11 years, 9 months ago (2009-03-17 19:58:53 UTC) #1
jcampan
LGTM with following nits. http://codereview.chromium.org/48091/diff/1/2 File chrome/browser/ssl/ssl_manager.cc (right): http://codereview.chromium.org/48091/diff/1/2#newcode721 Line 721: // the HTTP request ...
11 years, 9 months ago (2009-03-17 23:25:36 UTC) #2
abarth-chromium
11 years, 9 months ago (2009-03-17 23:50:57 UTC) #3
http://codereview.chromium.org/48091/diff/1/2
File chrome/browser/ssl/ssl_manager.cc (right):

http://codereview.chromium.org/48091/diff/1/2#newcode721
Line 721: //               the HTTP request to https://attacker.com/payload.js..
Fixed.

http://codereview.chromium.org/48091/diff/1/3
File chrome/browser/ssl/ssl_manager.h (right):

http://codereview.chromium.org/48091/diff/1/3#newcode264
Line 264: class RequestInfo : public base::RefCounted<RequestInfo> {
Done.

http://codereview.chromium.org/48091/diff/11/14
File chrome/browser/ssl/ssl_policy.cc (right):

http://codereview.chromium.org/48091/diff/11/14#newcode51
Line 51: DISALLOW_EVIL_CONSTRUCTORS(ShowMixedContentTask);
Fixed.

http://codereview.chromium.org/48091/diff/11/14#newcode197
Line 197: if (!entry)
Done.

Powered by Google App Engine
This is Rietveld 408576698