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

Issue 22674011: Handle connecting to hidden networks correctly (Closed)

Created:
7 years, 4 months ago by stevenjb
Modified:
7 years, 4 months ago
CC:
chromium-reviews, gauravsh+watch_chromium.org, gspencer+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Handle connecting to hidden networks correctly The new network connect code does not handle hidden networks correctly. This fixes that, which also fixed the associated issue. BUG=270936, 166999 R=pneubeck@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217133

Patch Set 1 #

Total comments: 13

Patch Set 2 : Rebase + Address feedback #

Total comments: 1

Patch Set 3 : Rebase + nit #

Patch Set 4 : Fix test expectations to match new behavior #

Patch Set 5 : Fix ExtensionNetworkingPrivateApiTest expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -68 lines) Patch
M chrome/test/data/extensions/api_test/networking/test.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/network_connection_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/network_connection_handler.cc View 1 2 13 chunks +89 lines, -64 lines 0 comments Download
M chromeos/network/network_connection_handler_unittest.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
stevenjb
I noticed this bug while testing / fixing some of the edge case bugs that ...
7 years, 4 months ago (2013-08-10 00:38:22 UTC) #1
pneubeck (no reviews)
while reading some the code, I commented on some not directly related issues. https://codereview.chromium.org/22674011/diff/1/chromeos/network/network_connection_handler.cc File ...
7 years, 4 months ago (2013-08-10 19:44:10 UTC) #2
stevenjb
Thanks for the thorough review. As you noted, this is some tricky code so more ...
7 years, 4 months ago (2013-08-12 17:48:29 UTC) #3
pneubeck (no reviews)
lgtm https://codereview.chromium.org/22674011/diff/6001/chromeos/network/network_connection_handler.cc File chromeos/network/network_connection_handler.cc (right): https://codereview.chromium.org/22674011/diff/6001/chromeos/network/network_connection_handler.cc#newcode283 chromeos/network/network_connection_handler.cc:283: if (network->connectable() && network->type() != flimflam::kTypeVPN) { NIT: ...
7 years, 4 months ago (2013-08-12 18:32:44 UTC) #4
pneubeck (no reviews)
https://codereview.chromium.org/22674011/diff/1/chromeos/network/network_connection_handler.cc File chromeos/network/network_connection_handler.cc (right): https://codereview.chromium.org/22674011/diff/1/chromeos/network/network_connection_handler.cc#newcode234 chromeos/network/network_connection_handler.cc:234: const NetworkState* network = On 2013/08/12 17:48:29, stevenjb (chromium) ...
7 years, 4 months ago (2013-08-12 18:35:01 UTC) #5
stevenjb
7 years, 4 months ago (2013-08-13 00:26:07 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r217133 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698