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

Issue 21961003: Request updates when network state changes (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

Request updates when network state changes This addresses three things: * Properties like IPConfig may change when Service.State changes, so properties need to be requested. * FavoriteState needs to be created when Service.Profile changes, which is triggered from a property request. * FavoriteState updates do not need to trigger NetworkListChanged event since they will always follow a corresponding NetworkState update which will trigger the event. BUG=256810, 268270, 263568 R=gauravsh@chromium.org, pneubeck@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216404

Patch Set 1 #

Patch Set 2 : Rebase + Request update when Profile changes #

Patch Set 3 : . #

Total comments: 5

Patch Set 4 : Rebase + fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -18 lines) Patch
M chromeos/network/network_state_handler.cc View 1 2 3 4 chunks +32 lines, -18 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
stevenjb
Small change to ensure properties like IPConfig get updated on connect, etc. There are a ...
7 years, 4 months ago (2013-08-02 22:36:15 UTC) #1
gauravsh
lgtm
7 years, 4 months ago (2013-08-02 23:00:10 UTC) #2
pneubeck (no reviews)
On 2013/08/02 22:36:15, stevenjb (chromium) wrote: > Small change to ensure properties like IPConfig get ...
7 years, 4 months ago (2013-08-05 20:39:47 UTC) #3
stevenjb
On 2013/08/05 20:39:47, pneubeck wrote: > On 2013/08/02 22:36:15, stevenjb (chromium) wrote: > > Small ...
7 years, 4 months ago (2013-08-05 20:54:50 UTC) #4
pneubeck (no reviews)
On 2013/08/05 20:54:50, stevenjb (chromium) wrote: > On 2013/08/05 20:39:47, pneubeck wrote: > > On ...
7 years, 4 months ago (2013-08-06 08:10:48 UTC) #5
stevenjb
I believe that is correct, with some notes / clarifications: 4: We may be able ...
7 years, 4 months ago (2013-08-06 15:43:15 UTC) #6
stevenjb
PTAL. I made a similar change to fix issue 263568.
7 years, 4 months ago (2013-08-07 18:37:56 UTC) #7
gauravsh
lgtm but please include in the commit message why this fixes 263568
7 years, 4 months ago (2013-08-07 21:36:29 UTC) #8
pneubeck (no reviews)
lgtm https://codereview.chromium.org/21961003/diff/12002/chromeos/network/network_state_handler.cc File chromeos/network/network_state_handler.cc (right): https://codereview.chromium.org/21961003/diff/12002/chromeos/network/network_state_handler.cc#newcode541 chromeos/network/network_state_handler.cc:541: key == shill::kWifiFrequencyListProperty; nit: I don't say you ...
7 years, 4 months ago (2013-08-08 07:40:56 UTC) #9
stevenjb
https://codereview.chromium.org/21961003/diff/12002/chromeos/network/network_state_handler.cc File chromeos/network/network_state_handler.cc (right): https://codereview.chromium.org/21961003/diff/12002/chromeos/network/network_state_handler.cc#newcode560 chromeos/network/network_state_handler.cc:560: log_level = network_event_log::LOG_LEVEL_EVENT; On 2013/08/08 07:40:56, pneubeck wrote: > ...
7 years, 4 months ago (2013-08-08 16:42:29 UTC) #10
stevenjb
7 years, 4 months ago (2013-08-08 16:46:54 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 manually as r216404 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698