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

Issue 9188019: Cleanup: Rename is_hsts_host to fatal. (Closed)

Created:
8 years, 11 months ago by palmer
Modified:
8 years, 11 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, pam+watch_chromium.org, kinuko+watch
Visibility:
Public.

Description

Rename is_hsts_host to fatal. Per wtc: the old name was too specific, and became confusing because we now also have certificate errors that users cannot override, but for reasons other than (although still closely related to) HSTS. BUG=109941 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=117968

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 10

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -39 lines) Patch
M content/browser/renderer_host/resource_dispatcher_host.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_cert_error_handler.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/ssl/ssl_cert_error_handler.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/ssl/ssl_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_manager.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/ssl/ssl_policy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_script_fetcher_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M net/url_request/url_request.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M net/url_request/url_request_job.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_test_util.h View 1 2 3 chunks +8 lines, -3 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/fileapi/file_writer_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/file_writer_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
palmer
Reviewers are all OWNERs of the relevant subtrees. Thanks!
8 years, 11 months ago (2012-01-11 23:48:36 UTC) #1
tony
src/webkit/ LGTM if wtc agrees.
8 years, 11 months ago (2012-01-11 23:57:40 UTC) #2
michaeln
http://codereview.chromium.org/9188019/diff/1/net/url_request/url_request.h File net/url_request/url_request.h (right): http://codereview.chromium.org/9188019/diff/1/net/url_request/url_request.h#newcode268 net/url_request/url_request.h:268: // must not be bypassable by the user. Is ...
8 years, 11 months ago (2012-01-12 20:39:33 UTC) #3
palmer
http://codereview.chromium.org/9188019/diff/1/net/url_request/url_request.h#newcode268 > net/url_request/url_request.h:268: // must not be bypassable by the user. > Is the polarity ...
8 years, 11 months ago (2012-01-12 23:53:25 UTC) #4
wtc
Patch Set 2 LGTM. Please note my comments on url_request_test_util.h. http://codereview.chromium.org/9188019/diff/1/net/url_request/url_request.h File net/url_request/url_request.h (right): http://codereview.chromium.org/9188019/diff/1/net/url_request/url_request.h#newcode268 ...
8 years, 11 months ago (2012-01-13 01:39:57 UTC) #5
palmer
http://codereview.chromium.org/9188019/diff/8001/content/browser/ssl/ssl_cert_error_handler.h File content/browser/ssl/ssl_cert_error_handler.h (right): http://codereview.chromium.org/9188019/diff/8001/content/browser/ssl/ssl_cert_error_handler.h#newcode44 content/browser/ssl/ssl_cert_error_handler.h:44: const bool fatal_; // true if the error is ...
8 years, 11 months ago (2012-01-13 23:03:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/palmer@chromium.org/9188019/10002
8 years, 11 months ago (2012-01-17 21:33:49 UTC) #7
commit-bot: I haz the power
Presubmit check for 9188019-10002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 11 months ago (2012-01-17 21:34:02 UTC) #8
abarth-chromium
LGTM I would have called it |is_fatal|, but whatever.
8 years, 11 months ago (2012-01-17 21:39:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/palmer@chromium.org/9188019/10002
8 years, 11 months ago (2012-01-17 21:43:38 UTC) #10
commit-bot: I haz the power
8 years, 11 months ago (2012-01-17 21:43:46 UTC) #11
Presubmit check for 9188019-10002 failed and returned exit status 1.

Running presubmit commit checks ...

** Presubmit Messages **
If this change requires manual test instructions to QA team, add
TEST=[instructions].

** Presubmit ERRORS **
Missing LGTM from an OWNER for:
content/browser/renderer_host/resource_dispatcher_host.h

Presubmit checks took 1.7s to calculate.

Was the presubmit check useful? Please send feedback & hate mail to
maruel@chromium.org!

Powered by Google App Engine
This is Rietveld 408576698