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

Issue 10905207: Implement net::GetNetworkList() for Android. (Closed)

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

Description

Implement net::GetNetworkList() for Android. * Implement net::GetNetworkList() by java.net.NetworkInterface through JNI. * Remove NetUtilTest.GetNetworkList from net_unittests_apk disabled list. BUG= TEST=net_unittests_apk --gtest-filter=NetUtilTest.GetNetworkList Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156257

Patch Set 1 : #

Total comments: 7

Patch Set 2 : Fix the nits #

Total comments: 10

Patch Set 3 : Refine the patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -7 lines) Patch
M build/android/gtest_filter/net_unittests_disabled View 1 chunk +0 lines, -1 line 0 comments Download
M net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java View 1 2 2 chunks +55 lines, -0 lines 0 comments Download
M net/android/network_library.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M net/android/network_library.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M net/base/net_util_posix.cc View 1 2 3 chunks +26 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Shouqun Liu
hi, this patch implements net::GetNetworkList() for Android also remove NetUtilTest.GetNetworkList from disabled cases list.
8 years, 3 months ago (2012-09-11 07:55:22 UTC) #1
bulach
lgtm for android, you'll need owners approval for net. just nits and small suggestions below, ...
8 years, 3 months ago (2012-09-11 10:16:36 UTC) #2
bulach
lgtm for android, you'll need owners approval for net. just nits and small suggestions below, ...
8 years, 3 months ago (2012-09-11 10:16:36 UTC) #3
Shouqun Liu
Nits fixed and patch updated, thanks for carefully review:) On 2012/09/11 10:16:36, bulach wrote: > ...
8 years, 3 months ago (2012-09-11 11:53:28 UTC) #4
wtc
Patch set 2 LGTM. I suggest some changes. http://codereview.chromium.org/10905207/diff/8002/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java File net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java (right): http://codereview.chromium.org/10905207/diff/8002/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java#newcode95 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java:95: * ...
8 years, 3 months ago (2012-09-11 23:04:49 UTC) #5
Shouqun Liu
wtc, thanks for your comments, I have fixed the issues and nits based on your ...
8 years, 3 months ago (2012-09-12 01:06:07 UTC) #6
wtc
Patch set 3 LGTM. Thanks!
8 years, 3 months ago (2012-09-12 01:48:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shouqun.liu@intel.com/10905207/12
8 years, 3 months ago (2012-09-12 01:53:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shouqun.liu@intel.com/10905207/12
8 years, 3 months ago (2012-09-12 04:21:37 UTC) #9
commit-bot: I haz the power
8 years, 3 months ago (2012-09-12 08:43:28 UTC) #10
Change committed as 156257

Powered by Google App Engine
This is Rietveld 408576698