|
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN=<http://docs.google.com/Doc?id=dfhcnb2v_21gbtrcpr3&hl=en>
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23127
Total comments: 7
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Stats (+436 lines, -311 lines) |
 |
M |
chrome/browser/net/dns_master.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
chrome/browser/net/dns_master_unittest.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
chrome/browser/net/resolve_proxy_msg_helper.h
|
View
|
1 chunk |
+1 line, -2 lines |
0 comments
|
 |
M |
chrome/browser/net/resolve_proxy_msg_helper.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
net/base/host_resolver.h
|
View
|
3 chunks |
+12 lines, -4 lines |
0 comments
|
 |
M |
net/base/host_resolver.cc
|
View
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
 |
M |
net/base/host_resolver_impl.h
|
View
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
 |
M |
net/base/host_resolver_impl.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
net/base/host_resolver_impl_unittest.cc
|
View
|
15 chunks |
+15 lines, -15 lines |
0 comments
|
 |
|
net/base/load_log.h
|
View
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
 |
M |
net/base/mock_host_resolver.h
|
View
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
 |
M |
net/base/mock_host_resolver.cc
|
View
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
 |
M |
net/ftp/ftp_network_transaction.h
|
View
|
2 chunks |
+3 lines, -1 line |
0 comments
|
 |
M |
net/ftp/ftp_network_transaction.cc
|
View
|
4 chunks |
+6 lines, -3 lines |
0 comments
|
 |
M |
net/ftp/ftp_network_transaction_unittest.cc
|
View
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
 |
M |
net/ftp/ftp_transaction.h
|
View
|
2 chunks |
+4 lines, -1 line |
0 comments
|
 |
M |
net/http/http_cache.cc
|
View
|
7 chunks |
+10 lines, -6 lines |
0 comments
|
 |
M |
net/http/http_cache_unittest.cc
|
View
|
12 chunks |
+14 lines, -14 lines |
0 comments
|
 |
M |
net/http/http_network_layer_unittest.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
net/http/http_network_transaction.h
|
View
|
2 chunks |
+3 lines, -1 line |
0 comments
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
48 chunks |
+51 lines, -49 lines |
0 comments
|
 |
M |
net/http/http_transaction.h
|
View
|
2 chunks |
+4 lines, -1 line |
0 comments
|
 |
M |
net/http/http_transaction_unittest.h
|
View
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
 |
M |
net/net.gyp
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
M |
net/proxy/proxy_resolver_js_bindings.cc
|
View
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
 |
M |
net/proxy/proxy_service.h
|
View
|
4 chunks |
+14 lines, -6 lines |
0 comments
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
6 chunks |
+19 lines, -12 lines |
0 comments
|
 |
M |
net/proxy/proxy_service_unittest.cc
|
View
|
58 chunks |
+71 lines, -70 lines |
0 comments
|
 |
M |
net/socket/client_socket_handle.h
|
View
|
1 chunk |
+3 lines, -1 line |
0 comments
|
 |
M |
net/socket/client_socket_handle.cc
|
View
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
 |
|
net/socket/client_socket_pool.h
|
View
|
1 chunk |
+3 lines, -1 line |
0 comments
|
 |
M |
net/socket/client_socket_pool_base.h
|
View
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
 |
M |
net/socket/client_socket_pool_base.cc
|
View
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
 |
M |
net/socket/client_socket_pool_base_unittest.cc
|
View
|
35 chunks |
+65 lines, -52 lines |
0 comments
|
 |
M |
net/socket/socket_test_util.cc
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
net/socket/socks5_client_socket.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
net/socket/socks5_client_socket_unittest.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
net/socket/socks_client_socket.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
net/socket/socks_client_socket_unittest.cc
|
View
|
1 chunk |
+0 lines, -1 line |
0 comments
|
 |
M |
net/socket/ssl_client_socket_unittest.cc
|
View
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
 |
M |
net/socket/ssl_test_util.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
net/socket/tcp_client_socket_pool.h
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
net/socket/tcp_client_socket_pool.cc
|
View
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
 |
M |
net/socket/tcp_client_socket_pool_unittest.cc
|
View
|
8 chunks |
+15 lines, -13 lines |
0 comments
|
 |
M |
net/socket/tcp_client_socket_unittest.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
net/socket/tcp_pinger_unittest.cc
|
View
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
 |
M |
net/tools/fetch/fetch_client.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
net/url_request/url_request.h
|
View
|
3 chunks |
+9 lines, -1 line |
0 comments
|
 |
M |
net/url_request/url_request.cc
|
View
|
2 chunks |
+3 lines, -1 line |
0 comments
|
 |
M |
net/url_request/url_request_http_job.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
net/url_request/url_request_new_ftp_job.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
Total messages: 17 (0 generated)
|