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

Issue 112533002: Add ClientCertStoreChromeOS which only returns the certs for a given user. (Closed)

Created:
7 years ago by mattm
Modified:
7 years ago
Reviewers:
awong, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Add ClientCertStoreChromeOS which only returns the certs for a given user. BUG=302125 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241080

Patch Set 1 : . #

Total comments: 26

Patch Set 2 : rebase to 240195 #

Patch Set 3 : review changes #

Total comments: 4

Patch Set 4 : explicits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+649 lines, -44 lines) Patch
M chrome/browser/profiles/profile_io_data.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M crypto/nss_util.h View 1 2 3 2 chunks +21 lines, -0 lines 0 comments Download
M crypto/nss_util.cc View 1 3 chunks +29 lines, -1 line 0 comments Download
A net/cert/nss_profile_filter_chromeos.h View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A net/cert/nss_profile_filter_chromeos.cc View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
M net/net.gyp View 1 3 chunks +5 lines, -0 lines 0 comments Download
M net/ssl/client_cert_store.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A net/ssl/client_cert_store_chromeos.h View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A net/ssl/client_cert_store_chromeos.cc View 1 2 1 chunk +94 lines, -0 lines 0 comments Download
A net/ssl/client_cert_store_chromeos_unittest.cc View 1 chunk +193 lines, -0 lines 0 comments Download
M net/ssl/client_cert_store_nss.h View 1 2 chunks +19 lines, -0 lines 0 comments Download
M net/ssl/client_cert_store_nss.cc View 1 2 5 chunks +47 lines, -41 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
mattm
7 years ago (2013-12-11 06:09:44 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/112533002/diff/20001/net/cert/nss_profile_filter_chromeos.cc File net/cert/nss_profile_filter_chromeos.cc (right): https://codereview.chromium.org/112533002/diff/20001/net/cert/nss_profile_filter_chromeos.cc#newcode12 net/cert/nss_profile_filter_chromeos.cc:12: namespace { style nit: line break https://codereview.chromium.org/112533002/diff/20001/net/cert/nss_profile_filter_chromeos.cc#newcode15 net/cert/nss_profile_filter_chromeos.cc:15: std::string ...
7 years ago (2013-12-11 06:52:50 UTC) #2
mattm
https://codereview.chromium.org/112533002/diff/20001/net/cert/nss_profile_filter_chromeos.cc File net/cert/nss_profile_filter_chromeos.cc (right): https://codereview.chromium.org/112533002/diff/20001/net/cert/nss_profile_filter_chromeos.cc#newcode12 net/cert/nss_profile_filter_chromeos.cc:12: namespace { On 2013/12/11 06:52:50, Ryan Sleevi wrote: > ...
7 years ago (2013-12-12 00:45:22 UTC) #3
Ryan Sleevi
lgtm https://codereview.chromium.org/112533002/diff/60001/net/cert/nss_profile_filter_chromeos.h File net/cert/nss_profile_filter_chromeos.h (right): https://codereview.chromium.org/112533002/diff/60001/net/cert/nss_profile_filter_chromeos.h#newcode33 net/cert/nss_profile_filter_chromeos.h:33: CertNotAllowedForProfilePredicate(const NSSProfileFilterChromeOS& filter); explicit https://codereview.chromium.org/112533002/diff/60001/net/cert/nss_profile_filter_chromeos.h#newcode42 net/cert/nss_profile_filter_chromeos.h:42: ModuleNotAllowedForProfilePredicate(const NSSProfileFilterChromeOS& ...
7 years ago (2013-12-12 00:53:26 UTC) #4
mattm
+ajwong for profile_io_data https://codereview.chromium.org/112533002/diff/60001/net/cert/nss_profile_filter_chromeos.h File net/cert/nss_profile_filter_chromeos.h (right): https://codereview.chromium.org/112533002/diff/60001/net/cert/nss_profile_filter_chromeos.h#newcode33 net/cert/nss_profile_filter_chromeos.h:33: CertNotAllowedForProfilePredicate(const NSSProfileFilterChromeOS& filter); On 2013/12/12 00:53:27, ...
7 years ago (2013-12-12 02:58:48 UTC) #5
awong
profile_io_data: LGTM
7 years ago (2013-12-12 05:34:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/112533002/80001
7 years ago (2013-12-16 19:18:52 UTC) #7
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=203250
7 years ago (2013-12-16 19:50:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/112533002/80001
7 years ago (2013-12-16 19:54:27 UTC) #9
commit-bot: I haz the power
7 years ago (2013-12-17 00:09:04 UTC) #10
Message was sent while issue was closed.
Change committed as 241080

Powered by Google App Engine
This is Rietveld 408576698