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

Issue 271753004: x509_certificate_model: remove unused code, move nss-only stuff out of public interface (Closed)

Created:
6 years, 7 months ago by mattm
Modified:
6 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

x509_certificate_model: remove unused code, move nss-only stuff out of public interface Fix x509_certificate_model::RegisterDynamicOids not getting called since gtk certificate viewer was removed. BUG=338887, 371171 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270775

Patch Set 1 #

Total comments: 2

Patch Set 2 : use lazyinstance for RegisterDynamicOids, move to GetOIDText #

Total comments: 4

Patch Set 3 : get the missing places #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -172 lines) Patch
M chrome/common/net/x509_certificate_model.h View 3 chunks +0 lines, -16 lines 0 comments Download
M chrome/common/net/x509_certificate_model_nss.cc View 1 2 5 chunks +14 lines, -77 lines 0 comments Download
M chrome/common/net/x509_certificate_model_openssl.cc View 4 chunks +0 lines, -31 lines 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h View 1 2 2 chunks +1 line, -8 lines 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp View 1 2 6 chunks +51 lines, -40 lines 1 comment Download

Messages

Total messages: 19 (0 generated)
mattm
Stuff that was used by the gtk cert viewer & selector, but isn't used by ...
6 years, 7 months ago (2014-05-07 23:04:18 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/271753004/diff/1/chrome/common/net/x509_certificate_model_nss.cc File chrome/common/net/x509_certificate_model_nss.cc (right): https://codereview.chromium.org/271753004/diff/1/chrome/common/net/x509_certificate_model_nss.cc#newcode210 chrome/common/net/x509_certificate_model_nss.cc:210: psm::RegisterDynamicOids(); This needs to be called before getting the ...
6 years, 7 months ago (2014-05-08 00:34:38 UTC) #2
mattm
updated https://codereview.chromium.org/271753004/diff/1/chrome/common/net/x509_certificate_model_nss.cc File chrome/common/net/x509_certificate_model_nss.cc (right): https://codereview.chromium.org/271753004/diff/1/chrome/common/net/x509_certificate_model_nss.cc#newcode210 chrome/common/net/x509_certificate_model_nss.cc:210: psm::RegisterDynamicOids(); On 2014/05/08 00:34:38, Ryan Sleevi wrote: > ...
6 years, 7 months ago (2014-05-13 00:57:40 UTC) #3
Ryan Sleevi
Still missing two places. Otherwise, LGTM https://codereview.chromium.org/271753004/diff/40001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp File chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp (right): https://codereview.chromium.org/271753004/diff/40001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp#newcode479 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp:479: if (oid_tag == ...
6 years, 7 months ago (2014-05-13 01:12:12 UTC) #4
mattm
updated https://codereview.chromium.org/271753004/diff/40001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp File chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp (right): https://codereview.chromium.org/271753004/diff/40001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp#newcode479 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp:479: if (oid_tag == ms_nt_principal_name) { On 2014/05/13 01:12:12, ...
6 years, 7 months ago (2014-05-13 01:52:32 UTC) #5
mattm
The CQ bit was checked by mattm@chromium.org
6 years, 7 months ago (2014-05-14 22:28:03 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/271753004/80001
6 years, 7 months ago (2014-05-14 22:29:47 UTC) #7
mattm
+jochen for OWNERS
6 years, 7 months ago (2014-05-15 02:15:08 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-15 02:23:43 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-15 02:27:06 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/67790)
6 years, 7 months ago (2014-05-15 02:27:06 UTC) #11
jochen (gone - plz use gerrit)
https://codereview.chromium.org/271753004/diff/80001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp File chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp (right): https://codereview.chromium.org/271753004/diff/80001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp#newcode166 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp:166: static base::LazyInstance<DynamicOidRegisterer>::Leaky i'm not sure I understand the reason ...
6 years, 7 months ago (2014-05-15 10:10:51 UTC) #12
Ryan Sleevi
On 2014/05/15 10:10:51, jochen wrote: > https://codereview.chromium.org/271753004/diff/80001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp > File chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp (right): > > https://codereview.chromium.org/271753004/diff/80001/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp#newcode166 > ...
6 years, 7 months ago (2014-05-15 13:12:59 UTC) #13
jochen (gone - plz use gerrit)
On 2014/05/15 13:12:59, Ryan Sleevi wrote: > On 2014/05/15 10:10:51, jochen wrote: > > > ...
6 years, 7 months ago (2014-05-15 14:36:52 UTC) #14
Ryan Sleevi
On 2014/05/15 14:36:52, jochen wrote: > On 2014/05/15 13:12:59, Ryan Sleevi wrote: > > On ...
6 years, 7 months ago (2014-05-15 14:54:15 UTC) #15
jochen (gone - plz use gerrit)
after some offline discussion lgtm
6 years, 7 months ago (2014-05-15 15:27:08 UTC) #16
mattm
The CQ bit was checked by mattm@chromium.org
6 years, 7 months ago (2014-05-15 19:27:05 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/271753004/80001
6 years, 7 months ago (2014-05-15 19:27:55 UTC) #18
commit-bot: I haz the power
6 years, 7 months ago (2014-05-15 19:34:06 UTC) #19
Message was sent while issue was closed.
Change committed as 270775

Powered by Google App Engine
This is Rietveld 408576698