|
net: Return LoadTiming information in the case of a cache hit.
If the request went over the wire before headers were returned,
return information about the last over the wire request. Otherwise,
set send times to be when the cache entry was opened, and
receive_header_start to be when the headers were read.
BUG= 239842
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200356
Total comments: 1
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+432 lines, -133 lines) |
Patch |
 |
|
chrome/browser/net/load_timing_browsertest.cc
|
View
|
1
2
3
4
|
11 chunks |
+27 lines, -29 lines |
0 comments
|
Download
|
 |
|
net/http/http_cache_transaction.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
|
net/http/http_cache_transaction.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+34 lines, -8 lines |
0 comments
|
Download
|
 |
|
net/http/http_cache_unittest.cc
|
View
|
1
2
3
4
5
6
|
29 chunks |
+237 lines, -53 lines |
0 comments
|
Download
|
 |
|
net/http/http_network_transaction.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
|
net/http/http_network_transaction.cc
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
|
net/http/http_network_transaction_spdy2_unittest.cc
|
View
|
1
|
4 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
|
net/http/http_network_transaction_spdy3_unittest.cc
|
View
|
1
|
4 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
|
net/http/http_transaction.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
|
net/http/http_transaction_unittest.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
|
net/http/http_transaction_unittest.cc
|
View
|
|
5 chunks |
+26 lines, -3 lines |
0 comments
|
Download
|
 |
|
net/url_request/url_request.cc
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
|
net/url_request/url_request_http_job.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
|
net/url_request/url_request_http_job.cc
|
View
|
|
7 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
|
net/url_request/url_request_unittest.cc
|
View
|
|
8 chunks |
+43 lines, -11 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|