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

Issue 6343004: Use signal strength of detected networks when displaying remembered networks. (Closed)

Created:
9 years, 11 months ago by falken1
Modified:
9 years, 7 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

Use signal strength of detected networks when displaying remembered networks. BUG=chromium-os:9355 TEST=Viewed changes on netbook. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72760

Patch Set 1 #

Total comments: 5

Patch Set 2 : Apply feedback from stevenjb@ and chocobo@ #

Total comments: 9

Patch Set 3 : Apply additional feedback. #

Total comments: 2

Patch Set 4 : Minor formatting fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -9 lines) Patch
M chrome/browser/chromeos/dom_ui/internet_options_handler.cc View 1 2 3 2 chunks +44 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
falken1
Proposed fix for chromium-os:9355.
9 years, 11 months ago (2011-01-21 09:48:07 UTC) #1
stevenjb
http://codereview.chromium.org/6343004/diff/1/chrome/browser/chromeos/dom_ui/internet_options_handler.cc File chrome/browser/chromeos/dom_ui/internet_options_handler.cc (right): http://codereview.chromium.org/6343004/diff/1/chrome/browser/chromeos/dom_ui/internet_options_handler.cc#newcode1008 chrome/browser/chromeos/dom_ui/internet_options_handler.cc:1008: cros->wifi_networks(); Since we don't use "live_wifi_networks" elsewhere I would ...
9 years, 11 months ago (2011-01-21 17:11:18 UTC) #2
Charlie Lee
http://codereview.chromium.org/6343004/diff/1/chrome/browser/chromeos/dom_ui/internet_options_handler.cc File chrome/browser/chromeos/dom_ui/internet_options_handler.cc (right): http://codereview.chromium.org/6343004/diff/1/chrome/browser/chromeos/dom_ui/internet_options_handler.cc#newcode1011 chrome/browser/chromeos/dom_ui/internet_options_handler.cc:1011: wifi_networks.begin(); it != wifi_networks.end(); ++it) { I would recommend ...
9 years, 11 months ago (2011-01-21 19:21:09 UTC) #3
falken
Thank you for the comments, Steven and Charlie. I have revised the patch based on ...
9 years, 11 months ago (2011-01-25 05:36:17 UTC) #4
Charlie Lee
http://codereview.chromium.org/6343004/diff/6001/chrome/browser/chromeos/dom_ui/internet_options_handler.cc File chrome/browser/chromeos/dom_ui/internet_options_handler.cc (right): http://codereview.chromium.org/6343004/diff/6001/chrome/browser/chromeos/dom_ui/internet_options_handler.cc#newcode1001 chrome/browser/chromeos/dom_ui/internet_options_handler.cc:1001: std::string GetWifiNetworkKey(const chromeos::WifiNetwork* wifi) parenthesis should be on the ...
9 years, 11 months ago (2011-01-25 17:56:07 UTC) #5
stevenjb
http://codereview.chromium.org/6343004/diff/6001/chrome/browser/chromeos/dom_ui/internet_options_handler.cc File chrome/browser/chromeos/dom_ui/internet_options_handler.cc (right): http://codereview.chromium.org/6343004/diff/6001/chrome/browser/chromeos/dom_ui/internet_options_handler.cc#newcode1004 chrome/browser/chromeos/dom_ui/internet_options_handler.cc:1004: ss << wifi->encryption() << "|" << EscapePath(wifi->name()); stringsteam is ...
9 years, 11 months ago (2011-01-25 18:36:55 UTC) #6
falken
Thank you again for the comments, Charlie and Steven. I've uploaded a new patch incorporating ...
9 years, 11 months ago (2011-01-26 05:49:20 UTC) #7
Charlie Lee
LGTM with a couple of nits. http://codereview.chromium.org/6343004/diff/12001/chrome/browser/chromeos/dom_ui/internet_options_handler.cc File chrome/browser/chromeos/dom_ui/internet_options_handler.cc (right): http://codereview.chromium.org/6343004/diff/12001/chrome/browser/chromeos/dom_ui/internet_options_handler.cc#newcode1004 chrome/browser/chromeos/dom_ui/internet_options_handler.cc:1004: { Sorry, I ...
9 years, 11 months ago (2011-01-26 17:57:36 UTC) #8
stevenjb
lgtm
9 years, 11 months ago (2011-01-26 18:02:24 UTC) #9
falken1
Thanks again for the feedback. I fixed the minor formatting issues in a new patch.
9 years, 11 months ago (2011-01-27 01:55:55 UTC) #10
satorux1
9 years, 11 months ago (2011-01-27 02:03:48 UTC) #11
I'll be submitting this on behalf of falken.

On 2011/01/27 01:55:55, falken1 wrote:
> Thanks again for the feedback.  I fixed the minor formatting issues in a new
> patch.

Powered by Google App Engine
This is Rietveld 408576698