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

Issue 147215: Refactor DNS A/B experient, and add test of congestion time limits... (Closed)

Created:
11 years, 6 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews_googlegroups.com, darin (slow to review), Ben Goodger (Google), willchan no longer on Chromium
Visibility:
Public.

Description

Refactor DNS A/B experient, and add test of congestion time limits I added another option in the DNS experiment: user 2 seconds or 500ms for the congestion limit (that causes pre-resolutions to be discarded from the queue. The code in browser_main.cc was getting toooo large, so I pulled all the experiment code into dns_global.cc. BUG=15479 r=eroman Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19464

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 12

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -78 lines) Patch
M chrome/browser/browser_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -47 lines 0 comments Download
M chrome/browser/net/dns_global.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +18 lines, -10 lines 0 comments Download
M chrome/browser/net/dns_global.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +67 lines, -4 lines 0 comments Download
M chrome/browser/net/dns_master.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/net/dns_master.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/net/dns_master_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +24 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jar (doing other things)
11 years, 6 months ago (2009-06-26 21:39:20 UTC) #1
eroman
LGTM Good cleanup! Just be sure to read comment <http://codereview.chromium.org/147215/diff/1032/36#newcode392> since that looks like an ...
11 years, 6 months ago (2009-06-26 22:02:14 UTC) #2
eroman
Ok, so I was wrong about the declaration order suggestion (in this case you are ...
11 years, 6 months ago (2009-06-26 22:14:34 UTC) #3
jar (doing other things)
Changes made per your corrections. Thanks! http://codereview.chromium.org/147215/diff/1032/38 File chrome/browser/net/dns_global.cc (right): http://codereview.chromium.org/147215/diff/1032/38#newcode285 Line 285: DCHECK_EQ(startup_list->GetSize(), 0u); ...
11 years, 6 months ago (2009-06-26 22:18:12 UTC) #4
eroman
11 years, 6 months ago (2009-06-26 22:21:52 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698