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

Issue 926593003: Skip IPv6 probes when resolving IPv4 literals. The probes aren't (Closed)

Created:
5 years, 10 months ago by pauljensen
Modified:
5 years, 10 months ago
Reviewers:
mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Skip IPv6 probes when resolving IPv4 literals. The probes aren't necessary as they at most restrict to IPv4 results which doesn't change the resolver's result for IPv4 literals. BUG=453456 Committed: https://crrev.com/370f1c72d1c40e64d977f5514c999fdf625caa6c Cr-Commit-Position: refs/heads/master@{#316589}

Patch Set 1 #

Total comments: 2

Patch Set 2 : parse address only once #

Patch Set 3 : revert to simpler PS1 #

Patch Set 4 : size array #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M net/dns/host_resolver_impl.cc View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
mmenke
https://codereview.chromium.org/926593003/diff/1/net/dns/host_resolver_impl.cc File net/dns/host_resolver_impl.cc (right): https://codereview.chromium.org/926593003/diff/1/net/dns/host_resolver_impl.cc#newcode2165 net/dns/host_resolver_impl.cc:2165: &num_components) != url::CanonHostInfo::IPV4) { Doing this twice seems weird...Maybe ...
5 years, 10 months ago (2015-02-13 15:03:27 UTC) #2
pauljensen
https://codereview.chromium.org/926593003/diff/1/net/dns/host_resolver_impl.cc File net/dns/host_resolver_impl.cc (right): https://codereview.chromium.org/926593003/diff/1/net/dns/host_resolver_impl.cc#newcode2165 net/dns/host_resolver_impl.cc:2165: &num_components) != url::CanonHostInfo::IPV4) { On 2015/02/13 15:03:27, mmenke wrote: ...
5 years, 10 months ago (2015-02-13 15:33:09 UTC) #3
pauljensen
Hmm, perhaps adding the ip_literal to the Key makes more sense.
5 years, 10 months ago (2015-02-13 15:34:51 UTC) #4
pauljensen
On 2015/02/13 15:34:51, pauljensen wrote: > Hmm, perhaps adding the ip_literal to the Key makes ...
5 years, 10 months ago (2015-02-13 15:36:26 UTC) #5
mmenke
On 2015/02/13 15:36:26, pauljensen wrote: > On 2015/02/13 15:34:51, pauljensen wrote: > > Hmm, perhaps ...
5 years, 10 months ago (2015-02-13 16:20:08 UTC) #6
pauljensen
On 2015/02/13 16:20:08, mmenke wrote: > On 2015/02/13 15:36:26, pauljensen wrote: > > On 2015/02/13 ...
5 years, 10 months ago (2015-02-13 18:26:31 UTC) #7
mmenke
On 2015/02/13 18:26:31, pauljensen wrote: > On 2015/02/13 16:20:08, mmenke wrote: > > On 2015/02/13 ...
5 years, 10 months ago (2015-02-13 18:29:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/926593003/60001
5 years, 10 months ago (2015-02-17 16:08:52 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-17 16:59:23 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-02-17 17:00:32 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/370f1c72d1c40e64d977f5514c999fdf625caa6c
Cr-Commit-Position: refs/heads/master@{#316589}

Powered by Google App Engine
This is Rietveld 408576698