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

Issue 86123003: Use WiFi.Frequency property to set desired band for networkingPrivateApi.StartConnect() (Closed)

Created:
7 years ago by mef
Modified:
7 years ago
Reviewers:
stevenjb, afontan, tbarzic
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Use WiFi.Frequency property to set desired band for networkingPrivateApi.StartConnect(). BUG=267667 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238540

Patch Set 1 #

Patch Set 2 : Separated move of GetVisibleNetworks filtering into https://codereview.chromium.org/88653002 #

Total comments: 12

Patch Set 3 : Address Steven's comment. #

Patch Set 4 : Address Toni's comments. #

Total comments: 12

Patch Set 5 : Address Toni's comments. #

Patch Set 6 : Use VLOG instead of cout. #

Total comments: 3

Patch Set 7 : Sync up to r238411 #

Patch Set 8 : Address Antonio's comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -35 lines) Patch
M components/wifi/wifi_service_win.cc View 1 2 3 4 5 6 7 18 chunks +151 lines, -21 lines 0 comments Download
M components/wifi/wifi_test.cc View 1 2 3 4 5 6 7 chunks +38 lines, -14 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
mef
Hi guys, please take a look: Toni - overall. Steven - chrome/browser/extensions/api/networking_private/*, use of SetProperties ...
7 years ago (2013-11-25 19:03:26 UTC) #1
stevenjb
Sorry to ask this, but could you separate out the GetVisibleNetworks() changes from the WiFi.Frequency ...
7 years ago (2013-11-25 23:43:23 UTC) #2
mef
On 2013/11/25 23:43:23, stevenjb wrote: > Sorry to ask this, but could you separate out ...
7 years ago (2013-11-26 16:17:28 UTC) #3
stevenjb
https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc#newcode347 components/wifi/wifi_service_win.cc:347: DictionaryValue temporary_network_properties_; How about 'connect_properties_' to better describe what ...
7 years ago (2013-11-26 18:00:34 UTC) #4
mef
Steven, thanks! PTAL. https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc#newcode347 components/wifi/wifi_service_win.cc:347: DictionaryValue temporary_network_properties_; On 2013/11/26 18:00:34, stevenjb ...
7 years ago (2013-11-26 19:00:13 UTC) #5
tbarzic
https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc#newcode469 components/wifi/wifi_service_win.cc:469: // Connect only if network |network_guid| is not connected ...
7 years ago (2013-11-26 19:02:21 UTC) #6
stevenjb
lgtm
7 years ago (2013-11-26 20:14:34 UTC) #7
afontan
lgtm LGTM
7 years ago (2013-11-26 21:37:13 UTC) #8
mef
Thanks guys, PTAL. https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/86123003/diff/10001/components/wifi/wifi_service_win.cc#newcode469 components/wifi/wifi_service_win.cc:469: // Connect only if network |network_guid| ...
7 years ago (2013-11-27 18:00:03 UTC) #9
tbarzic
lgtm, but the new patchset should probably be re-reviewed by afontan https://codereview.chromium.org/86123003/diff/50001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): ...
7 years ago (2013-11-27 19:59:57 UTC) #10
mef
Thanks, Toni! Antonio, could you give a once-over to WiFiServiceImpl::GetConnectedFrequency? thanks and happy Thanksgiving! -m ...
7 years ago (2013-11-27 21:23:57 UTC) #11
tbarzic
https://codereview.chromium.org/86123003/diff/50001/components/wifi/wifi_test.cc File components/wifi/wifi_test.cc (right): https://codereview.chromium.org/86123003/diff/50001/components/wifi/wifi_test.cc#newcode6 components/wifi/wifi_test.cc:6: #include <iostream> On 2013/11/27 21:23:57, mef wrote: > On ...
7 years ago (2013-12-02 19:05:55 UTC) #12
mef
Sounds good. https://codereview.chromium.org/86123003/diff/50001/components/wifi/wifi_test.cc File components/wifi/wifi_test.cc (right): https://codereview.chromium.org/86123003/diff/50001/components/wifi/wifi_test.cc#newcode6 components/wifi/wifi_test.cc:6: #include <iostream> On 2013/12/02 19:05:56, tbarzic wrote: ...
7 years ago (2013-12-02 20:03:20 UTC) #13
afontan
Looks good, just a comment on a possible optimization. https://codereview.chromium.org/86123003/diff/90001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/86123003/diff/90001/components/wifi/wifi_service_win.cc#newcode1125 components/wifi/wifi_service_win.cc:1125: ...
7 years ago (2013-12-03 01:32:33 UTC) #14
mef
Antonio, thanks! https://codereview.chromium.org/86123003/diff/90001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/86123003/diff/90001/components/wifi/wifi_service_win.cc#newcode1125 components/wifi/wifi_service_win.cc:1125: NULL, On 2013/12/03 01:32:34, afontan wrote: > ...
7 years ago (2013-12-03 15:00:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mef@chromium.org/86123003/90001
7 years ago (2013-12-03 15:00:55 UTC) #16
commit-bot: I haz the power
Failed to apply patch for components/wifi/wifi_test.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-03 15:00:58 UTC) #17
mef
Antonio, thanks for suggestion! https://codereview.chromium.org/86123003/diff/90001/components/wifi/wifi_service_win.cc File components/wifi/wifi_service_win.cc (right): https://codereview.chromium.org/86123003/diff/90001/components/wifi/wifi_service_win.cc#newcode1125 components/wifi/wifi_service_win.cc:1125: NULL, On 2013/12/03 15:00:25, mef ...
7 years ago (2013-12-03 17:08:10 UTC) #18
afontan
lgtm
7 years ago (2013-12-03 17:28:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mef@chromium.org/86123003/130001
7 years ago (2013-12-03 17:52:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mef@chromium.org/86123003/130001
7 years ago (2013-12-03 19:13:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mef@chromium.org/86123003/130001
7 years ago (2013-12-03 23:40:27 UTC) #22
commit-bot: I haz the power
7 years ago (2013-12-04 03:13:22 UTC) #23
Message was sent while issue was closed.
Change committed as 238540

Powered by Google App Engine
This is Rietveld 408576698