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

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)

Created:
4 years, 3 months ago by mikecirone
Modified:
4 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Main benefits of NetLog inner classes extraction: - Greater code organization. - Promotion of files being "include-what-you-use" clean. Less files now need to include "net_log.h"; these files are no longer susceptible to having their includes hidden by the many inner includes of "net_log.h". - All touched files are also now forward-clean re: NetLog, NetLogCaptureMode and the new, extracted classes. Here is the new structuring: - NetLogSource (net_log_source.h/.cc) - NetLogEntry, NetLogEntryData (net_log_entry.h/.cc) - NetLogWithSource (net_log_with_source.h/.cc) ***Did not extract NetLog::ThreadSafeObserver into its own class since NetLog::ThreadSafeObserver and NetLog are interrelated enough to keep NetLog::ThreadSafeObserver as an inner class. Further Notes: 1) On top of scripting, all files were checked manually, ensuring: - Forwards/including added only when appropriate. No extras added. - "net_log.h" include removals done correctly. No "net_log.h"-hiding to occur as a result of new changes. 2) Just as any .cc file will not do the include/forward if the paired .h file already has the include/forward, *_unittests.cc, *_browsertest.cc and *_test.cc files exhibit the same behavior when they have a paired .h file. 3) Override methods' types do not add to logic for inserting forwards, since it is guaranteed that the base class has the forward. - Saw this done in codebase several times, so making sure to follow the same rule. 4) A big change was the mass adjustment for the include-hiding of NetLogCaptureMode by net_log.h includes. Now the NetLogCaptureMode class is being properly forwarded/included in all files changed by the original NetLog inner classes extraction work. 5) Many NetLog/NetLogWithSource includes/forwards were added across codebase. All instances of files seeing their NetLog/NetLogWithSource include/forward being hidden by their own includes should now be gone. This is to promote greater flexibility in future changes upon the codebase. BUG=473710 R=eroman@chromium.org,tfarina@chromium.org TBR=droger@chromium.org, hirono@chromium.org, rdevlin.cronin@chromium.org, skyostil@chromium.org, wez@chromium.org, juliatuttle@chromium.org, sergeyu@chromium.org, dgozman@chromium.org, hubbe@chromium.org, rdsmith@chromium.org, stevenjb@chromium.org, scheib@chromium.org, bengr@chromium.org, alokp@chromium.org, raymes@chromium.org, samuong@chromium.org, creis@chromium.org, scottbyer@chromium.org, zea@chromium.org, mmenke@chromium.org, eranm@chromium.org Committed: https://crrev.com/f22f981b847bc8cf67e3165b47a3891c6066e70f Cr-Commit-Position: refs/heads/master@{#422691}

Patch Set 1 #

Patch Set 2 : Net Log inner class extraction heavy lifting. #

Patch Set 3 : git rebase-update patch #

Patch Set 4 : Some Linux compilation fixes. #

Patch Set 5 : Adding includes to files that were "include-hidden" by "net_log.h". #

Total comments: 4

Patch Set 6 : git rebase-update patch #

Patch Set 7 : git rebase-update patch #

Total comments: 10

