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

Issue 13006020: net: extract net/cert out of net/base (Closed)

Created:
7 years, 9 months ago by Paweł Hajdan Jr.
Modified:
7 years, 8 months ago
CC:
chromium-reviews, jam, nkostylev+watch_chromium.org, dhollowa+watch_chromium.org, amit, ahutter, Albert Bodenhamer, markusheintz_, Ilya Sherman, dcaiafa+watch_chromium.org, cbentzel+watch_chromium.org, gavinp+disk_chromium.org, benquan, stevenjb+watch_chromium.org, kkania, dbeam+watch-autofill_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, android-webview-reviews_chromium.org, dbeam+watch-options_chromium.org, wez+watch_chromium.org, gspencer+watch_chromium.org, sanjeevr, gauravsh+watch_chromium.org, simonmorris+watch_chromium.org, rmsousa+watch_chromium.org, oshima+watch_chromium.org, Raman Kakilate, sergeyu+watch_chromium.org, jochen+watch_chromium.org, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, tfarina, sail+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, robertshield, Dane Wallinga, dyu1, estade+watch_chromium.org, alexeypa+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

net: extract net/cert out of net/base This introduces the following dependency of net/base on things outside: net/base/openssl_client_key_store.cc:#include "net/cert/x509_certificate.h" BUG=70818 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191450

Patch Set 1 #

Total comments: 8

Patch Set 2 : fixes #

Total comments: 1

Patch Set 3 : fixes #

Total comments: 10

Patch Set 4 : fixes #

Patch Set 5 : gyp #

