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

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed)

Created:
4 years, 8 months ago by svaldez
Modified:
4 years, 8 months ago
CC:
asvitkine+watch_chromium.org, cbentzel+watch_chromium.org, certificate-transparency-chrome_googlegroups.com, chromium-apps-reviews_chromium.org, chromium-reviews, chromoting-reviews_chromium.org, darin-cc_chromium.org, Eran Messeri, extensions-reviews_chromium.org, jam, jbudorick+watch_chromium.org, johnme+watch_chromium.org, mikecase+watch_chromium.org, Peter Beverloo, Ryan Hamilton, sdefresne+watch_chromium.org, tfarina, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This removes most of the NSS files and both the use_openssl build argument and macro since we no longer have any platforms using NSS for crypto/SSL. BUG=604728 TBR=kelvinp@chromium.org Committed: https://crrev.com/2135be5210856ba79bdb774166af869342c5dddf Cr-Commit-Position: refs/heads/master@{#388517}

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : More fix. #

Patch Set 4 : Re-add use_openssl for third_party. #

Patch Set 5 : Fixing some ifdefs #

Patch Set 6 : Fix ChromeOS includes. #

Patch Set 7 : Removing use_openssl (requires WebRTC change to compile) #

Total comments: 14

Patch Set 8 : Fixing header ordering. #

Total comments: 20

Patch Set 9 : Fixing more nits. #

Total comments: 1

Patch Set 10 : Removing unused test code' #

Total comments: 2

Patch Set 11 : Rebase. #

Total comments: 7

Patch Set 12 : Fixing up build files. #

Patch Set 13 : Fix up iOS includes. #

Patch Set 14 : Fix extra MACRO. #

Patch Set 15 : Add use_openssl to crypto.gni #

Patch Set 16 : Remove unused. #

