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

Issue 10537106: [net/dns] Suppress multiple DnsConfig withdrawals after timeout. (Closed)

Created:
8 years, 6 months ago by szym
Modified:
8 years, 6 months ago
Reviewers:
mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[net/dns] Suppress multiple DnsConfig withdrawals after timeout. BUG=132110 TEST=net_unittests --gtest_filter=DnsConfigServiceTest.Timeout Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141715

Patch Set 1 #

Total comments: 1

Patch Set 2 : Added requested DCHECK. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -5 lines) Patch
M net/dns/dns_config_service.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/dns/dns_config_service.cc View 1 3 chunks +13 lines, -5 lines 0 comments Download
M net/dns/dns_config_service_unittest.cc View 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
szym
Introduces |last_sent_empty_| to complement |need_update_|. Both variables could also be replaced by |DnsConfig last_sent_config_|. However, ...
8 years, 6 months ago (2012-06-11 19:47:50 UTC) #1
mmenke
LGTM http://codereview.chromium.org/10537106/diff/1/net/dns/dns_config_service.cc File net/dns/dns_config_service.cc (right): http://codereview.chromium.org/10537106/diff/1/net/dns/dns_config_service.cc#newcode151 net/dns/dns_config_service.cc:151: return; // No need to withdraw again. optional: ...
8 years, 6 months ago (2012-06-11 22:46:25 UTC) #2
mmenke
Is this expected to fix the entire problem? We only get a a bunch of ...
8 years, 6 months ago (2012-06-11 22:48:25 UTC) #3
szym
On 2012/06/11 22:48:25, Matt Menke wrote: > Is this expected to fix the entire problem? ...
8 years, 6 months ago (2012-06-12 18:08:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/10537106/3004
8 years, 6 months ago (2012-06-12 18:09:24 UTC) #5
mmenke
On 2012/06/12 18:08:39, szym wrote: > On 2012/06/11 22:48:25, Matt Menke wrote: > > Is ...
8 years, 6 months ago (2012-06-12 18:21:01 UTC) #6
szym
On 2012/06/12 18:21:01, Matt Menke wrote: > How often do we get spurious changes? If ...
8 years, 6 months ago (2012-06-12 18:26:22 UTC) #7
mmenke
On 2012/06/12 18:26:22, szym wrote: > On 2012/06/12 18:21:01, Matt Menke wrote: > > How ...
8 years, 6 months ago (2012-06-12 18:40:04 UTC) #8
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 19:50:38 UTC) #9
Change committed as 141715

Powered by Google App Engine
This is Rietveld 408576698