|
|
Support both preconnection, and pre-resolution for subresources
With this change, both preconnection and preresolution are
enabled when the --enable-preconnection flag is turned on.
I'm expecting to enable this feature by default soon, so
as to better tune the parameters.
BUG= 42694
r=mbelshe
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54044
Total comments: 17
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+283 lines, -683 lines) |
Patch |
 |
M |
chrome/browser/io_thread.cc
|
View
|
2
3
4
5
6
7
8
9
10
|
1 chunk |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/connect_interceptor.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/preconnect.h
|
View
|
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/preconnect.cc
|
View
|
2
3
4
5
6
7
8
9
10
|
3 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/predictor.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+14 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/predictor.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
11 chunks |
+55 lines, -129 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/predictor_api.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/predictor_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+50 lines, -128 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/predictor_unittest.cc
|
View
|
4
5
6
7
8
9
10
|
9 chunks |
+36 lines, -134 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/referrer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+24 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/referrer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+35 lines, -79 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/url_info.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+5 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/url_info.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+12 lines, -112 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_dispatcher_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/load_flags_list.h
|
View
|
2
3
4
5
6
7
8
9
10
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|