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

Issue 2486393004: Expose API to detect when captive portal probe was blocked on Android (Closed)

Created:
4 years, 1 month ago by tbansal1
Modified:
4 years ago
Reviewers:
pauljensen
CC:
chromium-reviews, cbentzel+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Expose API to detect when captive portal probe was blocked on Android This CL exposes an API which returns if the captive portal probe is currently blocked. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester BUG=476386 Committed: https://crrev.com/a7581d86b0e969c54b50045e5b0c6cabecc6407c Cr-Commit-Position: refs/heads/master@{#434364}

Patch Set 1 : ps #

Patch Set 2 : pauljensen comments #

Total comments: 15

Patch Set 3 : Move back to network library from NCN #

Total comments: 13

Patch Set 4 : Addressed pauljensen comments #

Patch Set 5 : Add permission to AndroidManifest.xml for running the unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -0 lines) Patch
M net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java View 1 2 3 2 chunks +29 lines, -0 lines 0 comments Download
M net/android/network_library.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M net/android/network_library.cc View 2 1 chunk +6 lines, -0 lines 0 comments Download
A net/android/network_library_unittest.cc View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M net/android/unittest_support/AndroidManifest.xml View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 53 (30 generated)
tbansal1
pauljensen, I think this is what we discussed last week. Please let me know what ...
4 years, 1 month ago (2016-11-10 05:57:55 UTC) #4
pauljensen
I thought you were going to use the data compression proxy canary URL probe to ...
4 years, 1 month ago (2016-11-10 13:43:25 UTC) #14
tbansal1
On 2016/11/10 13:43:25, pauljensen wrote: > I thought you were going to use the data ...
4 years, 1 month ago (2016-11-10 16:42:16 UTC) #15
pauljensen
On 2016/11/10 16:42:16, tbansal1 wrote: > On 2016/11/10 13:43:25, pauljensen wrote: > > I thought ...
4 years, 1 month ago (2016-11-11 13:57:49 UTC) #16
tbansal1
On 2016/11/11 13:57:49, pauljensen wrote: > On 2016/11/10 16:42:16, tbansal1 wrote: > > On 2016/11/10 ...
4 years, 1 month ago (2016-11-11 18:04:01 UTC) #17
tbansal1
On 2016/11/11 13:57:49, pauljensen wrote: > On 2016/11/10 16:42:16, tbansal1 wrote: > > On 2016/11/10 ...
4 years, 1 month ago (2016-11-14 21:41:13 UTC) #18
tbansal1
pauljensen: ptal at PS# 2. Thanks.
4 years, 1 month ago (2016-11-14 21:41:32 UTC) #19
pauljensen
On 2016/11/11 18:04:01, tbansal1 wrote: > On 2016/11/11 13:57:49, pauljensen wrote: > > On 2016/11/10 ...
4 years, 1 month ago (2016-11-16 15:45:14 UTC) #20
pauljensen
https://codereview.chromium.org/2486393004/diff/60001/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java File net/android/java/src/org/chromium/net/NetworkChangeNotifier.java (right): https://codereview.chromium.org/2486393004/diff/60001/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java#newcode101 net/android/java/src/org/chromium/net/NetworkChangeNotifier.java:101: * Returns true if the captive portal probe was ...
4 years, 1 month ago (2016-11-16 16:10:24 UTC) #21
tbansal1
pauljensen: ptal. I moved the API back to AndroidNetworkLibrary.java to minimize the plumbing. Since the ...
4 years, 1 month ago (2016-11-16 19:58:46 UTC) #23
tbansal1
On 2016/11/16 15:45:14, pauljensen wrote: > On 2016/11/11 18:04:01, tbansal1 wrote: > > On 2016/11/11 ...
4 years, 1 month ago (2016-11-16 20:03:22 UTC) #24
tbansal1
pauljensen: ping. Thanks.
4 years, 1 month ago (2016-11-22 18:57:16 UTC) #25
pauljensen
lgtm modulo comments https://codereview.chromium.org/2486393004/diff/100001/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java File net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java (right): https://codereview.chromium.org/2486393004/diff/100001/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java#newcode200 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java:200: * Returns true if the captive ...
4 years ago (2016-11-24 00:11:20 UTC) #26
tbansal1
https://codereview.chromium.org/2486393004/diff/100001/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java File net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java (right): https://codereview.chromium.org/2486393004/diff/100001/net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java#newcode200 net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java:200: * Returns true if the captive portal probe was ...
4 years ago (2016-11-24 00:43:09 UTC) #27
pauljensen
lgtm https://codereview.chromium.org/2486393004/diff/100001/net/android/network_library_unittest.cc File net/android/network_library_unittest.cc (right): https://codereview.chromium.org/2486393004/diff/100001/net/android/network_library_unittest.cc#newcode13 net/android/network_library_unittest.cc:13: namespace { On 2016/11/24 00:43:09, tbansal1 wrote: > ...
4 years ago (2016-11-24 01:36:41 UTC) #30
tbansal1
4 years ago (2016-11-24 06:11:02 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2486393004/140001
4 years ago (2016-11-24 06:11:32 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: blimp_linux_dbg on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years ago (2016-11-24 08:03:21 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2486393004/140001
4 years ago (2016-11-24 08:13:11 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years ago (2016-11-24 10:14:22 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2486393004/140001
4 years ago (2016-11-24 17:50:36 UTC) #48
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years ago (2016-11-24 18:01:02 UTC) #51
commit-bot: I haz the power
4 years ago (2016-11-24 18:02:59 UTC) #53
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a7581d86b0e969c54b50045e5b0c6cabecc6407c
Cr-Commit-Position: refs/heads/master@{#434364}

Powered by Google App Engine
This is Rietveld 408576698