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

Issue 6975027: Add metrics for DHCP WPAD feature. (Closed)

Created:
9 years, 7 months ago by Jói
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add metrics for DHCP WPAD feature. Fix memory overwrite. BUG=18575 TEST=net_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86421

Patch Set 1 #

Patch Set 2 : Improvements. #

Patch Set 3 : Diff to right base. #

Total comments: 4

Patch Set 4 : Respond to eroman@'s review comments. #

Patch Set 5 : Diff to right base. #

Patch Set 6 : Add tracking of unhandled DHCP API errors. #

Total comments: 2

Patch Set 7 : Respond to review comments. Fix memory overwrite. #

Total comments: 4

Patch Set 8 : Respond to review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -4 lines) Patch
M base/metrics/histogram.h View 1 2 3 4 5 6 3 chunks +12 lines, -1 line 0 comments Download
M base/metrics/histogram.cc View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M net/base/net_errors.h View 1 2 3 4 5 6 2 chunks +11 lines, -0 lines 0 comments Download
M net/base/net_errors.cc View 1 2 3 4 5 6 2 chunks +18 lines, -0 lines 0 comments Download
M net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc View 1 2 3 4 5 6 3 chunks +8 lines, -2 lines 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_win.h View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_win.cc View 1 2 3 4 5 6 7 9 chunks +59 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Jói
Hi Eric, Last change to round this out and let it run behind the flag ...
9 years, 7 months ago (2011-05-17 20:52:04 UTC) #1
eroman
LGTM. @jar: could you take a look over the new histograms as well? To give ...
9 years, 7 months ago (2011-05-17 21:23:49 UTC) #2
Jói
Jim, I'm going to update this before you take a look. Cheers, Jói
9 years, 7 months ago (2011-05-18 18:41:07 UTC) #3
jar (doing other things)
On 2011/05/18 18:41:07, Jói wrote: > Jim, I'm going to update this before you take ...
9 years, 7 months ago (2011-05-18 18:59:05 UTC) #4
Jói
I've uploaded a new version that is ready for you to take a look. Cheers, ...
9 years, 7 months ago (2011-05-18 19:52:03 UTC) #5
eroman%chromium.org
lgtm http://codereview.chromium.org/6975027/diff/7006/net/proxy/dhcp_proxy_script_fetcher_win.cc File net/proxy/dhcp_proxy_script_fetcher_win.cc (right): http://codereview.chromium.org/6975027/diff/7006/net/proxy/dhcp_proxy_script_fetcher_win.cc#newcode50 net/proxy/dhcp_proxy_script_fetcher_win.cc:50: unsigned long EnsureGetAdaptersAddressesError(unsigned long error_code) { It shouldn't ...
9 years, 7 months ago (2011-05-18 20:33:27 UTC) #6
Jói
I've uploaded a new version to respond to Eric's review comments. Jim, please take a ...
9 years, 7 months ago (2011-05-19 14:39:49 UTC) #7
jar (doing other things)
I suspect common code could help handle the two comments below very efficiently. The macros ...
9 years, 7 months ago (2011-05-19 23:25:38 UTC) #8
Jói
Hi Jim, If it's alright by you, I will add the function you suggested, and ...
9 years, 7 months ago (2011-05-20 16:56:23 UTC) #9
Jói
Hi Jim, I've responded to your comments. I also fixed a memory overwrite that I ...
9 years, 7 months ago (2011-05-20 18:24:45 UTC) #10
jar (doing other things)
http://codereview.chromium.org/6975027/diff/15001/net/proxy/dhcp_proxy_script_fetcher_win.cc File net/proxy/dhcp_proxy_script_fetcher_win.cc (right): http://codereview.chromium.org/6975027/diff/15001/net/proxy/dhcp_proxy_script_fetcher_win.cc#newcode89 net/proxy/dhcp_proxy_script_fetcher_win.cc:89: void DhcpProxyScriptFetcherWin::CancelImpl(bool user_initiated) { Please switch to using an ...
9 years, 7 months ago (2011-05-23 19:37:52 UTC) #11
Jói
Thanks for the review Jim. I think I've fixed what you asked for (readability and ...
9 years, 7 months ago (2011-05-24 00:58:38 UTC) #12
jar (doing other things)
9 years, 7 months ago (2011-05-24 01:12:03 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld 408576698