Patch Set 17 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+874 lines, -61899 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -16 lines 0 comments Download
M build/android/pylib/utils/isolator.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -2 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +0 lines, -20 lines 0 comments Download
M build/config/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -6 lines 0 comments Download
M build/config/crypto.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -8 lines 0 comments Download
M build/gn_migration.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +27 lines, -32 lines 0 comments Download
M build/isolate.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M build/linux/system.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -19 lines 0 comments Download
M chromeos/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M components/certificate_reporting/error_reporter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M components/certificate_reporting/error_reporter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +0 lines, -15 lines 0 comments Download
M components/certificate_reporting/error_reporter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -6 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -18 lines 0 comments Download
M components/gcm_driver.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -18 lines 0 comments Download
M components/gcm_driver/crypto/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -14 lines 0 comments Download
D components/gcm_driver/crypto/gcm_message_cryptographer_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -94 lines 0 comments Download
D components/gcm_driver/crypto/p256_key_util_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -102 lines 0 comments Download
M components/variations/variations_seed_store_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M crypto/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +13 lines, -106 lines 0 comments Download
M crypto/aead_openssl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -4 lines 0 comments Download
M crypto/aead_openssl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -4 lines 0 comments Download
M crypto/crypto.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +13 lines, -82 lines 0 comments Download
M crypto/crypto.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -17 lines 0 comments Download
D crypto/curve25519-donna.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -592 lines 0 comments Download
D crypto/curve25519_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -44 lines 0 comments Download
M crypto/ec_private_key.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -35 lines 0 comments Download
D crypto/ec_private_key_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -326 lines 0 comments Download
M crypto/ec_private_key_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -2 lines 0 comments Download
D crypto/ec_signature_creator_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -116 lines 0 comments Download
M crypto/encryptor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -14 lines 0 comments Download
D crypto/encryptor_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -203 lines 0 comments Download
D crypto/hmac_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -119 lines 0 comments Download
M crypto/rsa_private_key.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -23 lines 0 comments Download
D crypto/rsa_private_key_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -633 lines 0 comments Download
D crypto/secure_hash_default.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -60 lines 0 comments Download
M crypto/signature_creator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -9 lines 0 comments Download
D crypto/signature_creator_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -120 lines 0 comments Download
M crypto/signature_verifier.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -23 lines 0 comments Download
D crypto/signature_verifier_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -213 lines 0 comments Download
M crypto/symmetric_key.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -10 lines 0 comments Download
D crypto/symmetric_key_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -151 lines 0 comments Download
D crypto/third_party/nss/pk11akey.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -98 lines 0 comments Download
D crypto/third_party/nss/rsawrapr.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -160 lines 0 comments Download
D crypto/third_party/nss/secsign.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -132 lines 0 comments Download
M ios/chrome/browser/ios_chrome_io_thread.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +0 lines, -15 lines 0 comments Download
M ios/crnet/crnet_environment.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +0 lines, -16 lines 0 comments Download
M ios/web/app/web_main_loop.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -9 lines 0 comments Download
M net/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 8 chunks +9 lines, -109 lines 0 comments Download
D net/base/nss_memio.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -102 lines 0 comments Download
D net/base/nss_memio.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -541 lines 0 comments Download
M net/cert/cert_verify_proc.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/cert_verify_proc_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -4 lines 0 comments Download
M net/cert/ct_log_verifier.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -8 lines 0 comments Download
D net/cert/ct_log_verifier_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -135 lines 0 comments Download
D net/cert/ct_objects_extractor_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -619 lines 0 comments Download
M net/cert/ev_root_ca_metadata.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -4 lines 0 comments Download
M net/cert/ev_root_ca_metadata.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +5 lines, -5 lines 0 comments Download
M net/cert/internal/signature_policy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -4 lines 0 comments Download
M net/cert/internal/verify_certificate_chain_pkits_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -6 lines 0 comments Download
M net/cert/internal/verify_certificate_chain_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -6 lines 0 comments Download
M net/cert/internal/verify_signed_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -27 lines 0 comments Download
M net/cert/internal/verify_signed_data_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -9 lines 0 comments Download
D net/cert/jwk_serializer_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -119 lines 0 comments Download
M net/cert/multi_threaded_cert_verifier.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/test_root_certs.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M net/cert/test_root_certs_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -2 lines 0 comments Download
M net/cert/x509_certificate_ios.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 8 chunks +345 lines, -136 lines 0 comments Download
D net/cert/x509_certificate_openssl_ios.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -474 lines 0 comments Download
M net/cert/x509_certificate_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +2 lines, -21 lines 0 comments Download
D net/cert/x509_util_ios.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -73 lines 0 comments Download
D net/cert/x509_util_ios.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -142 lines 0 comments Download
M net/cert/x509_util_nss.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/x509_util_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +348 lines, -124 lines 0 comments Download
D net/cert/x509_util_nss_certs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -420 lines 0 comments Download
M net/cert/x509_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -2 lines 0 comments Download
M net/http/des.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -23 lines 0 comments Download
M net/http/transport_security_state_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +1 line, -10 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +5 lines, -28 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 10 chunks +1 line, -28 lines 0 comments Download
M net/net_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +21 lines, -124 lines 0 comments Download
M net/quic/crypto/aead_base_decrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -33 lines 0 comments Download
D net/quic/crypto/aead_base_decrypter_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -135 lines 0 comments Download
M net/quic/crypto/aead_base_encrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +0 lines, -33 lines 0 comments Download
D net/quic/crypto/aead_base_encrypter_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -178 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -9 lines 0 comments Download
D net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -58 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_encrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -9 lines 0 comments Download
D net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -44 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -9 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_encrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -9 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -9 lines 0 comments Download
D net/quic/crypto/chacha20_poly1305_rfc7539_decrypter_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -50 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -9 lines 0 comments Download
D net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -42 lines 0 comments Download
D net/quic/crypto/channel_id_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -79 lines 0 comments Download
M net/quic/crypto/p256_key_exchange.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -15 lines 0 comments Download
D net/quic/crypto/p256_key_exchange_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -225 lines 0 comments Download
D net/quic/crypto/proof_source_chromium_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -34 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +5 lines, -12 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils_chromium.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -152 lines 0 comments Download
D net/quic/test_tools/crypto_test_utils_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -62 lines 0 comments Download
M net/socket/client_socket_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +1 line, -11 lines 0 comments Download
D net/socket/nss_ssl_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -46 lines 0 comments Download
D net/socket/nss_ssl_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -412 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -4 lines 0 comments Download
D net/socket/ssl_client_socket_nss.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -218 lines 0 comments Download
D net/socket/ssl_client_socket_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3189 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 20 chunks +9 lines, -90 lines 0 comments Download
D net/socket/ssl_server_socket_nss.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -49 lines 0 comments Download
D net/socket/ssl_server_socket_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -982 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +4 lines, -12 lines 0 comments Download
M net/ssl/channel_id_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +0 lines, -14 lines 0 comments Download
M net/ssl/ssl_cipher_suite_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -7 lines 0 comments Download
D net/ssl/token_binding_nss.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -51 lines 0 comments Download
M net/test/embedded_test_server/embedded_test_server_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +5 lines, -5 lines 0 comments Download
M net/test/net_test_suite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M net/test/run_all_unittests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -5 lines 0 comments Download
D net/third_party/nss/patches/applypatches.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -34 lines 0 comments Download
D net/third_party/nss/patches/cachecerts.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -124 lines 0 comments Download
D net/third_party/nss/patches/cachelocks.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -239 lines 0 comments Download
D net/third_party/nss/patches/channelid.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -704 lines 0 comments Download
D net/third_party/nss/patches/cipherorder.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -106 lines 0 comments Download
D net/third_party/nss/patches/didhandshakeresume.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -40 lines 0 comments Download
D net/third_party/nss/patches/getrequestedclientcerttypes.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -93 lines 0 comments Download
D net/third_party/nss/patches/ignorechangecipherspec.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -19 lines 0 comments Download
D net/third_party/nss/patches/nobypass.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -20 lines 0 comments Download
D net/third_party/nss/patches/reorderextensions.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -35 lines 0 comments Download
D net/third_party/nss/patches/restartclientauth.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -213 lines 0 comments Download
D net/third_party/nss/patches/secretexporterlocks.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -36 lines 0 comments Download
D net/third_party/nss/patches/sessioncache.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -90 lines 0 comments Download
D net/third_party/nss/patches/tlsunique.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -156 lines 0 comments Download
D net/third_party/nss/ssl.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -114 lines 0 comments Download
D net/third_party/nss/ssl/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -105 lines 0 comments Download
D net/third_party/nss/ssl/Makefile View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -63 lines 0 comments Download
D net/third_party/nss/ssl/SSLerrs.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -476 lines 0 comments Download
D net/third_party/nss/ssl/authcert.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -89 lines 0 comments Download
D net/third_party/nss/ssl/derive.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -896 lines 0 comments Download
D net/third_party/nss/ssl/dhe-param.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -413 lines 0 comments Download
D net/third_party/nss/ssl/dtlscon.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1195 lines 0 comments Download
D net/third_party/nss/ssl/manifest.mn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -55 lines 0 comments Download
D net/third_party/nss/ssl/notes.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -134 lines 0 comments Download
D net/third_party/nss/ssl/os2_err.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -53 lines 0 comments Download
D net/third_party/nss/ssl/os2_err.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -330 lines 0 comments Download
D net/third_party/nss/ssl/preenc.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -113 lines 0 comments Download
D net/third_party/nss/ssl/prelib.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -34 lines 0 comments Download
D net/third_party/nss/ssl/ssl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1302 lines 0 comments Download
D net/third_party/nss/ssl/ssl.rc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -68 lines 0 comments Download
D net/third_party/nss/ssl/ssl3con.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -14146 lines 0 comments Download
D net/third_party/nss/ssl/ssl3ecc.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1481 lines 0 comments Download
D net/third_party/nss/ssl/ssl3ext.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3290 lines 0 comments Download
D net/third_party/nss/ssl/ssl3gthr.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -458 lines 0 comments Download
D net/third_party/nss/ssl/ssl3prot.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -323 lines 0 comments Download
D net/third_party/nss/ssl/sslauth.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -316 lines 0 comments Download
D net/third_party/nss/ssl/sslcon.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3688 lines 0 comments Download
D net/third_party/nss/ssl/ssldef.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -224 lines 0 comments Download
D net/third_party/nss/ssl/sslenum.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -163 lines 0 comments Download
D net/third_party/nss/ssl/sslerr.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -234 lines 0 comments Download
D net/third_party/nss/ssl/sslerr.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -41 lines 0 comments Download
D net/third_party/nss/ssl/sslerrstrs.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -36 lines 0 comments Download
D net/third_party/nss/ssl/sslgathr.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -421 lines 0 comments Download
D net/third_party/nss/ssl/sslimpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2161 lines 0 comments Download
D net/third_party/nss/ssl/sslinfo.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -460 lines 0 comments Download
D net/third_party/nss/ssl/sslinit.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -59 lines 0 comments Download
D net/third_party/nss/ssl/sslmutex.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -128 lines 0 comments Download
D net/third_party/nss/ssl/sslmutex.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -647 lines 0 comments Download
D net/third_party/nss/ssl/sslnonce.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -467 lines 0 comments Download
D net/third_party/nss/ssl/sslproto.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -286 lines 0 comments Download
D net/third_party/nss/ssl/sslreveal.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -110 lines 0 comments Download
D net/third_party/nss/ssl/sslsecur.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1739 lines 0 comments Download
D net/third_party/nss/ssl/sslsnce.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2204 lines 0 comments Download
D net/third_party/nss/ssl/sslsock.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3715 lines 0 comments Download
D net/third_party/nss/ssl/sslt.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -269 lines 0 comments Download
D net/third_party/nss/ssl/ssltrace.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -238 lines 0 comments Download
D net/third_party/nss/ssl/sslver.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -18 lines 0 comments Download
D net/third_party/nss/ssl/tls13con.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -62 lines 0 comments Download
D net/third_party/nss/ssl/tls13con.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2059 lines 0 comments Download
D net/third_party/nss/ssl/tls13hkdf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -38 lines 0 comments Download
D net/third_party/nss/ssl/tls13hkdf.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -212 lines 0 comments Download
D net/third_party/nss/ssl/unix_err.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -57 lines 0 comments Download
D net/third_party/nss/ssl/unix_err.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -837 lines 0 comments Download
D net/third_party/nss/ssl/win32err.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -51 lines 0 comments Download
D net/third_party/nss/ssl/win32err.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -550 lines 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/token_validator_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -4 lines 0 comments Download
M tools/copyright_scanner/third_party_files_whitelist.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M tools/gn/docs/cookbook.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M tools/grit/grit_rule.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 45 (18 generated)
svaldez
I keep forgetting that setting an R= line on CLs doesn't actually mail them out...
4 years, 8 months ago (2016-04-18 14:08:51 UTC) #5
Ryan Sleevi
I made it about halfway through double checking. A recurring theme is the need to ...
4 years, 8 months ago (2016-04-18 14:23:31 UTC) #6
svaldez
https://codereview.chromium.org/1882433002/diff/60001/crypto/BUILD.gn File crypto/BUILD.gn (right): https://codereview.chromium.org/1882433002/diff/60001/crypto/BUILD.gn#newcode78 crypto/BUILD.gn:78: "third_party/nss/chromium-sha256.h", On 2016/04/18 14:23:30, Ryan Sleevi wrote: > Why? ...
4 years, 8 months ago (2016-04-18 15:09:35 UTC) #7
Ryan Sleevi
LGTM, but could you double check that the sorting order is consistent with sort-headers.py? I ...
4 years, 8 months ago (2016-04-18 15:31:40 UTC) #8
svaldez
On 2016/04/18 15:31:40, Ryan Sleevi wrote: > LGTM, but could you double check that the ...
4 years, 8 months ago (2016-04-18 15:42:11 UTC) #9
davidben
(Haven't looked at the rest of the CL yet, but this caught my eye. Am ...
4 years, 8 months ago (2016-04-18 16:25:20 UTC) #10
davidben
https://codereview.chromium.org/1882433002/diff/70001/build/linux/system.gyp File build/linux/system.gyp (right): https://codereview.chromium.org/1882433002/diff/70001/build/linux/system.gyp#newcode1250 build/linux/system.gyp:1250: '../../third_party/boringssl/boringssl.gyp:boringssl', For a follow-up probably since this is already ...
4 years, 8 months ago (2016-04-18 16:27:12 UTC) #11
Ryan Sleevi
Oh, I was totally saying "separate patch" - I just wasn't sure if we should ...
4 years, 8 months ago (2016-04-18 16:39:03 UTC) #12
davidben
On 2016/04/18 16:39:03, Ryan Sleevi wrote: > Oh, I was totally saying "separate patch" - ...
4 years, 8 months ago (2016-04-18 17:00:45 UTC) #13
davidben
lgtm with a few comments. +rch as FYI because of net/quic's arrangement with the internal ...
4 years, 8 months ago (2016-04-18 19:36:45 UTC) #14
svaldez
https://codereview.chromium.org/1882433002/diff/70001/build/linux/system.gyp File build/linux/system.gyp (right): https://codereview.chromium.org/1882433002/diff/70001/build/linux/system.gyp#newcode1250 build/linux/system.gyp:1250: '../../third_party/boringssl/boringssl.gyp:boringssl', On 2016/04/18 16:27:12, davidben wrote: > For a ...
4 years, 8 months ago (2016-04-18 20:21:40 UTC) #15
Ryan Hamilton
LGTM, modulo one suggestion to remove some now unused test code. Thanks so much for ...
4 years, 8 months ago (2016-04-18 21:52:06 UTC) #17
davidben
On 2016/04/18 21:52:06, Ryan Hamilton wrote: > Should I plan to rename foo_openssl.cc to foo.cc ...
4 years, 8 months ago (2016-04-18 21:53:53 UTC) #18
svaldez
Hi, This change removes most of the remaining USE_OPENSSL flags/macros since most of the NSS ...
4 years, 8 months ago (2016-04-19 14:37:15 UTC) #21
Nico
my files lgtm https://codereview.chromium.org/1882433002/diff/90001/build/common.gypi File build/common.gypi (left): https://codereview.chromium.org/1882433002/diff/90001/build/common.gypi#oldcode71 build/common.gypi:71: 'use_openssl%': 1, (nit: i'd remove this ...
4 years, 8 months ago (2016-04-19 14:43:38 UTC) #22
Eugene But (OOO till 7-30)
ios lgtm, with possible changes https://codereview.chromium.org/1882433002/diff/100001/ios/chrome/browser/ios_chrome_io_thread.mm File ios/chrome/browser/ios_chrome_io_thread.mm (right): https://codereview.chromium.org/1882433002/diff/100001/ios/chrome/browser/ios_chrome_io_thread.mm#newcode57 ios/chrome/browser/ios_chrome_io_thread.mm:57: #include "net/cert_net/nss_ocsp.h" Do you ...
4 years, 8 months ago (2016-04-19 15:00:12 UTC) #23
svaldez
https://codereview.chromium.org/1882433002/diff/90001/build/common.gypi File build/common.gypi (left): https://codereview.chromium.org/1882433002/diff/90001/build/common.gypi#oldcode71 build/common.gypi:71: 'use_openssl%': 1, On 2016/04/19 14:43:38, Nico wrote: > (nit: ...
4 years, 8 months ago (2016-04-19 15:12:26 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1882433002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1882433002/130001
4 years, 8 months ago (2016-04-19 15:13:05 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/97753)
4 years, 8 months ago (2016-04-19 15:20:50 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1882433002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1882433002/140001
4 years, 8 months ago (2016-04-19 15:32:32 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/161867)
4 years, 8 months ago (2016-04-19 15:50:39 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1882433002/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1882433002/150001
4 years, 8 months ago (2016-04-19 16:22:50 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/56317)
4 years, 8 months ago (2016-04-19 18:54:31 UTC) #36
jochen (gone - plz use gerrit)
lgtm
4 years, 8 months ago (2016-04-20 14:25:03 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1882433002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1882433002/160001
4 years, 8 months ago (2016-04-20 14:40:06 UTC) #41
commit-bot: I haz the power
Committed patchset #17 (id:160001)
4 years, 8 months ago (2016-04-20 16:35:06 UTC) #43
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:24:15 UTC) #45
Message was sent while issue was closed.
Patchset 17 (id:??) landed as
https://crrev.com/2135be5210856ba79bdb774166af869342c5dddf
Cr-Commit-Position: refs/heads/master@{#388517}

Powered by Google App Engine
This is Rietveld 408576698