|
Add a source id to global NetLog entries, which makes them
easier to sort in about:net-internals, making the world a
happier, fuzzier place.
Also slightly simplifies the functions to add NetLog entries,
and makes it impossible to create a BoundNetLog with both an
invalid source and a non-NULL NetLog.
BUG= 116597
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126849
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+108 lines, -131 lines) |
Patch |
 |
M |
chrome/browser/io_thread.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_net_log.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_net_log.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_net_log_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/net_internals/source_tracker.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/capturing_net_log.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/base/capturing_net_log.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
 |
M |
net/base/file_stream_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/base/net_log.h
|
View
|
1
2
3
4
5
6
|
7 chunks |
+27 lines, -26 lines |
0 comments
|
Download
|
 |
M |
net/base/net_log.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/base/net_log_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_auth_handler_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_resolver_js_bindings.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_resolver_js_bindings_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/proxy/proxy_service.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/socket/socket_test_util.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_throttler_manager.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_throttler_manager.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|