|
Allows deferral of a URLRequest just before talking to the network, at
DoCreateStream time in the HttpNetworkTransaction. This hook allows
for experimentation with the ResourceScheduler so that it can defer
after first checking the cache, gathering the cookies, and starting
the WebRequest but before going to the network.
BUG= 328741
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243568
Total comments: 24
Total comments: 25
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+410 lines, -11 lines) |
Patch |
 |
M |
net/http/http_cache_transaction.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_cache_transaction.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+28 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_transaction.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_transaction_unittest.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_transaction_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_http_job.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job.h
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job.cc
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.h
|
View
|
1
2
3
4
|
5 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_test_util.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
9 chunks |
+141 lines, -7 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|