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

Issue 71633002: Convert SignedCertificateClass to be ref_counted, and add an SCTStore in which to store them. Add S…

Created:
7 years, 1 month ago by alcutter
Modified:
7 years, 1 month ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, tfarina, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, markusheintz_, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Convert SignedCertificateClass to be ref_counted, and add an SCTStore in which to store them. Add SCT status to SSLInfo. BUG=

Patch Set 1 #

Patch Set 2 : Merge & pull #

Patch Set 3 : fix patch #

Patch Set 4 : another attempt to fix patch #

Patch Set 5 : clang-format new files, and pull content_browser.gypi fix in. #

Patch Set 6 : Apply fixes from agl's review of the cert-store sub-patch. #

Patch Set 7 : few lint fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -233 lines) Patch
M content/browser/cert_store_impl.h View 1 2 3 4 5 3 chunks +3 lines, -36 lines 0 comments Download
M content/browser/cert_store_impl.cc View 1 2 3 4 5 1 chunk +5 lines, -146 lines 0 comments Download
M content/browser/loader/resource_loader.cc View 3 chunks +27 lines, -6 lines 0 comments Download
A content/browser/renderer_data_memoizing_store.h View 1 2 3 4 5 1 chunk +217 lines, -0 lines 0 comments Download
A content/browser/sct_store_impl.h View 1 2 3 4 5 1 chunk +45 lines, -0 lines 0 comments Download
A content/browser/sct_store_impl.cc View 1 2 3 4 5 6 1 chunk +47 lines, -0 lines 0 comments Download
M content/browser/ssl/ssl_manager.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/ssl_status_serialization.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/common/ssl_status_serialization.cc View 1 2 3 4 5 6 3 chunks +31 lines, -9 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 3 chunks +5 lines, -0 lines 0 comments Download
A content/public/browser/sct_store.h View 1 2 3 4 5 6 1 chunk +53 lines, -0 lines 0 comments Download
M content/public/common/ssl_status.h View 4 chunks +10 lines, -3 lines 0 comments Download
M content/public/common/ssl_status.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/context_menu_params_builder.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M net/cert/ct_serialization.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/ct_serialization.cc View 4 chunks +9 lines, -8 lines 0 comments Download
M net/cert/ct_verify_result.h View 2 chunks +5 lines, -2 lines 0 comments Download
A net/cert/sct_status_flags.h View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
M net/cert/signed_certificate_timestamp.h View 1 2 3 4 5 6 4 chunks +16 lines, -2 lines 0 comments Download
M net/cert/signed_certificate_timestamp.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M net/cert/single_log_ct_verifier.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 4 5 6 3 chunks +19 lines, -0 lines 0 comments Download
M net/ssl/ssl_info.h View 2 chunks +8 lines, -0 lines 0 comments Download
M net/ssl/ssl_info.cc View 3 chunks +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698