Patch Set 6 : pyautolib.i #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+651 lines, -21660 lines) Patch
M android_webview/native/aw_contents.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M android_webview/native/aw_contents_client_bridge.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/testing_automation_provider.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_reloader_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/certificate_manager_model.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/certificate_manager_model.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/certificate_viewer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/cert_library.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/cros/cert_library.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/cros/certificate_pattern.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/web_socket_proxy.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/chrome_fraudulent_certificate_reporter.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/chrome_fraudulent_certificate_reporter_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/net/connection_tester.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/connection_tester_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/crl_set_fetcher.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/transport_security_persister.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager_delegate_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/download_protection_service.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/download_protection_service_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/signature_util_win_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_add_cert_handler.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_add_cert_handler_mac.mm View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ssl/ssl_add_certificate.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_client_auth_observer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_client_certificate_selector_test.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_error_info.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_error_info.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_tab_helper.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/certificate_viewer_android.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/ssl_client_certificate_request.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/android/website_settings_popup_android.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/certificate_dialogs.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/certificate_viewer_mac.mm View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/crypto_module_password_dialog_nss.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/certificate_viewer_gtk.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/ssl_client_certificate_selector.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/certificate_viewer_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ssl_client_certificate_selector.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/certificate_viewer_webui.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/certificate_manager_handler.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/certificate_manager_handler.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/automation_messages.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/x509_certificate_model.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/net/x509_certificate_model_nss.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/x509_certificate_model_openssl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/x509_certificate_model_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/service/net/service_url_request_context.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automation/tab_proxy.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/certificate_viewer_ui_test-inl.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/pyautolib/pyautolib.i View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/onc/onc_certificate_importer.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chromeos/network/onc/onc_certificate_importer_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/cert_store_impl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_loader_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_socket.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/ssl/ssl_cert_error_handler.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/ssl/ssl_client_auth_handler.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_host_state.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/ssl/ssl_manager.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_policy_backend.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/ssl/ssl_request_info.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/common/ssl_status_serialization.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/load_from_memory_cache_details.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/resource_request_details.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/ssl_status.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/shell/shell_url_request_context_getter.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/chrome_async_socket_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/base/xmpp_connection_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/communicator/login_settings.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
D net/base/asn1_util.h View 1 2 3 4 5 6 1 chunk +0 lines, -93 lines 0 comments Download
D net/base/asn1_util.cc View 1 2 3 4 5 6 1 chunk +0 lines, -331 lines 0 comments Download
D net/base/cert_database.h View 1 2 3 4 5 6 1 chunk +0 lines, -105 lines 0 comments Download
D net/base/cert_database.cc View 1 2 3 4 5 6 1 chunk +0 lines, -39 lines 0 comments Download
D net/base/cert_database_android.cc View 1 2 3 4 5 6 1 chunk +0 lines, -39 lines 0 comments Download
D net/base/cert_database_ios.cc View 1 2 3 4 5 6 1 chunk +0 lines, -30 lines 0 comments Download
D net/base/cert_database_mac.cc View 1 2 3 4 5 6 1 chunk +0 lines, -172 lines 0 comments Download
D net/base/cert_database_nss.cc View 1 2 3 4 5 6 1 chunk +0 lines, -104 lines 0 comments Download
D net/base/cert_database_openssl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -58 lines 0 comments Download
D net/base/cert_database_win.cc View 1 2 3 4 5 6 1 chunk +0 lines, -61 lines 0 comments Download
D net/base/cert_status_flags.h View 1 2 3 4 5 6 1 chunk +0 lines, -61 lines 0 comments Download
D net/base/cert_status_flags.cc View 1 2 3 4 5 6 1 chunk +0 lines, -83 lines 0 comments Download
D net/base/cert_test_util.h View 1 2 3 4 5 6 1 chunk +0 lines, -53 lines 0 comments Download
D net/base/cert_test_util.cc View 1 2 3 4 5 6 1 chunk +0 lines, -57 lines 0 comments Download
D net/base/cert_trust_anchor_provider.h View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/base/cert_type.h View 1 2 3 4 5 6 1 chunk +0 lines, -28 lines 0 comments Download
D net/base/cert_verifier.h View 1 2 3 4 5 6 1 chunk +0 lines, -113 lines 0 comments Download
D net/base/cert_verifier.cc View 1 2 3 4 5 6 1 chunk +0 lines, -16 lines 0 comments Download
D net/base/cert_verify_proc.h View 1 2 3 4 5 6 1 chunk +0 lines, -96 lines 0 comments Download
D net/base/cert_verify_proc.cc View 1 2 3 4 5 6 1 chunk +0 lines, -289 lines 0 comments Download
D net/base/cert_verify_proc_android.h View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/base/cert_verify_proc_android.cc View 1 2 3 4 5 6 1 chunk +0 lines, -117 lines 0 comments Download
D net/base/cert_verify_proc_mac.h View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/base/cert_verify_proc_mac.cc View 1 2 3 4 5 6 1 chunk +0 lines, -598 lines 0 comments Download
D net/base/cert_verify_proc_nss.h View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/base/cert_verify_proc_nss.cc View 1 2 3 4 5 6 1 chunk +0 lines, -881 lines 0 comments Download
D net/base/cert_verify_proc_openssl.h View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
D net/base/cert_verify_proc_openssl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -230 lines 0 comments Download
D net/base/cert_verify_proc_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1068 lines 0 comments Download
D net/base/cert_verify_proc_win.h View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D net/base/cert_verify_proc_win.cc View 1 2 3 4 5 6 1 chunk +0 lines, -755 lines 0 comments Download
D net/base/cert_verify_result.h View 1 2 3 4 5 6 1 chunk +0 lines, -66 lines 0 comments Download
D net/base/cert_verify_result.cc View 1 2 3 4 5 6 1 chunk +0 lines, -32 lines 0 comments Download
D net/base/crl_set.h View 1 2 3 4 5 6 1 chunk +0 lines, -118 lines 0 comments Download
D net/base/crl_set.cc View 1 2 3 4 5 6 1 chunk +0 lines, -593 lines 0 comments Download
D net/base/crl_set_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -326 lines 0 comments Download
D net/base/ev_root_ca_metadata.h View 1 2 3 4 5 6 1 chunk +0 lines, -89 lines 0 comments Download
D net/base/ev_root_ca_metadata.cc View 1 2 3 4 5 6 1 chunk +0 lines, -553 lines 0 comments Download
D net/base/ev_root_ca_metadata_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -144 lines 0 comments Download
D net/base/mock_cert_verifier.h View 1 2 3 4 5 6 1 chunk +0 lines, -69 lines 0 comments Download
D net/base/mock_cert_verifier.cc View 1 2 3 4 5 6 1 chunk +0 lines, -83 lines 0 comments Download
D net/base/multi_threaded_cert_verifier.h View 1 2 3 4 5 6 1 chunk +0 lines, -169 lines 0 comments Download
D net/base/multi_threaded_cert_verifier.cc View 1 2 3 4 5 6 1 chunk +0 lines, -554 lines 0 comments Download
D net/base/multi_threaded_cert_verifier_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -419 lines 0 comments Download
D net/base/nss_cert_database.h View 1 2 3 4 5 6 1 chunk +0 lines, -208 lines 0 comments Download
D net/base/nss_cert_database.cc View 1 2 3 4 5 6 1 chunk +0 lines, -344 lines 0 comments Download
D net/base/nss_cert_database_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -929 lines 0 comments Download
M net/base/openssl_client_key_store.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/base/openssl_client_key_store_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
D net/base/pem_tokenizer.h View 1 2 3 4 5 6 1 chunk +0 lines, -77 lines 0 comments Download
D net/base/pem_tokenizer.cc View 1 2 3 4 5 6 1 chunk +0 lines, -105 lines 0 comments Download
D net/base/pem_tokenizer_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -169 lines 0 comments Download
D net/base/single_request_cert_verifier.h View 1 2 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
D net/base/single_request_cert_verifier.cc View 1 2 3 4 5 6 1 chunk +0 lines, -70 lines 0 comments Download
D net/base/test_certificate_data.h View 1 2 3 4 5 6 1 chunk +0 lines, -843 lines 0 comments Download
D net/base/test_root_certs.h View 1 2 3 4 5 6 1 chunk +0 lines, -127 lines 0 comments Download
D net/base/test_root_certs.cc View 1 2 3 4 5 6 1 chunk +0 lines, -76 lines 0 comments Download
D net/base/test_root_certs_android.cc View 1 2 3 4 5 6 1 chunk +0 lines, -42 lines 0 comments Download
D net/base/test_root_certs_mac.cc View 1 2 3 4 5 6 1 chunk +0 lines, -127 lines 0 comments Download
D net/base/test_root_certs_nss.cc View 1 2 3 4 5 6 1 chunk +0 lines, -125 lines 0 comments Download
D net/base/test_root_certs_openssl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -51 lines 0 comments Download
D net/base/test_root_certs_win.cc View 1 2 3 4 5 6 1 chunk +0 lines, -213 lines 0 comments Download
D net/base/x509_cert_types.h View 1 2 3 4 5 6 1 chunk +0 lines, -138 lines 0 comments Download
D net/base/x509_cert_types.cc View 1 2 3 4 5 6 1 chunk +0 lines, -129 lines 0 comments Download
D net/base/x509_cert_types_mac.cc View 1 2 3 4 5 6 1 chunk +0 lines, -290 lines 0 comments Download
D net/base/x509_cert_types_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -139 lines 0 comments Download
D net/base/x509_cert_types_win.cc View 1 2 3 4 5 6 1 chunk +0 lines, -139 lines 0 comments Download
D net/base/x509_certificate.h View 1 2 3 4 5 6 1 chunk +0 lines, -510 lines 0 comments Download
D net/base/x509_certificate.cc View 1 2 3 4 5 6 1 chunk +0 lines, -701 lines 0 comments Download
D net/base/x509_certificate_ios.cc View 1 2 3 4 5 6 1 chunk +0 lines, -245 lines 0 comments Download
D net/base/x509_certificate_known_roots_mac.h View 1 2 3 4 5 6 1 chunk +0 lines, -342 lines 0 comments Download
D net/base/x509_certificate_known_roots_win.h View 1 2 3 4 5 6 1 chunk +0 lines, -655 lines 0 comments Download
D net/base/x509_certificate_mac.cc View 1 2 3 4 5 6 1 chunk +0 lines, -834 lines 0 comments Download
D net/base/x509_certificate_net_log_param.h View 1 2 3 4 5 6 1 chunk +0 lines, -21 lines 0 comments Download
D net/base/x509_certificate_net_log_param.cc View 1 2 3 4 5 6 1 chunk +0 lines, -27 lines 0 comments Download
D net/base/x509_certificate_nss.cc View 1 2 3 4 5 6 1 chunk +0 lines, -306 lines 0 comments Download
D net/base/x509_certificate_openssl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -531 lines 0 comments Download
D net/base/x509_certificate_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1170 lines 0 comments Download
D net/base/x509_certificate_win.cc View 1 2 3 4 5 6 1 chunk +0 lines, -505 lines 0 comments Download
D net/base/x509_util.h View 1 2 3 4 5 6 1 chunk +0 lines, -73 lines 0 comments Download
D net/base/x509_util.cc View 1 2 3 4 5 6 1 chunk +0 lines, -49 lines 0 comments Download
D net/base/x509_util_ios.h View 1 2 3 4 5 6 1 chunk +0 lines, -72 lines 0 comments Download
D net/base/x509_util_ios.cc View 1 2 3 4 5 6 1 chunk +0 lines, -141 lines 0 comments Download
D net/base/x509_util_mac.h View 1 2 3 4 5 6 1 chunk +0 lines, -139 lines 0 comments Download
D net/base/x509_util_mac.cc View 1 2 3 4 5 6 1 chunk +0 lines, -231 lines 0 comments Download
D net/base/x509_util_nss.h View 1 2 3 4 5 6 1 chunk +0 lines, -101 lines 0 comments Download
D net/base/x509_util_nss.cc View 1 2 3 4 5 6 1 chunk +0 lines, -600 lines 0 comments Download
D net/base/x509_util_nss_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -171 lines 0 comments Download
D net/base/x509_util_openssl.h View 1 2 3 4 5 6 1 chunk +0 lines, -45 lines 0 comments Download
D net/base/x509_util_openssl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -119 lines 0 comments Download
D net/base/x509_util_openssl_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -57 lines 0 comments Download
D net/base/x509_util_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -54 lines 0 comments Download
A + net/cert/asn1_util.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/asn1_util.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/cert_database.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_database.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/cert_database_android.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/cert_database_ios.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/cert_database_mac.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/cert_database_nss.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/cert_database_openssl.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/cert_database_win.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/cert_status_flags.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/cert_status_flags.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/cert_trust_anchor_provider.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/cert_type.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/cert_verifier.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/cert_verifier.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + net/cert/cert_verify_proc.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_verify_proc.cc View 1 2 3 4 5 6 1 chunk +11 lines, -11 lines 0 comments Download
A + net/cert/cert_verify_proc_android.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_verify_proc_android.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_verify_proc_mac.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_verify_proc_mac.cc View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
A + net/cert/cert_verify_proc_nss.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_verify_proc_nss.cc View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
A + net/cert/cert_verify_proc_openssl.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_verify_proc_openssl.cc View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
A + net/cert/cert_verify_proc_unittest.cc View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
A + net/cert/cert_verify_proc_win.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/cert_verify_proc_win.cc View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
A + net/cert/cert_verify_result.h View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
A + net/cert/cert_verify_result.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/crl_set.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/crl_set.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/crl_set_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/ev_root_ca_metadata.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/ev_root_ca_metadata.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/ev_root_ca_metadata_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + net/cert/mock_cert_verifier.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
A + net/cert/mock_cert_verifier.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
A + net/cert/multi_threaded_cert_verifier.h View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
A + net/cert/multi_threaded_cert_verifier.cc View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
A + net/cert/multi_threaded_cert_verifier_unittest.cc View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
A + net/cert/nss_cert_database.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + net/cert/nss_cert_database.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/nss_cert_database_unittest.cc View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
A + net/cert/pem_tokenizer.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/pem_tokenizer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/pem_tokenizer_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/single_request_cert_verifier.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/single_request_cert_verifier.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/test_root_certs.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/test_root_certs.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/test_root_certs_android.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/test_root_certs_mac.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/test_root_certs_nss.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + net/cert/test_root_certs_openssl.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/test_root_certs_win.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/x509_cert_types.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_cert_types.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/x509_cert_types_mac.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + net/cert/x509_cert_types_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/x509_cert_types_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/x509_certificate.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
A + net/cert/x509_certificate.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/x509_certificate_ios.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
A + net/cert/x509_certificate_known_roots_mac.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_certificate_known_roots_win.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_certificate_mac.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/x509_certificate_net_log_param.h View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/cert/x509_certificate_net_log_param.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/x509_certificate_nss.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/x509_certificate_openssl.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + net/cert/x509_certificate_unittest.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/x509_certificate_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/x509_util.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_util.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/x509_util_ios.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/x509_util_ios.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_util_mac.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_util_mac.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/cert/x509_util_nss.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
A + net/cert/x509_util_nss.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_util_nss_unittest.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
A + net/cert/x509_util_openssl.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + net/cert/x509_util_openssl.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + net/cert/x509_util_openssl_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + net/cert/x509_util_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_cache_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_layer_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction_spdy2_unittest.cc View 1 2 3 4 5 6 3 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_spdy3_unittest.cc View 1 2 3 4 5 6 3 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_response_info.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/http/transport_security_state.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/transport_security_state.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/transport_security_state_unittest.cc View 1 2 3 4 5 6 1 chunk +7 lines, -7 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 25 chunks +126 lines, -126 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_script_fetcher_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/socket/client_socket_factory.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/socket/client_socket_pool_manager_impl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_openssl_unittest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_credential_builder.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_credential_builder_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream_spdy2_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream_spdy3_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session_pool.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session_spdy2_unittest.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util_spdy2.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util_spdy2.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util_spdy3.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_test_util_spdy3.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_cert_store.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_cert_store_impl_mac.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_cert_store_impl_nss.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_cert_store_impl_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_cert_store_impl_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/server_bound_cert_service.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/ssl/server_bound_cert_service_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/ssl/ssl_cert_request_info.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/ssl_client_auth_cache.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/ssl_client_auth_cache.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/ssl_client_auth_cache_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/ssl_config_service.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M net/ssl/ssl_config_service.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/ssl_info.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/ssl/ssl_info.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M net/test/base_test_server.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + net/test/cert_test_util.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
A + net/test/cert_test_util.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
A + net/test/test_certificate_data.h View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
M net/third_party/mozilla_security_manager/nsNSSCertificateDB.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/third_party/mozilla_security_manager/nsNSSCertificateDB.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/tools/crl_set_dump/crl_set_dump.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/tools/fetch/fetch_client.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_context_storage.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M net/url_request/url_request_test_util.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_test_util.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/base/rsa_key_pair.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -13 lines 0 comments Download
M remoting/host/url_request_context.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_session_manager.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/DEPS View 1 2 3 4 5 6 1 chunk +1 line, -12 lines 0 comments Download
M webkit/tools/test_shell/test_shell_request_context.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Paweł Hajdan Jr.
Please review: Ryan: entire CL Sergey: remoting Tony: webkit
7 years, 9 months ago (2013-03-26 20:18:38 UTC) #1
alexeypa (please no reviews)
remoting/* - lgtm.
7 years, 9 months ago (2013-03-26 20:30:32 UTC) #2
tony
webkit lgtm
7 years, 9 months ago (2013-03-26 20:48:59 UTC) #3
Ryan Sleevi
As mentioned via e-mail, I think the OpenSSLClientKeyStore needs to land either in cert/ (as ...
7 years, 9 months ago (2013-03-27 17:21:24 UTC) #4
tony
https://codereview.chromium.org/13006020/diff/1/webkit/DEPS File webkit/DEPS (right): https://codereview.chromium.org/13006020/diff/1/webkit/DEPS#newcode41 webkit/DEPS:41: "+net", On 2013/03/27 17:21:25, Ryan Sleevi wrote: > Can ...
7 years, 9 months ago (2013-03-27 19:49:52 UTC) #5
Paweł Hajdan Jr.
PTAL If possible I'd like to sort out openssl-related issues in a separate CL, just ...
7 years, 9 months ago (2013-03-28 00:25:34 UTC) #6
Ryan Sleevi
I haven't checked all of the net/ files, but this one stands out, so it ...
7 years, 9 months ago (2013-03-28 00:31:45 UTC) #7
joth
aw/ lgtm
7 years, 9 months ago (2013-03-28 00:45:02 UTC) #8
Paweł Hajdan Jr.
PTAL
7 years, 9 months ago (2013-03-28 14:57:55 UTC) #9
Ryan Sleevi
Still some header sorting issues. I'm guessing a late move of cert_status_flags that you may ...
7 years, 9 months ago (2013-03-28 19:00:52 UTC) #10
Paweł Hajdan Jr.
PTAL https://codereview.chromium.org/13006020/diff/68001/net/http/http_cache_transaction.cc File net/http/http_cache_transaction.cc (right): https://codereview.chromium.org/13006020/diff/68001/net/http/http_cache_transaction.cc#newcode24 net/http/http_cache_transaction.cc:24: #include "net/cert/cert_status_flags.h" On 2013/03/28 19:00:52, Ryan Sleevi wrote: ...
7 years, 9 months ago (2013-03-28 19:40:05 UTC) #11
Ryan Sleevi
net/ lgtm
7 years, 8 months ago (2013-03-29 20:43:59 UTC) #12
Paweł Hajdan Jr.
7 years, 8 months ago (2013-03-29 21:48:23 UTC) #13
Message was sent while issue was closed.
Committed patchset #7 manually as r191450.

Powered by Google App Engine
This is Rietveld 408576698