|
|
Adds memory cache logging, and updates disk cache logging.
Memory and disk cache use the same set of events, with the same parameters (Though the disk cache has a couple events the memory cache does not). Most disk cache events were renamed so as to no longer imply a connection to the disk cache, and all disk cache-related NetLog parameter class definitions were moved to a new file, since they're shared by both entry type.
BUG= 59382
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78572
Total comments: 3
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+660 lines, -271 lines) |
Patch |
 |
M |
chrome/browser/net/passive_log_collector.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/passive_log_collector.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+27 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/net_internals/main.css
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/net_internals/sourceentry.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/net_log_event_type_list.h
|
View
|
1
2
3
4
5
6
7
|
37 chunks |
+132 lines, -102 lines |
0 comments
|
Download
|
 |
M |
net/base/net_log_source_type_list.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/backend_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/disk_cache/backend_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/disk_cache/disk_cache_test_base.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/entry_impl.cc
|
View
|
1
2
3
4
5
6
7
|
13 chunks |
+18 lines, -93 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/mem_backend_impl.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/mem_backend_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/mem_entry_impl.h
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/mem_entry_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
13 chunks |
+162 lines, -34 lines |
0 comments
|
Download
|
 |
A |
net/disk_cache/net_log_parameters.h
|
View
|
|
1 chunk |
+99 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/disk_cache/net_log_parameters.cc
|
View
|
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/sparse_control.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
10 chunks |
+59 lines, -26 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|