|
Improve the display of LoadLogs when truncation occurs.
Rather than drop all subsequent entries, we now preserve the final entry that was appended to the log.
This way, even if entries have been dropped, we can still infer what the total time was, and what the exit condition was.
Also makes LoadLog take the bound as a required parameter.
BUG=none
TEST=LoadLogUtilTest.DisplayOfTruncated
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31274
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+180 lines, -108 lines) |
Patch |
 |
M |
net/base/host_resolver_impl_unittest.cc
|
View
|
3
4
5
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/base/load_log.h
|
View
|
1
2
3
4
5
|
4 chunks |
+22 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/base/load_log.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/base/load_log_event_type_list.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/load_log_unittest.cc
|
View
|
1
2
|
5 chunks |
+41 lines, -28 lines |
0 comments
|
Download
|
 |
M |
net/base/load_log_util.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/load_log_util_unittest.cc
|
View
|
1
2
|
3 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_cache_unittest.cc
|
View
|
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/init_proxy_resolver_unittest.cc
|
View
|
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_resolver_v8_unittest.cc
|
View
|
3
4
5
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service_unittest.cc
|
View
|
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/single_threaded_proxy_resolver.cc
|
View
|
3
4
5
|
3 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/proxy/single_threaded_proxy_resolver_unittest.cc
|
View
|
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
net/socket/client_socket_pool_base.cc
|
View
|
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_base_unittest.cc
|
View
|
3
4
5
|
10 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/socket/socks5_client_socket_unittest.cc
|
View
|
3
4
5
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/socket/socks_client_socket_unittest.cc
|
View
|
3
4
5
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_unittest.cc
|
View
|
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/tcp_client_socket_unittest.cc
|
View
|
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.cc
|
View
|
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|