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

Issue 3019007: Add a command line flag to change the default number of parallel DNS requests... (Closed)

Created:
10 years, 5 months ago by eroman
Modified:
9 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, dpranke+watch_chromium.org, ben+cc_chromium.org, amit, darin-cc_chromium.org, Paweł Hajdan Jr., pam+watch_chromium.org
Visibility:
Public.

Description

Add a command line flag to change the default number of parallel DNS requests issued by chrome. --host-resolver-parallelism=XXX This is a useful debugging tool, since for some users too many parallel DNS requests results in spurious DNS failures from their resolver. BUG=44489 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52802

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address jar's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -19 lines) Patch
M chrome/browser/io_thread.cc View 1 1 chunk +19 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/service/net/service_url_request_context.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome_frame/test/test_server_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M jingle/notifier/listener/mediator_thread_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/base/host_resolver.h View 1 2 chunks +9 lines, -1 line 0 comments Download
M net/base/host_resolver_impl.cc View 1 1 chunk +7 lines, -3 lines 0 comments Download
M net/proxy/proxy_script_fetcher_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_test_util.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/tcp_client_socket_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/tcp_pinger_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M net/tools/fetch/fetch_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_request_context.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
eroman
10 years, 5 months ago (2010-07-16 23:47:31 UTC) #1
jar (doing other things)
LGTM... but there is a nit and a comment. I didn't like the zero... but ...
10 years, 5 months ago (2010-07-17 00:31:11 UTC) #2
eroman
Thanks for the fast review! http://codereview.chromium.org/3019007/diff/1/3 File chrome/common/chrome_switches.cc (right): http://codereview.chromium.org/3019007/diff/1/3#newcode517 chrome/common/chrome_switches.cc:517: const char kHostResolverParallelism[] = ...
10 years, 5 months ago (2010-07-17 00:57:20 UTC) #3
jar (doing other things)
10 years, 5 months ago (2010-07-17 01:13:55 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698