|
[net/dns] Perform A/AAAA queries for AF_UNSPEC resolutions in parallel.
The second DnsTransaction is scheduled as a second job on the resolver's
PrioritizedDispatcher, at the beginning of its priority queue. The two
DnsTransactions run independently of each other, although if one of them
finishes with an error, the other one will be scrapped immediately, and
the Job will fall back to ProcTask.
BUG= 174992
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218616
Total comments: 1
Total comments: 51
Total comments: 6
Total comments: 3
Total comments: 4
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+776 lines, -224 lines) |
Patch |
 |
M |
chrome/browser/net/dns_probe_test_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/base/prioritized_dispatcher.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/prioritized_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
4 chunks |
+33 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/base/prioritized_dispatcher_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
5 chunks |
+117 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/base/priority_queue.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/priority_queue_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/dns/dns_test_util.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
3 chunks |
+30 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/dns/dns_test_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
7 chunks |
+65 lines, -46 lines |
0 comments
|
Download
|
 |
M |
net/dns/host_resolver_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/dns/host_resolver_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
20 chunks |
+211 lines, -99 lines |
2 comments
|
Download
|
 |
M |
net/dns/host_resolver_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
10 chunks |
+263 lines, -47 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|