|
Refactor the API for CertVerifier::Verify() and the implementation of MultiThreadedCertVerifier::Verify().
* CertVerifier::Verify() fills a |scoped_pointer<Request>*| rather than a |void*|
* CertVerifier::CancelRequest(void*) has been removed. Requests are instead cancelled by resetting the scoped_ptr<Request>.
* Refactored memory ownership in MultiThreadedCertVerifier so there are no manual calls to "delete".
* Removed locking and the CertVerifierWorker in favor of using WorkerPool::PostTaskAndReply()
BUG= 475153, 479336
TBR=pneubeck@chromium.org,zea@chromium.org,sergeyu@chromium.org
Committed: https://crrev.com/7f9236a3b9a7c0f7eb1d231c65027d0c4c535f3c
Cr-Commit-Position: refs/heads/master@{#329234}
Total comments: 5
Total comments: 25
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+388 lines, -523 lines) |
Patch |
 |
M |
chrome/browser/chromeos/policy/policy_cert_verifier.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/policy_cert_verifier.cc
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
|
View
|
1
2
|
8 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
google_apis/gcm/tools/mcs_probe.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/cert_verifier.h
|
View
|
|
3 chunks |
+9 lines, -13 lines |
4 comments
|
Download
|
 |
M |
net/cert/mock_cert_verifier.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/cert/mock_cert_verifier.cc
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_threaded_cert_verifier.h
|
View
|
1
2
3
|
4 chunks |
+23 lines, -18 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_threaded_cert_verifier.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+235 lines, -296 lines |
0 comments
|
Download
|
 |
M |
net/cert/multi_threaded_cert_verifier_unittest.cc
|
View
|
1
2
3
|
9 chunks |
+85 lines, -11 lines |
0 comments
|
Download
|
 |
D |
net/cert/single_request_cert_verifier.h
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
D |
net/cert/single_request_cert_verifier.cc
|
View
|
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
M |
net/cert_net/nss_ocsp_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/net.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/crypto/proof_verifier_chromium.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_openssl.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_openssl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/ssl_hmac_channel_authenticator.cc
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
Total messages: 41 (12 generated)
|