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

Issue 113503: More progress on ForceHTTPS.... (Closed)

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

Description

More progress on ForceHTTPS. Instead of turning on strict HTTPS error processing for every site, we now track which sites have opted in. Our implementation is still experimental and hidden behing the command line switch --force-https. R=darin TEST=No tests yet because this is just an experiment. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16464

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 11

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -10 lines) Patch
M chrome/browser/net/chrome_url_request_context.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/profile.h View 1 2 3 4 4 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/profile.cc View 1 2 3 4 4 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_policy.cc View 3 4 2 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/ssl/ssl_policy_backend.h View 3 4 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_policy_backend.cc View 3 4 3 chunks +7 lines, -1 line 0 comments Download
M chrome/test/testing_profile.h View 1 chunk +3 lines, -0 lines 0 comments Download
A net/base/force_tls_state.h View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
A net/base/force_tls_state.cc View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
M net/net.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_context.h View 4 chunks +6 lines, -1 line 0 comments Download
M net/url_request/url_request_http_job.h View 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 6 chunks +53 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
11 years, 7 months ago (2009-05-16 19:55:02 UTC) #1
darin (slow to review)
LGTM http://codereview.chromium.org/113503/diff/1037/54 File chrome/browser/profile.cc (right): http://codereview.chromium.org/113503/diff/1037/54#newcode41 Line 41: #include "net/base/force_tls_state.h" nit: "g" before "n" http://codereview.chromium.org/113503/diff/1037/54#newcode175 ...
11 years, 7 months ago (2009-05-19 21:25:49 UTC) #2
abarth-chromium
11 years, 7 months ago (2009-05-20 01:23:40 UTC) #3
Thanks Darin.

http://codereview.chromium.org/113503/diff/1037/58
File chrome/browser/ssl/ssl_policy_backend.h (right):

http://codereview.chromium.org/113503/diff/1037/58#newcode121
Line 121: // ForceTLS state.
On 2009/05/19 21:25:49, darin wrote:
> also kind of sucks to have code mentioning TLS and SSL.  might be nice if we
> unified on only one of those terms.

Yeah.  I expect the Force-TLS name to change before its done.

Powered by Google App Engine
This is Rietveld 408576698