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

Issue 1423333006: Adding User Certificate (.crt) Import to Certificate Manager (Closed)

Created:
5 years, 1 month ago by svaldez
Modified:
4 years, 11 months ago
Reviewers:
Lei Zhang, davidben, mattm
CC:
chromium-reviews, dbeam+watch-options_chromium.org, cbentzel+watch_chromium.org, michaelpg+watch-options_chromium.org, Ryan Sleevi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding User Certificate (.crt) Import to Certificate Manager BUG=514767 Committed: https://crrev.com/3e98a71a93160c9585aed8f6a6f93adbc532e9d1 Cr-Commit-Position: refs/heads/master@{#361115}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fixing comments. #

Patch Set 3 : Add missing namespace def. #

Total comments: 5

Patch Set 4 : Making PKCS12 strings more general. #

Patch Set 5 : Fix header. #

Total comments: 6

Patch Set 6 : Updating comments #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -51 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +9 lines, -6 lines 0 comments Download
M chrome/browser/certificate_manager_model.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/certificate_manager_model.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/certificate_manager_handler.cc View 1 2 3 4 5 5 chunks +60 lines, -21 lines 0 comments Download
M net/cert/cert_database_nss.cc View 1 2 3 chunks +9 lines, -24 lines 0 comments Download
M net/cert/nss_cert_database.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M net/cert/nss_cert_database.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M net/third_party/mozilla_security_manager/nsNSSCertificateDB.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/third_party/mozilla_security_manager/nsNSSCertificateDB.cpp View 1 2 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
svaldez
The certificate manager half of the x509-user-cert UI gating.
5 years, 1 month ago (2015-11-02 18:32:38 UTC) #2
Ryan Sleevi
I'm going to suggest mattm here as an excellent reviewer, and familiar with the code. ...
5 years, 1 month ago (2015-11-04 03:28:42 UTC) #4
mattm
On 2015/11/02 18:32:38, svaldez wrote: > The certificate manager half of the x509-user-cert UI gating. ...
5 years, 1 month ago (2015-11-06 00:24:21 UTC) #5
svaldez
On 2015/11/06 00:24:21, mattm wrote: > On 2015/11/02 18:32:38, svaldez wrote: > > The certificate ...
5 years, 1 month ago (2015-11-06 14:05:16 UTC) #6
mattm
On 2015/11/06 14:05:16, svaldez wrote: > On 2015/11/06 00:24:21, mattm wrote: > > On 2015/11/02 ...
5 years, 1 month ago (2015-11-06 23:13:00 UTC) #7
svaldez
https://codereview.chromium.org/1423333006/diff/1/chrome/browser/ui/webui/options/certificate_manager_handler.cc File chrome/browser/ui/webui/options/certificate_manager_handler.cc (right): https://codereview.chromium.org/1423333006/diff/1/chrome/browser/ui/webui/options/certificate_manager_handler.cc#newcode761 chrome/browser/ui/webui/options/certificate_manager_handler.cc:761: l10n_util::GetStringUTF8(IDS_CERT_MANAGER_PKCS12_IMPORT_ERROR_TITLE), On 2015/11/06 23:13:00, mattm wrote: > this would ...
5 years, 1 month ago (2015-11-10 15:07:50 UTC) #8
mattm
https://codereview.chromium.org/1423333006/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1423333006/diff/40001/chrome/app/generated_resources.grd#newcode3303 chrome/app/generated_resources.grd:3303: + There was an error while trying to read ...
5 years, 1 month ago (2015-11-10 21:59:42 UTC) #9
svaldez
https://codereview.chromium.org/1423333006/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1423333006/diff/40001/chrome/app/generated_resources.grd#newcode3303 chrome/app/generated_resources.grd:3303: + There was an error while trying to read ...
5 years, 1 month ago (2015-11-11 14:53:14 UTC) #10
mattm
lgtm if you re-add the errno include. https://codereview.chromium.org/1423333006/diff/40001/chrome/browser/ui/webui/options/certificate_manager_handler.cc File chrome/browser/ui/webui/options/certificate_manager_handler.cc (right): https://codereview.chromium.org/1423333006/diff/40001/chrome/browser/ui/webui/options/certificate_manager_handler.cc#newcode7 chrome/browser/ui/webui/options/certificate_manager_handler.cc:7: #include <errno.h> ...
5 years, 1 month ago (2015-11-11 22:14:39 UTC) #11
svaldez
Hi, This CL is part of a set to move the user certificate import from ...
5 years, 1 month ago (2015-11-12 17:58:46 UTC) #13
svaldez
thestig: Any chance you could take a look at the certificate manager changes under chrome/browser/ ...
5 years, 1 month ago (2015-11-19 15:58:34 UTC) #15
Lei Zhang
https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc File chrome/browser/ui/webui/options/certificate_manager_handler.cc (right): https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc#newcode733 chrome/browser/ui/webui/options/certificate_manager_handler.cc:733: } else { Just to be clear, is this ...
5 years, 1 month ago (2015-11-19 22:23:59 UTC) #16
svaldez
https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc File chrome/browser/ui/webui/options/certificate_manager_handler.cc (right): https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc#newcode733 chrome/browser/ui/webui/options/certificate_manager_handler.cc:733: } else { On 2015/11/19 22:23:59, Lei Zhang wrote: ...
5 years, 1 month ago (2015-11-20 15:01:53 UTC) #17
Lei Zhang
lgtm with some nits. https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc File chrome/browser/ui/webui/options/certificate_manager_handler.cc (right): https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc#newcode732 chrome/browser/ui/webui/options/certificate_manager_handler.cc:732: "CertificateManager.importPersonalAskPassword"); You may also consider ...
5 years, 1 month ago (2015-11-21 01:55:15 UTC) #18
svaldez
https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc File chrome/browser/ui/webui/options/certificate_manager_handler.cc (right): https://codereview.chromium.org/1423333006/diff/80001/chrome/browser/ui/webui/options/certificate_manager_handler.cc#newcode732 chrome/browser/ui/webui/options/certificate_manager_handler.cc:732: "CertificateManager.importPersonalAskPassword"); On 2015/11/21 01:55:15, Lei Zhang wrote: > You ...
5 years, 1 month ago (2015-11-23 15:17:54 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1423333006/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1423333006/100001
5 years, 1 month ago (2015-11-23 15:19:07 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 1 month ago (2015-11-23 16:22:04 UTC) #23
commit-bot: I haz the power
5 years, 1 month ago (2015-11-23 16:23:08 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/3e98a71a93160c9585aed8f6a6f93adbc532e9d1
Cr-Commit-Position: refs/heads/master@{#361115}

Powered by Google App Engine
This is Rietveld 408576698