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

Issue 11361274: Add NetworkStateListDetailedView (Closed)

Created:
8 years, 1 month ago by stevenjb
Modified:
8 years ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Add NetworkStateListDetailedView Implemented behind --ash-network-state-handler Copies the bulk of the NetworkMenuIcon logic to ash; NetworkMenuIcon will eventually be deprecated. BUG=161869 For .grd changes: TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170748

Patch Set 1 #

Total comments: 33

Patch Set 2 : Rebase #

Patch Set 3 : Address feedback #

Total comments: 6

Patch Set 4 : Clang fixs #

Patch Set 5 : Fix unittests #

Patch Set 6 : Apply feedback #

Patch Set 7 : Fix clang warning #

Total comments: 4

Patch Set 8 : Address feedback #

Patch Set 9 : Rebase #

Total comments: 6

Patch Set 10 : Address feedback #

Patch Set 11 : Rebase #

Patch Set 12 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1570 lines, -30 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +8 lines, -1 line 0 comments Download
M ash/ash_strings.grd View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M ash/system/chromeos/network/network_detailed_view.h View 1 2 3 2 chunks +20 lines, -5 lines 0 comments Download
A ash/system/chromeos/network/network_icon.h View 1 2 3 4 5 6 7 1 chunk +38 lines, -0 lines 0 comments Download
A ash/system/chromeos/network/network_icon.cc View 1 2 3 4 5 6 7 8 9 1 chunk +569 lines, -0 lines 0 comments Download
A ash/system/chromeos/network/network_icon_animation_observer.h View 1 2 3 4 5 6 7 1 chunk +25 lines, -0 lines 0 comments Download
M ash/system/chromeos/network/network_list_detailed_view_base.h View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M ash/system/chromeos/network/network_list_detailed_view_base.cc View 1 2 3 4 5 6 7 8 9 2 chunks +22 lines, -6 lines 0 comments Download
A ash/system/chromeos/network/network_state_list_detailed_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +124 lines, -0 lines 0 comments Download
A ash/system/chromeos/network/network_state_list_detailed_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +603 lines, -0 lines 0 comments Download
M ash/system/chromeos/network/tray_network.h View 1 3 chunks +6 lines, -5 lines 0 comments Download
M ash/system/chromeos/network/tray_network.cc View 1 2 3 4 5 6 7 8 9 chunks +35 lines, -10 lines 0 comments Download
A ash/system/chromeos/network/tray_network_state_observer.h View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A ash/system/chromeos/network/tray_network_state_observer.cc View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
M ash/system/chromeos/network/tray_vpn.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
stevenjb
Bit of an early preview, I need to do a self-review if you want to ...
8 years, 1 month ago (2012-11-15 01:37:54 UTC) #1
pneubeck (no reviews)
Just a few nits during reading the code. https://codereview.chromium.org/11361274/diff/1/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/11361274/diff/1/ash/ash.gyp#newcode172 ash/ash.gyp:172: 'system/chromeos/network/network_state_list_detailed_view.h', ...
8 years, 1 month ago (2012-11-21 13:34:44 UTC) #2
Greg Spencer (Chromium)
https://codereview.chromium.org/11361274/diff/1/ash/shell.h File ash/shell.h (right): https://codereview.chromium.org/11361274/diff/1/ash/shell.h#newcode411 ash/shell.h:411: // This is gauranteed to outlive any UI elements ...
8 years, 1 month ago (2012-11-21 18:01:50 UTC) #3
stevenjb
OK, this should be ready for final review. Thanks for the early feedback. https://codereview.chromium.org/11361274/diff/1/ash/ash.gyp File ...
8 years ago (2012-11-27 00:58:18 UTC) #4
jennyz
By the way, the cl title and description "Add NetworkListDetailedView" should be changed to "Add ...
8 years ago (2012-11-27 01:43:52 UTC) #5
stevenjb
PTAL https://codereview.chromium.org/11361274/diff/6003/ash/system/chromeos/network/network_state_list_detailed_view.cc File ash/system/chromeos/network/network_state_list_detailed_view.cc (right): https://codereview.chromium.org/11361274/diff/6003/ash/system/chromeos/network/network_state_list_detailed_view.cc#newcode359 ash/system/chromeos/network/network_state_list_detailed_view.cc:359: (login_ == user::LOGGED_IN_NONE || !active_network)) { On 2012/11/27 ...
8 years ago (2012-11-27 17:20:32 UTC) #6
gauravsh
https://codereview.chromium.org/11361274/diff/10028/ash/system/chromeos/network/network_icon.cc File ash/system/chromeos/network/network_icon.cc (right): https://codereview.chromium.org/11361274/diff/10028/ash/system/chromeos/network/network_icon.cc#newcode33 ash/system/chromeos/network/network_icon.cc:33: class NetworkIcon { Is there a reason why this ...
8 years ago (2012-11-27 20:48:09 UTC) #7
stevenjb
https://codereview.chromium.org/11361274/diff/10028/ash/system/chromeos/network/network_icon.cc File ash/system/chromeos/network/network_icon.cc (right): https://codereview.chromium.org/11361274/diff/10028/ash/system/chromeos/network/network_icon.cc#newcode33 ash/system/chromeos/network/network_icon.cc:33: class NetworkIcon { On 2012/11/27 20:48:09, gauravsh wrote: > ...
8 years ago (2012-11-27 22:19:19 UTC) #8
jennyz
lgtm
8 years ago (2012-11-28 18:31:27 UTC) #9
stevenjb
gspencer@ and/or gauravsh@, can you take one more look? Thanks.
8 years ago (2012-11-29 03:51:04 UTC) #10
Greg Spencer (Chromium)
LGTM with nits. https://codereview.chromium.org/11361274/diff/4025/ash/system/chromeos/network/network_icon.cc File ash/system/chromeos/network/network_icon.cc (right): https://codereview.chromium.org/11361274/diff/4025/ash/system/chromeos/network/network_icon.cc#newcode34 ash/system/chromeos/network/network_icon.cc:34: // NetworkIcon class declaration NetworkIcon -> ...
8 years ago (2012-11-29 04:20:45 UTC) #11
stevenjb
https://codereview.chromium.org/11361274/diff/4025/ash/system/chromeos/network/network_icon.cc File ash/system/chromeos/network/network_icon.cc (right): https://codereview.chromium.org/11361274/diff/4025/ash/system/chromeos/network/network_icon.cc#newcode34 ash/system/chromeos/network/network_icon.cc:34: // NetworkIcon class declaration On 2012/11/29 04:20:45, Greg Spencer ...
8 years ago (2012-11-29 18:18:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/11361274/7010
8 years ago (2012-11-29 18:23:32 UTC) #13
commit-bot: I haz the power
Presubmit check for 11361274-7010 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-29 18:23:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/11361274/7010
8 years ago (2012-11-29 18:38:53 UTC) #15
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years ago (2012-11-29 19:22:16 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/11361274/12052
8 years ago (2012-11-29 19:35:49 UTC) #17
commit-bot: I haz the power
8 years ago (2012-11-29 20:58:38 UTC) #18
Retried try job too often on linux_chromeos for step(s) interactive_ui_tests

Powered by Google App Engine
This is Rietveld 408576698