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

Issue 2222003002: Combine SSLCertErrorHandler and SSLErrorHandler (Closed)

Created:
4 years, 4 months ago by estark
Modified:
4 years, 4 months ago
Reviewers:
nasko
CC:
chromium-reviews, jam, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Combine SSLCertErrorHandler and SSLErrorHandler SSLCertErrorHandler is the only subclass of SSLErrorHandler, so splitting them up doesn't serve any purpose. This is a clean-up on the way to making SSLErrorHandler UI-thread-only and not-refcounted. This CL is based on top of https://codereview.chromium.org/2220603003/ (Remove unnecessary |result| argument from AllowCertificateError()) and followed up by https://codereview.chromium.org/2213193005/ (which makes SSLErrorHandler UI-thread-only). BUG=558491 Committed: https://crrev.com/01e64446f0418ea248649197fa1dbb6d6cdb536c Cr-Commit-Position: refs/heads/master@{#410582}

Patch Set 1 #

Total comments: 8

Patch Set 2 : rebase #

Patch Set 3 : nasko comments #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -158 lines) Patch
D content/browser/ssl/ssl_cert_error_handler.h View 1 chunk +0 lines, -55 lines 0 comments Download
D content/browser/ssl/ssl_cert_error_handler.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M content/browser/ssl/ssl_error_handler.h View 1 2 5 chunks +29 lines, -27 lines 0 comments Download
M content/browser/ssl/ssl_error_handler.cc View 1 2 4 chunks +20 lines, -14 lines 0 comments Download
M content/browser/ssl/ssl_manager.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/ssl/ssl_policy.h View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/ssl/ssl_policy.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
estark
Nasko: this is CL 2/3 on the way to making SSLErrorHandler UI-thread-only and not-refcounted. PTAL ...
4 years, 4 months ago (2016-08-08 17:43:34 UTC) #3
nasko
LGTM with a few nits. https://codereview.chromium.org/2222003002/diff/1/content/browser/ssl/ssl_error_handler.cc File content/browser/ssl/ssl_error_handler.cc (right): https://codereview.chromium.org/2222003002/diff/1/content/browser/ssl/ssl_error_handler.cc#newcode139 content/browser/ssl/ssl_error_handler.cc:139: delegate_->CancelSSLRequest(error, &ssl_info()); ssl_info_? https://codereview.chromium.org/2222003002/diff/1/content/browser/ssl/ssl_error_handler.h ...
4 years, 4 months ago (2016-08-08 18:47:12 UTC) #4
estark
https://codereview.chromium.org/2222003002/diff/1/content/browser/ssl/ssl_error_handler.cc File content/browser/ssl/ssl_error_handler.cc (right): https://codereview.chromium.org/2222003002/diff/1/content/browser/ssl/ssl_error_handler.cc#newcode139 content/browser/ssl/ssl_error_handler.cc:139: delegate_->CancelSSLRequest(error, &ssl_info()); On 2016/08/08 18:47:12, nasko wrote: > ssl_info_? ...
4 years, 4 months ago (2016-08-08 20:13:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2222003002/60001
4 years, 4 months ago (2016-08-09 03:19:10 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/48306) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 4 months ago (2016-08-09 03:21:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2222003002/80001
4 years, 4 months ago (2016-08-09 03:26:34 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 4 months ago (2016-08-09 05:18:30 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 05:20:14 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/01e64446f0418ea248649197fa1dbb6d6cdb536c
Cr-Commit-Position: refs/heads/master@{#410582}

Powered by Google App Engine
This is Rietveld 408576698