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

Issue 9419053: Make GetNetworkList on Windows filter out 'down' interfaces, as on POSIX. (Closed)

Created:
8 years, 10 months ago by erikwright (departed)
Modified:
8 years, 10 months ago
Reviewers:
wtc, Wez
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Make GetNetworkList on Windows filter out 'down' interfaces, as on POSIX. The chrome_frame_net_tests wish to identify a non-loopback adapter to use during testing. Calling GetNetworkList is very convenient but currently on Windows it returns disconnected adapters without providing a means to detect the state of adapters. The POSIX version only returns connected adapters; this CL ports that behaviour to Windows. BUG=114369 TEST=existing tests in net_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122883

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M net/base/net_util_win.cc View 1 chunk +4 lines, -0 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
erikwright (departed)
Hi Wan-Teh, [cc wez@, author of corresponding POSIX CL] PTAL. The corresponding POSIX change is ...
8 years, 10 months ago (2012-02-17 16:16:22 UTC) #1
Wez
LGTM, FWIW.
8 years, 10 months ago (2012-02-17 18:49:15 UTC) #2
wtc
LGTM. http://codereview.chromium.org/9419053/diff/1/net/base/net_util_win.cc File net/base/net_util_win.cc (right): http://codereview.chromium.org/9419053/diff/1/net/base/net_util_win.cc#newcode114 net/base/net_util_win.cc:114: address = address->Next) { Comparing this code with ...
8 years, 10 months ago (2012-02-17 19:36:23 UTC) #3
Wez
On 2012/02/17 19:36:23, wtc wrote: > LGTM. > > http://codereview.chromium.org/9419053/diff/1/net/base/net_util_win.cc > File net/base/net_util_win.cc (right): > ...
8 years, 10 months ago (2012-02-17 20:36:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erikwright@chromium.org/9419053/1
8 years, 10 months ago (2012-02-21 20:10:38 UTC) #5
commit-bot: I haz the power
8 years, 10 months ago (2012-02-21 22:00:25 UTC) #6
Change committed as 122883

Powered by Google App Engine
This is Rietveld 408576698