Patch Set 8 : Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+1613 lines, -1044 lines) Patch
M blimp/net/tcp_client_transport.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M blimp/net/tcp_engine_transport.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M blimp/net/test_common.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/devtools/device/adb/adb_client_socket.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/devtools/device/adb/adb_client_socket.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/devtools/device/adb/mock_adb_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/devtools/device/port_forwarding_controller.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/devtools/device/port_forwarding_controller.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/devtools/device/tcp_device_provider.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/devtools/device/usb/android_usb_socket.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_network_controller_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/devtools/remote_debugging_server.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/cast_streaming/performance_test.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/dial/dial_service.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/dial/dial_service.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/log_private/log_private_api.h View 1 1 chunk +1 line, -1 line 3 comments Download
M chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/platform_keys/verify_trust_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/socket/mock_tcp_client_socket.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/socket/tcp_socket_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/socket/tls_socket_unittest.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/loader/safe_browsing_resource_throttle.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/loader/safe_browsing_resource_throttle.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/media/wv_test_license_server_config.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/net/dns_probe_runner.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/net/predictor.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/proxy_service_factory.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/privet_traffic_detector.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/net/adb_client_socket.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/net/net_util_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/chromedriver/net/port_server.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/net/test_http_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/chromedriver/net/websocket.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chromecast/browser/devtools/remote_debugging_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chromeos/dbus/services/proxy_resolution_service_provider.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/network/host_resolver_impl_chromeos_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/certificate_transparency/log_dns_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/certificate_transparency/log_dns_client_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/cronet/android/cert/cert_verifier_cache_serializer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/test/test_upload_data_stream_handler.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/cronet/ios/cronet_environment.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/cronet/ios/cronet_environment.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/cronet/stale_host_resolver_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/cronet/url_request_context_config_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h View 1 2 3 4 5 6 7 6 chunks +7 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc View 1 16 chunks +26 lines, -22 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/domain_reliability/uploader_unittest.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M components/drive/service/fake_drive_service.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/net_log/net_log_file_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/network_hints/browser/network_hints_message_filter.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/appcache/appcache_url_request_job.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/protocol/tethering_handler.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/devtools/protocol/tethering_handler.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/download/base_file.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_browsertest.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/download/download_create_info.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_file_impl.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/download/download_file_impl.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/download/download_file_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/download/download_item_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_item_impl.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
M content/browser/download/download_manager_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_manager_impl.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/download/download_manager_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_net_log_parameters.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M content/browser/download/download_net_log_parameters.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/download/save_file.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/download/save_file.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/loader/async_resource_handler.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/loader/mojo_async_resource_handler.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/loader/netlog_observer.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/loader/netlog_observer.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M content/browser/loader/resource_hints_impl.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/loader/upload_data_stream_builder_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/media_internals_proxy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/media_internals_proxy.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_lookup_request.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_network_proxy_host.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/resolve_proxy_msg_helper.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/download_manager.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/public/test/test_file_error_injector.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/shell/browser/shell_devtools_manager_delegate.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_adapter_win.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_device.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M device/bluetooth/bluetooth_device_win.h View 1 3 chunks +7 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_device_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluetooth_device_win_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_socket_net.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_socket_win.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/api/display_source/display_source_apitestbase.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M extensions/browser/api/display_source/wifi_display/wifi_display_media_service_impl.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/api/dns/dns_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/socket/socket_api.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/api/socket/tcp_socket.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M extensions/browser/api/socket/udp_socket.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_api_helpers.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/web_request/web_request_api_helpers.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
M extensions/browser/extension_throttle_entry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_throttle_entry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gcm/base/socket_stream_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M google_apis/gcm/engine/connection_factory_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M google_apis/gcm/engine/connection_factory_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M google_apis/gcm/engine/connection_handler_impl_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M headless/lib/browser/headless_devtools.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M ios/chrome/browser/net/ios_chrome_network_delegate.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M jingle/glue/chrome_async_socket_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M jingle/glue/fake_ssl_client_socket_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M jingle/glue/proxy_resolving_client_socket.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/cast/net/udp_transport.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/cast/test/utility/net_utility.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/cast/test/utility/udp_proxy.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/base/address_list.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/address_list.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/base/chunked_upload_data_stream_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/elements_upload_data_stream_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/load_timing_info.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M net/base/sdch_manager_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/base/sdch_net_log_params.h View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M net/base/sdch_net_log_params.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/upload_data_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cert/caching_cert_verifier_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cert/ct_policy_enforcer.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/cert/ct_policy_enforcer.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -3 lines 0 comments Download
M net/cert/ct_policy_enforcer_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/cert/ct_serialization_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/cert/ct_signed_certificate_timestamp_log_param.h View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M net/cert/ct_signed_certificate_timestamp_log_param.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M net/cert/multi_log_ct_verifier.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -5 lines 0 comments Download
M net/cert/multi_log_ct_verifier_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cert/multi_threaded_cert_verifier.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M net/cert/multi_threaded_cert_verifier_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate_net_log_param.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M net/cert/x509_certificate_net_log_param.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/cert_net/nss_ocsp_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/disk_cache/blockfile/entry_impl.h View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/entry_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/disk_cache/blockfile/sparse_control.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/disk_cache/memory/mem_entry_impl.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M net/disk_cache/net_log_parameters.h View 1 2 3 4 5 6 7 2 chunks +16 lines, -13 lines 0 comments Download
M net/disk_cache/net_log_parameters.cc View 1 3 chunks +13 lines, -12 lines 0 comments Download
M net/disk_cache/simple/simple_entry_impl.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/disk_cache/simple/simple_entry_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/disk_cache/simple/simple_entry_operation.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/disk_cache/simple/simple_net_log_parameters.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M net/disk_cache/simple/simple_net_log_parameters.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/dns/address_sorter_posix.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/dns/address_sorter_posix_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M net/dns/dns_client.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M net/dns/dns_session.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/dns/dns_session.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/dns/dns_session_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M net/dns/dns_socket_pool.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M net/dns/dns_socket_pool.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M net/dns/dns_transaction.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/dns/dns_transaction_unittest.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 1 2 3 4 5 6 7 5 chunks +8 lines, -4 lines 0 comments Download
M net/dns/host_resolver_impl_fuzzer.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/dns/host_resolver_impl_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/dns/host_resolver_mojo.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/dns/host_resolver_mojo_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/dns/mapped_host_resolver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/dns/mdns_client.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/dns/mdns_client_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/dns/mock_mdns_socket_factory.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/dns/mojo_host_resolver_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/dns/mojo_host_resolver_impl_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/filter/filter.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/filter/mock_filter_context.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/filter/sdch_filter.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/ftp/ftp_ctrl_response_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_ctrl_response_fuzzer.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/ftp/ftp_network_transaction.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_network_transaction.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/bidirectional_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/bidirectional_stream.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/bidirectional_stream_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_controller.h View 1 2 chunks +1 line, -1 line 0 comments Download
M net/http/http_auth_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_basic_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_auth_handler_digest_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_auth_handler_factory_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_auth_handler_negotiate.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_auth_handler_negotiate_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_auth_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_basic_state_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_cache.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_cache_transaction.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_cache_unittest.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/http/http_log_util.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_log_util.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_log_util_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_network_layer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction_ssl_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 8 chunks +8 lines, -7 lines 0 comments Download
M net/http/http_proxy_client_socket.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_wrapper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_wrapper.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_request_headers.h View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M net/http/http_request_headers.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_request_headers_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_response_headers.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/http/http_response_headers.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_response_headers_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_security_headers_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_stream_factory_impl.h View 1 2 chunks +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_stream_factory_impl_job.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_request.h View 1 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 2 chunks +6 lines, -1 line 0 comments Download
M net/http/http_stream_parser.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_parser_fuzzer.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_transaction_test_util.h View 1 2 chunks +1 line, -1 line 0 comments Download
M net/http/http_transaction_test_util.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M net/http/proxy_client_socket.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/http/transport_security_state_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M net/log/bounded_file_net_log_observer.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/log/bounded_file_net_log_observer.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/log/bounded_file_net_log_observer_unittest.cc View 1 2 3 4 5 6 7 3 chunks +15 lines, -13 lines 0 comments Download
M net/log/net_log.h View 1 2 3 4 5 6 7 8 chunks +22 lines, -177 lines 0 comments Download
M net/log/net_log.cc View 1 5 chunks +20 lines, -253 lines 0 comments Download
A net/log/net_log_entry.h View 1 2 3 4 5 6 7 1 chunk +73 lines, -0 lines 0 comments Download
A net/log/net_log_entry.cc View 1 1 chunk +69 lines, -0 lines 0 comments Download
M net/log/net_log_event_type_list.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A net/log/net_log_parameters_callback.h View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
A net/log/net_log_source.h View 1 2 3 4 5 6 7 1 chunk +52 lines, -0 lines 0 comments Download
A net/log/net_log_source.cc View 1 1 chunk +78 lines, -0 lines 0 comments Download
M net/log/net_log_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M net/log/net_log_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/log/net_log_util.cc View 1 2 3 4 5 6 7 2 chunks +7 lines, -3 lines 0 comments Download
M net/log/net_log_util_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
A net/log/net_log_with_source.h View 1 2 3 4 5 6 7 1 chunk +97 lines, -0 lines 0 comments Download
A net/log/net_log_with_source.cc View 1 2 3 4 5 1 chunk +145 lines, -0 lines 0 comments Download
M net/log/test_net_log.h View 1 3 chunks +6 lines, -2 lines 0 comments Download
M net/log/test_net_log.cc View 1 5 chunks +7 lines, -4 lines 0 comments Download
M net/log/test_net_log_entry.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M net/log/test_net_log_entry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/log/test_net_log_util.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/log/test_net_log_util.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/log/trace_net_log_observer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/log/trace_net_log_observer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/log/trace_net_log_observer_unittest.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M net/log/write_to_file_net_log_observer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/log/write_to_file_net_log_observer.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/log/write_to_file_net_log_observer_unittest.cc View 1 3 chunks +12 lines, -10 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M net/proxy/mojo_proxy_resolver_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/proxy/mojo_proxy_resolver_v8_tracing_bindings.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/multi_threaded_proxy_resolver_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_info.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/proxy/proxy_info_unittest.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/proxy/proxy_list.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M net/proxy/proxy_list.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/proxy/proxy_list_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_factory_mojo.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_factory_mojo_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_resolver_perftest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_resolver_v8_tracing.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_resolver_v8_tracing.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_resolver_v8_tracing_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8_tracing_wrapper.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8_tracing_wrapper_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_script_decider.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M net/proxy/proxy_script_decider.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_script_decider_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/proxy/proxy_service.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/proxy/proxy_service.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/proxy/proxy_service_mojo_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_service_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/bidirectional_stream_quic_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/chromium/crypto/proof_verifier_chromium.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/crypto_test_utils_chromium.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/quic_chromium_client_session.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_session_test.cc View 1 5 chunks +5 lines, -4 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_stream.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/chromium/quic_chromium_packet_reader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/quic_connection_logger.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/chromium/quic_connection_logger.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/chromium/quic_end_to_end_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/chromium/quic_http_stream.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/chromium/quic_http_stream.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/chromium/quic_stream_factory.h View 1 3 chunks +6 lines, -1 line 0 comments Download
M net/quic/chromium/quic_stream_factory.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/test_tools/quic_stream_factory_peer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/sdch/sdch_owner.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/sdch/sdch_owner.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/sdch/sdch_owner_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/server/http_server_unittest.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M net/socket/client_socket_factory.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M net/socket/client_socket_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/client_socket_handle.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/socket/client_socket_pool.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/client_socket_pool_base.h View 1 2 3 4 5 6 2 chunks +8 lines, -2 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 7 chunks +7 lines, -6 lines 0 comments Download
M net/socket/fuzzed_socket.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/socket/fuzzed_socket_factory.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/fuzzed_socket_factory.cc View 1 4 chunks +5 lines, -3 lines 0 comments Download
M net/socket/sequenced_socket_data_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/socket_net_log_params.h View 1 2 3 4 5 6 7 2 chunks +6 lines, -6 lines 0 comments Download
M net/socket/socket_net_log_params.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M net/socket/socket_test_util.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M net/socket/socks5_client_socket.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M net/socket/socks5_client_socket_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/socket/socks_client_socket.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M net/socket/socks_client_socket_pool.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M net/socket/socks_client_socket_pool_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/socks_client_socket_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_client_socket_impl.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 27 chunks +28 lines, -26 lines 0 comments Download
M net/socket/ssl_server_socket_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/ssl_server_socket_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/stream_socket.h View 1 2 chunks +1 line, -1 line 0 comments Download
M net/socket/tcp_client_socket.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/socket/tcp_client_socket.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/socket/tcp_client_socket_unittest.cc View 1 6 chunks +7 lines, -6 lines 0 comments Download
M net/socket/tcp_server_socket.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M net/socket/tcp_server_socket.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_server_socket_unittest.cc View 1 7 chunks +8 lines, -9 lines 0 comments Download
M net/socket/tcp_socket_posix.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/socket/tcp_socket_posix.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/tcp_socket_unittest.cc View 1 8 chunks +9 lines, -8 lines 0 comments Download
M net/socket/tcp_socket_win.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/socket/tcp_socket_win.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/transport_client_socket_pool.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/transport_client_socket_pool.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/transport_client_socket_pool_test_util.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket/transport_client_socket_pool_test_util.cc View 1 5 chunks +6 lines, -4 lines 0 comments Download
M net/socket/transport_client_socket_pool_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/transport_client_socket_unittest.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M net/socket/unix_domain_client_socket_posix.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/websocket_endpoint_lock_manager.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/websocket_endpoint_lock_manager_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/websocket_transport_client_socket_pool.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M net/socket/websocket_transport_client_socket_pool.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/socket/websocket_transport_connect_sub_job.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/bidirectional_stream_spdy_impl_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_header_block.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M net/spdy/spdy_header_block.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_header_block_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M net/spdy/spdy_session_pool.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_session_pool_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M net/spdy/spdy_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_stream.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_write_queue_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/openssl_ssl_util.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M net/ssl/openssl_ssl_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/test/embedded_test_server/embedded_test_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/test/embedded_test_server/embedded_test_server_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/test/spawned_test_server/base_test_server.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/tools/gdig/file_net_log.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/tools/gdig/file_net_log.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/gdig/gdig.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/tools/get_server_time/get_server_time.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/quic/quic_client_base.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_client_bin.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_client_session.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_simple_client.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M net/tools/quic/quic_simple_client_bin.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_simple_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/tools/quic/synchronous_host_resolver.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/udp/fuzzed_datagram_client_socket.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/udp/udp_client_socket.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/udp/udp_client_socket.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M net/udp/udp_net_log_parameters.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M net/udp/udp_net_log_parameters.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/udp/udp_server_socket.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M net/udp/udp_server_socket.cc View 1 1 chunk +3 lines, -7 lines 0 comments Download
M net/udp/udp_socket_perftest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M net/udp/udp_socket_posix.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M net/udp/udp_socket_posix.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/udp/udp_socket_unittest.cc View 1 2 3 4 5 6 20 chunks +29 lines, -43 lines 0 comments Download
M net/udp/udp_socket_win.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M net/udp/udp_socket_win.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M net/url_request/sdch_dictionary_fetcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_context.h View 1 2 chunks +1 line, -1 line 0 comments Download
M net/url_request/url_request_context_builder_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_netlog_params.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_request_netlog_params.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_redirect_job.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_throttler_entry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_throttler_entry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 6 chunks +6 lines, -6 lines 0 comments Download
M net/websockets/websocket_channel.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_channel_test.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/websockets/websocket_handshake_stream_create_helper_test.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/websockets/websocket_stream_create_test_base.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/base/vlog_net_log.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/chromium_socket_factory.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M remoting/protocol/pseudotcp_adapter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 60 (27 generated)
mikecirone
The "Extracting NetLog inner classes into their own classes" work is ready for review!
4 years, 2 months ago (2016-09-29 03:51:19 UTC) #6
mmenke
On 2016/09/29 03:51:19, mikecirone wrote: > The "Extracting NetLog inner classes into their own classes" ...
4 years, 2 months ago (2016-09-29 03:54:08 UTC) #7
eroman
Thanks Mike! I look forward to reviewing this, but probably won't get around to it ...
4 years, 2 months ago (2016-09-29 04:50:44 UTC) #8
mikecirone
You bet!, glad to hear this will help out.
4 years, 2 months ago (2016-09-29 05:29:45 UTC) #9
mikecirone
On 2016/09/29 04:50:44, eroman wrote: > I look forward to reviewing this, but probably won't ...
4 years, 2 months ago (2016-09-29 05:32:06 UTC) #10
mikecirone
I decided to try out compiling/running tests on my Linux and Windows machines, to preempt ...
4 years, 2 months ago (2016-09-30 06:12:25 UTC) #11
tfarina
I will try to look at some files later tomorrow. As just a note, I ...
4 years, 2 months ago (2016-09-30 19:45:56 UTC) #12
mikecirone
On 2016/09/30 19:45:56, tfarina wrote: > I will try to look at some files later ...
4 years, 2 months ago (2016-09-30 21:27:40 UTC) #18
mikecirone
Just uploaded fixes for the compilation errors from the trybots. One dealt with a file ...
4 years, 2 months ago (2016-10-01 05:49:56 UTC) #19
tfarina
Changes to the files I looked at look fine. Note for the comments below: they ...
4 years, 2 months ago (2016-10-03 15:29:11 UTC) #20
mikecirone
https://codereview.chromium.org/2333923004/diff/80001/net/dns/address_sorter_posix_unittest.cc File net/dns/address_sorter_posix_unittest.cc (right): https://codereview.chromium.org/2333923004/diff/80001/net/dns/address_sorter_posix_unittest.cc#newcode12 net/dns/address_sorter_posix_unittest.cc:12: #include "net/base/test_completion_callback.h" On 2016/10/03 15:29:11, tfarina wrote: > Since ...
4 years, 2 months ago (2016-10-03 17:33:29 UTC) #21
mikecirone
Trybots failed because of merge conflicts in files committed after git rebase-update earlier this morning. ...
4 years, 2 months ago (2016-10-03 20:18:13 UTC) #26
eroman
patchset 7 LGTM ! We can TBR the owners for stuff outside of //net https://codereview.chromium.org/2333923004/diff/120001/net/log/net_log_entry.h ...
4 years, 2 months ago (2016-10-03 21:40:51 UTC) #29
eroman
TBR stevenjb + jam (this CL does renames affecting many files) stevenjb: chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc chromeos/dbus/services/proxy_resolution_service_provider.cc chromeos/network/host_resolver_impl_chromeos_unittest.cc ...
4 years, 2 months ago (2016-10-03 21:53:27 UTC) #32
mikecirone
https://codereview.chromium.org/2333923004/diff/120001/net/log/net_log_entry.h File net/log/net_log_entry.h (right): https://codereview.chromium.org/2333923004/diff/120001/net/log/net_log_entry.h#newcode40 net/log/net_log_entry.h:40: // observe On 2016/10/03 21:40:50, eroman wrote: > join ...
4 years, 2 months ago (2016-10-03 23:38:25 UTC) #35
eroman
patchset 8 LGTM, thanks!
4 years, 2 months ago (2016-10-04 00:27:57 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2333923004/140001
4 years, 2 months ago (2016-10-04 00:29:31 UTC) #38
jam
On 2016/10/03 21:53:27, eroman wrote: > TBR stevenjb + jam (this CL does renames affecting ...
4 years, 2 months ago (2016-10-04 00:32:30 UTC) #39
eroman
@jam: understood, I will update the TBRs accordingly.
4 years, 2 months ago (2016-10-04 00:38:18 UTC) #41
eroman
TBR: droger: ios/chrome/browser/net/ios_chrome_network_delegate.cc hirono: components/drive/service/fake_drive_service.h rdevlin.cronin: chrome/browser/extensions/api/* extensions/browser/* skyostil: headless/lib/browser/headless_devtools.cc wez: blimp/net/* extensions/browser/api/cast_channel/* remoting/* juliatuttle: ...
4 years, 2 months ago (2016-10-04 01:03:21 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2333923004/140001
4 years, 2 months ago (2016-10-04 01:05:09 UTC) #46
scheib
LGTM
4 years, 2 months ago (2016-10-04 02:04:40 UTC) #47
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 2 months ago (2016-10-04 03:40:51 UTC) #49
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/f22f981b847bc8cf67e3165b47a3891c6066e70f Cr-Commit-Position: refs/heads/master@{#422691}
4 years, 2 months ago (2016-10-04 03:43:53 UTC) #51
Randy Smith (Not in Mondays)
chrome/browser/loader/safe_browsing_resource_throttle.cc chrome/browser/loader/safe_browsing_resource_throttle.h components/domain_reliability/uploader_unittest.cc content/browser/download/* content/browser/loader/* LGTM.
4 years, 2 months ago (2016-10-04 12:15:33 UTC) #52
Devlin
lgtm with minor nit to be fixed in a followup https://codereview.chromium.org/2333923004/diff/140001/chrome/browser/extensions/api/log_private/log_private_api.h File chrome/browser/extensions/api/log_private/log_private_api.h (right): https://codereview.chromium.org/2333923004/diff/140001/chrome/browser/extensions/api/log_private/log_private_api.h#newcode93 ...
4 years, 2 months ago (2016-10-04 15:03:06 UTC) #53
mikecirone
https://codereview.chromium.org/2333923004/diff/140001/chrome/browser/extensions/api/log_private/log_private_api.h File chrome/browser/extensions/api/log_private/log_private_api.h (right): https://codereview.chromium.org/2333923004/diff/140001/chrome/browser/extensions/api/log_private/log_private_api.h#newcode93 chrome/browser/extensions/api/log_private/log_private_api.h:93: void OnAddEntry(const net::NetLogEntry& entry) override; On 2016/10/04 15:03:06, Devlin ...
4 years, 2 months ago (2016-10-04 17:38:35 UTC) #54
Devlin
https://codereview.chromium.org/2333923004/diff/140001/chrome/browser/extensions/api/log_private/log_private_api.h File chrome/browser/extensions/api/log_private/log_private_api.h (right): https://codereview.chromium.org/2333923004/diff/140001/chrome/browser/extensions/api/log_private/log_private_api.h#newcode93 chrome/browser/extensions/api/log_private/log_private_api.h:93: void OnAddEntry(const net::NetLogEntry& entry) override; On 2016/10/04 17:38:35, mikecirone ...
4 years, 2 months ago (2016-10-04 17:59:22 UTC) #55
raymes
pepper lgtm
4 years, 2 months ago (2016-10-05 03:12:47 UTC) #56
hirono
components/drive/service/fake_drive_service.h lgtm
4 years, 2 months ago (2016-10-05 03:33:20 UTC) #57
Eran Messeri
components/certificate_transparency lgtm
4 years, 2 months ago (2016-10-05 13:28:19 UTC) #58
Sami
headless/ lgtm.
4 years, 2 months ago (2016-10-05 15:31:18 UTC) #59
Charlie Reis
4 years, 2 months ago (2016-10-07 06:13:16 UTC) #60
Message was sent while issue was closed.
content/ LGTM

Powered by Google App Engine
This is Rietveld 408576698