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

Issue 3744009: chromium-os:5494 Networks with identical names not handled properly. (Closed)

Created:
10 years, 2 months ago by stevenjb
Modified:
9 years, 7 months ago
Reviewers:
Charlie Lee
CC:
chromium-reviews, Paweł Hajdan Jr., nkostylev+cc_chromium.org, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

chromium-os:5494 Networks with identical names not handled properly. Changed lookups based on name to use service_path instead. Added wifi_network() and cellular_network() to network_library and removed wifi_name, wifi_strength, celular_name, cellular_service_path, and cellular_strength to simplify API. BUG=chromium-os:5494 TEST=Network menu tests. Set up two networks with the same name, one encrypted and one not. Confirm that all operations on each work as expected. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62839

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Rebase from trunk. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -66 lines) Patch
M chrome/browser/chromeos/cros/cros_mock.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/cros_mock.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/cros/mock_network_library.h View 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.cc View 1 4 chunks +12 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/login/network_screen.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/network_screen_browsertest.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/network_list.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/status/network_dropdown_button.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu.cc View 1 2 6 chunks +17 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu_button.cc View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
stevenjb
An important bug fix + some minor code cleanup.
10 years, 2 months ago (2010-10-14 20:30:34 UTC) #1
Charlie Lee
10 years, 2 months ago (2010-10-15 06:41:05 UTC) #2
LGTM. Thanks for fixing this bug.

Powered by Google App Engine
This is Rietveld 408576698