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

Issue 2964283002: Add chrome channel to cert logger reports (Closed)

Created:
3 years, 5 months ago by sperigo
Modified:
3 years, 5 months ago
Reviewers:
Lei Zhang, meacer, estark
CC:
blundell+watchlist_chromium.org, chromium-reviews, droger+watchlist_chromium.org, sdefresne+watchlist_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add chrome channel to cert logger reports. The cert logger reports are used to gather information on certificate failures, and are helpful for background research for the Enamel team's interstitials. We've added chrome channels to these certificate logs in order to better isolate the root of problems we might see arise. BUG=738618 TEST=Unit test added in components/certificate_reporting/error_report_unittest.cc. Review-Url: https://codereview.chromium.org/2964283002 Cr-Commit-Position: refs/heads/master@{#486069} Committed: https://chromium.googlesource.com/chromium/src/+/6f80e9efd510215e723a29e6260b98a6c5d5e403

Patch Set 1 #

Patch Set 2 : Clean up test comments #

Total comments: 18

Patch Set 3 : Address CL comments #

Patch Set 4 : Revert unneeded change #

Total comments: 14

Patch Set 5 : Add browser test to test end to end cert report workflow #

Total comments: 3

Patch Set 6 : Add dependency to build file #

Patch Set 7 : More dependency isuses #

Patch Set 8 : Rebase on master #

