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

Issue 14220003: Finished implementing AttestationPolicyObserver. (Closed)

Created:
7 years, 8 months ago by dkrahn
Modified:
7 years, 7 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, dkrahn+watch_chromium.org, davidyu
Visibility:
Public.

Description

Finished implementing AttestationPolicyObserver. Created a payload protobuf to track whether a key's certificate has already been uploaded. BUG=chromium:219959 TEST=unit Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197210

Patch Set 1 #

Total comments: 17

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Patch Set 4 : Rebased #

Patch Set 5 : Added NET_EXPORT_PRIVATE for unit tests #

Total comments: 2

Patch Set 6 : Rebased and nit fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -29 lines) Patch
A chrome/browser/chromeos/attestation/attestation_key_payload.proto View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/attestation/attestation_policy_observer.h View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/attestation/attestation_policy_observer.cc View 1 2 3 4 5 8 chunks +99 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc View 1 2 3 4 5 7 chunks +192 lines, -13 lines 0 comments Download
M chrome/browser/policy/cloud/mock_cloud_policy_client.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
M net/cert/x509_util_nss.h View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
dkrahn
+jochen as gypi OWNER
7 years, 8 months ago (2013-04-19 21:54:10 UTC) #1
Mattias Nissler (ping if slow)
https://codereview.chromium.org/14220003/diff/1/chrome/browser/chromeos/attestation/attestation_policy_observer.cc File chrome/browser/chromeos/attestation/attestation_policy_observer.cc (right): https://codereview.chromium.org/14220003/diff/1/chrome/browser/chromeos/attestation/attestation_policy_observer.cc#newcode182 chrome/browser/chromeos/attestation/attestation_policy_observer.cc:182: base::TimeDelta threshold = base::TimeDelta::FromDays(30); const We usually put constant ...
7 years, 8 months ago (2013-04-22 10:25:42 UTC) #2
dkrahn
https://chromiumcodereview.appspot.com/14220003/diff/1/chrome/browser/chromeos/attestation/attestation_policy_observer.cc File chrome/browser/chromeos/attestation/attestation_policy_observer.cc (right): https://chromiumcodereview.appspot.com/14220003/diff/1/chrome/browser/chromeos/attestation/attestation_policy_observer.cc#newcode182 chrome/browser/chromeos/attestation/attestation_policy_observer.cc:182: base::TimeDelta threshold = base::TimeDelta::FromDays(30); On 2013/04/22 10:25:42, Mattias Nissler ...
7 years, 8 months ago (2013-04-22 22:33:31 UTC) #3
Mattias Nissler (ping if slow)
A couple more nits. I'm willing to grudgingly accept the gmock version for now, but ...
7 years, 8 months ago (2013-04-23 10:53:00 UTC) #4
dkrahn
https://chromiumcodereview.appspot.com/14220003/diff/5001/chrome/browser/chromeos/attestation/attestation_key_payload.proto File chrome/browser/chromeos/attestation/attestation_key_payload.proto (right): https://chromiumcodereview.appspot.com/14220003/diff/5001/chrome/browser/chromeos/attestation/attestation_key_payload.proto#newcode17 chrome/browser/chromeos/attestation/attestation_key_payload.proto:17: On 2013/04/23 10:53:01, Mattias Nissler wrote: > remove trailing ...
7 years, 8 months ago (2013-04-23 21:17:09 UTC) #5
Mattias Nissler (ping if slow)
LGTM
7 years, 8 months ago (2013-04-25 12:08:08 UTC) #6
jochen (gone - plz use gerrit)
lgtm
7 years, 8 months ago (2013-04-25 13:19:50 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dkrahn@google.com/14220003/14001
7 years, 8 months ago (2013-04-25 22:53:08 UTC) #8
commit-bot: I haz the power
Failed to apply patch for chrome/chrome_tests_unit.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-25 22:53:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dkrahn@google.com/14220003/21001
7 years, 8 months ago (2013-04-26 00:06:34 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-26 00:26:09 UTC) #11
dkrahn
+wtc as OWNER of net/ Added NET_EXPORT_PRIVATE to CreateSelfSignedCert for use in attestation_policy_observer_unittest.cc.
7 years, 8 months ago (2013-04-26 21:59:30 UTC) #12
wtc
Patch set 5 LGTM. I only reviewed net/cert/x509_util_nss.h. https://codereview.chromium.org/14220003/diff/39001/net/cert/x509_util_nss.h File net/cert/x509_util_nss.h (right): https://codereview.chromium.org/14220003/diff/39001/net/cert/x509_util_nss.h#newcode12 net/cert/x509_util_nss.h:12: #include ...
7 years, 8 months ago (2013-04-27 17:24:29 UTC) #13
dkrahn
https://chromiumcodereview.appspot.com/14220003/diff/39001/net/cert/x509_util_nss.h File net/cert/x509_util_nss.h (right): https://chromiumcodereview.appspot.com/14220003/diff/39001/net/cert/x509_util_nss.h#newcode12 net/cert/x509_util_nss.h:12: #include "net/cert/x509_certificate.h" On 2013/04/27 17:24:30, wtc wrote: > > ...
7 years, 7 months ago (2013-04-29 21:34:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dkrahn@google.com/14220003/45001
7 years, 7 months ago (2013-04-29 21:35:26 UTC) #15
commit-bot: I haz the power
7 years, 7 months ago (2013-04-30 01:15:14 UTC) #16
Message was sent while issue was closed.
Change committed as 197210

Powered by Google App Engine
This is Rietveld 408576698