Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Issue 23522036: [net/dns] Treat Name Resolution Policy Table as unhandled option. (Closed)

Created:
7 years, 3 months ago by szym
Modified:
7 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

[net/dns] Treat Name Resolution Policy Table as unhandled option. Also, conservatively assume that non-empty NRPT or unknown DnsConfig could mean DirectAccess is used, and disable IPv6 probing in that case. BUG=259792 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223595

Patch Set 1 #

Patch Set 2 : return CONFIG_PARSE_WIN_UNHANDLED_OPTIONS #

Patch Set 3 : fix test #

Patch Set 4 : fixes #

Patch Set 5 : add use_local_ipv6 #

Patch Set 6 : remove histograms.xml until a later cl #

Total comments: 17

Patch Set 7 : responded to review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -109 lines) Patch
M net/base/net_log_event_type_list.h View 1 2 3 4 5 6 1 chunk +2 lines, -8 lines 0 comments Download
M net/dns/dns_config_service.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M net/dns/dns_config_service.cc View 1 2 3 4 4 chunks +6 lines, -2 lines 0 comments Download
M net/dns/dns_config_service_win.h View 1 3 chunks +5 lines, -13 lines 0 comments Download
M net/dns/dns_config_service_win.cc View 1 2 3 4 6 chunks +112 lines, -82 lines 0 comments Download
M net/dns/dns_config_service_win_unittest.cc View 1 2 3 4 5 6 2 chunks +38 lines, -1 line 0 comments Download
M net/dns/host_resolver_impl.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 1 2 3 4 4 chunks +6 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
szym
7 years, 3 months ago (2013-09-13 14:31:14 UTC) #1
cbentzel
This should be associated with the DirectAccess bug. Otherwise LGTM https://codereview.chromium.org/23522036/diff/28001/net/dns/dns_config_service_win.h File net/dns/dns_config_service_win.h (right): https://codereview.chromium.org/23522036/diff/28001/net/dns/dns_config_service_win.h#newcode107 ...
7 years, 3 months ago (2013-09-16 10:11:49 UTC) #2
mmenke
https://codereview.chromium.org/23522036/diff/28001/net/dns/dns_config_service.cc File net/dns/dns_config_service.cc (right): https://codereview.chromium.org/23522036/diff/28001/net/dns/dns_config_service.cc#newcode79 net/dns/dns_config_service.cc:79: dict->SetBoolean("use_local_ipv6", use_local_ipv6); nit: Should update the DNS_CONFIG_CHANGED description in ...
7 years, 3 months ago (2013-09-16 16:34:46 UTC) #3
szym
https://codereview.chromium.org/23522036/diff/28001/net/dns/dns_config_service.cc File net/dns/dns_config_service.cc (right): https://codereview.chromium.org/23522036/diff/28001/net/dns/dns_config_service.cc#newcode79 net/dns/dns_config_service.cc:79: dict->SetBoolean("use_local_ipv6", use_local_ipv6); On 2013/09/16 16:34:46, mmenke wrote: > nit: ...
7 years, 3 months ago (2013-09-16 19:17:35 UTC) #4
mmenke
LGTM! https://codereview.chromium.org/23522036/diff/28001/net/dns/host_resolver_impl.cc File net/dns/host_resolver_impl.cc (right): https://codereview.chromium.org/23522036/diff/28001/net/dns/host_resolver_impl.cc#newcode2146 net/dns/host_resolver_impl.cc:2146: if (probe_ipv6_support_ && !use_local_ipv6_) { On 2013/09/16 19:17:35, ...
7 years, 3 months ago (2013-09-16 19:25:18 UTC) #5
mmenke
Also may want to add the no probes when no DNS config behavior to the ...
7 years, 3 months ago (2013-09-16 20:57:57 UTC) #6
szym
isherman: please approve change to histograms.xml
7 years, 3 months ago (2013-09-16 23:41:27 UTC) #7
szym
https://codereview.chromium.org/23522036/diff/28001/net/dns/host_resolver_impl.cc File net/dns/host_resolver_impl.cc (right): https://codereview.chromium.org/23522036/diff/28001/net/dns/host_resolver_impl.cc#newcode1833 net/dns/host_resolver_impl.cc:1833: use_local_ipv6_ = !dns_config.IsValid() || dns_config.use_local_ipv6; On 2013/09/16 16:34:46, mmenke ...
7 years, 3 months ago (2013-09-16 23:48:18 UTC) #8
szym
isherman: PTAL histograms.xml
7 years, 3 months ago (2013-09-16 23:48:40 UTC) #9
Ilya Sherman
histograms.xml lgtm
7 years, 3 months ago (2013-09-17 00:15:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/23522036/22001
7 years, 3 months ago (2013-09-17 01:41:15 UTC) #11
szym
FTR: I have confirmed that DirectAccess and NRPT manifest in the tested registry keys by ...
7 years, 3 months ago (2013-09-17 01:49:39 UTC) #12
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years, 3 months ago (2013-09-17 06:47:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/23522036/22001
7 years, 3 months ago (2013-09-17 12:24:12 UTC) #14
commit-bot: I haz the power
7 years, 3 months ago (2013-09-17 12:24:55 UTC) #15
Message was sent while issue was closed.
Change committed as 223595

Powered by Google App Engine
This is Rietveld 408576698