Patch Set 9 : Fix build errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -10 lines) Patch
M chrome/browser/ssl/cert_report_helper.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ssl/certificate_reporting_test_utils.h View 1 2 3 4 3 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/ssl/certificate_reporting_test_utils.cc View 1 2 3 4 4 chunks +26 lines, -6 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
M components/certificate_reporting/BUILD.gn View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M components/certificate_reporting/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M components/certificate_reporting/cert_logger.proto View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M components/certificate_reporting/error_report.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M components/certificate_reporting/error_report.cc View 1 2 3 4 5 6 7 8 3 chunks +31 lines, -1 line 0 comments Download
M components/certificate_reporting/error_report_unittest.cc View 1 2 3 4 2 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 54 (35 generated)
sperigo
Hello! This is a CL to add chrome channel to cert logger reports. The cert ...
3 years, 5 months ago (2017-06-30 22:02:06 UTC) #8
Lei Zhang
- When there are multiple reviewers, please indicate who is responsible for reviewing what. e.g. ...
3 years, 5 months ago (2017-06-30 22:17:33 UTC) #12
meacer
https://codereview.chromium.org/2964283002/diff/20001/components/certificate_reporting/cert_logger.proto File components/certificate_reporting/cert_logger.proto (right): https://codereview.chromium.org/2964283002/diff/20001/components/certificate_reporting/cert_logger.proto#newcode159 components/certificate_reporting/cert_logger.proto:159: nit: Let's add both the enum and the field ...
3 years, 5 months ago (2017-06-30 22:24:46 UTC) #13
Lei Zhang
DEPS change lgtm https://codereview.chromium.org/2964283002/diff/20001/components/certificate_reporting/error_report_unittest.cc File components/certificate_reporting/error_report_unittest.cc (right): https://codereview.chromium.org/2964283002/diff/20001/components/certificate_reporting/error_report_unittest.cc#newcode252 components/certificate_reporting/error_report_unittest.cc:252: base::Thread io_thread("IO thread"); Does your test ...
3 years, 5 months ago (2017-06-30 22:32:06 UTC) #14
sperigo
Sorry about adding you as a reviewer out of the blue here! I'm a new ...
3 years, 5 months ago (2017-06-30 23:30:01 UTC) #16
sperigo
Addressed CL comments. https://codereview.chromium.org/2964283002/diff/20001/components/certificate_reporting/cert_logger.proto File components/certificate_reporting/cert_logger.proto (right): https://codereview.chromium.org/2964283002/diff/20001/components/certificate_reporting/cert_logger.proto#newcode159 components/certificate_reporting/cert_logger.proto:159: On 2017/06/30 22:24:46, meacer wrote: > ...
3 years, 5 months ago (2017-06-30 23:37:29 UTC) #18
meacer
Lgtm https://codereview.chromium.org/2964283002/diff/60001/components/certificate_reporting/error_report.h File components/certificate_reporting/error_report.h (right): https://codereview.chromium.org/2964283002/diff/60001/components/certificate_reporting/error_report.h#newcode10 components/certificate_reporting/error_report.h:10: #include "components/version_info/version_info.h" nit: Add a blank line between ...
3 years, 5 months ago (2017-06-30 23:58:39 UTC) #19
estark
https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc File chrome/browser/ssl/cert_report_helper.cc (right): https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc#newcode130 chrome/browser/ssl/cert_report_helper.cc:130: It would be nice to have a test for ...
3 years, 5 months ago (2017-07-01 17:19:01 UTC) #20
Mustafa Acer
https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc File chrome/browser/ssl/cert_report_helper.cc (right): https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc#newcode130 chrome/browser/ssl/cert_report_helper.cc:130: On 2017/07/01 17:19:01, estark (OOO until Jul 10) wrote: ...
3 years, 5 months ago (2017-07-01 20:14:03 UTC) #22
estark
https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc File chrome/browser/ssl/cert_report_helper.cc (right): https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc#newcode130 chrome/browser/ssl/cert_report_helper.cc:130: On 2017/07/01 20:14:03, Mustafa Acer wrote: > On 2017/07/01 ...
3 years, 5 months ago (2017-07-02 00:09:12 UTC) #23
meacer
https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc File chrome/browser/ssl/cert_report_helper.cc (right): https://codereview.chromium.org/2964283002/diff/60001/chrome/browser/ssl/cert_report_helper.cc#newcode130 chrome/browser/ssl/cert_report_helper.cc:130: On 2017/07/02 00:09:12, estark (OOO until Jul 10) wrote: ...
3 years, 5 months ago (2017-07-05 20:13:19 UTC) #24
sperigo
I added on to the browser tests in SSLUITest in order to test the end ...
3 years, 5 months ago (2017-07-05 23:02:48 UTC) #25
estark
https://codereview.chromium.org/2964283002/diff/80001/chrome/browser/ssl/ssl_browser_tests.cc File chrome/browser/ssl/ssl_browser_tests.cc (right): https://codereview.chromium.org/2964283002/diff/80001/chrome/browser/ssl/ssl_browser_tests.cc#newcode584 chrome/browser/ssl/ssl_browser_tests.cc:584: EXPECT_EQ(certificate_reporting::CertLoggerRequest::CHROME_CHANNEL_NONE, Does this pass? I'd expect it to be ...
3 years, 5 months ago (2017-07-10 20:43:01 UTC) #26
sperigo
https://codereview.chromium.org/2964283002/diff/80001/chrome/browser/ssl/ssl_browser_tests.cc File chrome/browser/ssl/ssl_browser_tests.cc (right): https://codereview.chromium.org/2964283002/diff/80001/chrome/browser/ssl/ssl_browser_tests.cc#newcode584 chrome/browser/ssl/ssl_browser_tests.cc:584: EXPECT_EQ(certificate_reporting::CertLoggerRequest::CHROME_CHANNEL_NONE, On 2017/07/10 at 20:43:01, estark wrote: > Does ...
3 years, 5 months ago (2017-07-10 22:43:23 UTC) #27
estark
https://codereview.chromium.org/2964283002/diff/80001/chrome/browser/ssl/ssl_browser_tests.cc File chrome/browser/ssl/ssl_browser_tests.cc (right): https://codereview.chromium.org/2964283002/diff/80001/chrome/browser/ssl/ssl_browser_tests.cc#newcode584 chrome/browser/ssl/ssl_browser_tests.cc:584: EXPECT_EQ(certificate_reporting::CertLoggerRequest::CHROME_CHANNEL_NONE, On 2017/07/10 22:43:23, sperigo wrote: > On 2017/07/10 ...
3 years, 5 months ago (2017-07-10 23:03:19 UTC) #28
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/2964283002/80001
3 years, 5 months ago (2017-07-11 00:03:50 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/459640) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 5 months ago (2017-07-11 00:09:26 UTC) #34
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/2964283002/160001
3 years, 5 months ago (2017-07-12 20:04:10 UTC) #51
commit-bot: I haz the power
3 years, 5 months ago (2017-07-12 20:10:17 UTC) #54
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/6f80e9efd510215e723a29e6260b...

Powered by Google App Engine
This is Rietveld 408576698