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

Issue 1100993002: Implement md-settings network lists. (Closed)

Created:
5 years, 8 months ago by stevenjb
Modified:
5 years, 7 months ago
Reviewers:
Jeremy Klein, michaelpg
CC:
chromium-reviews, khorimoto+watch-md-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, jhawkins+watch-md-settings_chromium.org, orenb+watch-md-settings_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch-md-settings_chromium.org, jlklein+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement md-settings network lists. * Adds cr-network-list and cr-expand-button * Adds network-summary-item containing expandable network list * Implements 'connect' functionality for selected networks BUG=475667 Committed: https://crrev.com/9b80af9d3cc30689b982b5d627ca0f58a1dd473a Cr-Commit-Position: refs/heads/master@{#327224}

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 84

Patch Set 3 : Feedback #

Patch Set 4 : More Feedback, fix @type and @param #

Patch Set 5 : Request network states on expand wifi #

Total comments: 6

Patch Set 6 : Rename device-enabled-toggled, fix disabled network text #

Total comments: 16

Patch Set 7 : Rebase + Feedback #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+721 lines, -68 lines) Patch
M chrome/browser/resources/settings/internet_page/internet_page.js View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.html View 1 2 3 4 5 6 1 chunk +36 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.js View 1 2 3 4 5 6 5 chunks +219 lines, -37 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_summary_item.html View 1 2 3 4 5 6 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_summary_item.js View 1 2 3 4 5 6 1 chunk +173 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/internet_page/network_summary_item_style.html View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_style.html View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_shill_manager_client.cc View 1 2 3 4 5 chunks +18 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_network_list/cr_network_list.css View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_network_list/cr_network_list.html View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/cr_network_list/cr_network_list.js View 1 2 3 4 5 6 1 chunk +72 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements/cr_network_list_item/cr_network_list_item.css View 1 chunk +1 line, -2 lines 0 comments Download
M ui/webui/resources/cr_elements/cr_network_list_item/cr_network_list_item.html View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M ui/webui/resources/cr_elements/cr_network_list_item/cr_network_list_item.js View 1 2 3 4 5 4 chunks +9 lines, -4 lines 0 comments Download
M ui/webui/resources/cr_elements_resources.grdp View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (4 generated)
stevenjb
This CL introduces a good chunk of the UI features, even though there is only ...
5 years, 8 months ago (2015-04-22 23:30:07 UTC) #2
michaelpg
Good stuff. Couple meta comments: * your description says you add cr-network-list-item, but it already ...
5 years, 8 months ago (2015-04-23 02:16:29 UTC) #3
stevenjb
On 2015/04/23 02:16:29, michaelpg wrote: > Good stuff. Couple meta comments: > > * your ...
5 years, 8 months ago (2015-04-23 16:43:29 UTC) #4
Jeremy Klein
Mostly nits. Nice Job. https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.html File chrome/browser/resources/settings/internet_page/network_summary.html (right): https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.html#newcode4 chrome/browser/resources/settings/internet_page/network_summary.html:4: <link rel="import" href="network_summary_style.html"> Missing core-style ...
5 years, 8 months ago (2015-04-23 18:21:16 UTC) #5
Jeremy Klein
On 2015/04/23 16:43:29, stevenjb wrote: > On 2015/04/23 02:16:29, michaelpg wrote: > > Good stuff. ...
5 years, 8 months ago (2015-04-23 18:22:35 UTC) #6
stevenjb
PTAL https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.html File chrome/browser/resources/settings/internet_page/network_summary.html (right): https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.html#newcode4 chrome/browser/resources/settings/internet_page/network_summary.html:4: <link rel="import" href="network_summary_style.html"> On 2015/04/23 18:21:14, Jeremy Klein ...
5 years, 8 months ago (2015-04-24 01:25:26 UTC) #7
Jeremy Klein
https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.js File chrome/browser/resources/settings/internet_page/network_summary.js (right): https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.js#newcode155 chrome/browser/resources/settings/internet_page/network_summary.js:155: itemIsVisible: function(deviceState) { return !!deviceState; }, On 2015/04/24 01:25:25, ...
5 years, 8 months ago (2015-04-24 02:55:29 UTC) #8
stevenjb
PTAL michaelpg@ - note: I added some test code in fake_shill_manager_client.cc. https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.js File chrome/browser/resources/settings/internet_page/network_summary.js (right): ...
5 years, 8 months ago (2015-04-24 19:03:19 UTC) #9
michaelpg
lgtm https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.js File chrome/browser/resources/settings/internet_page/network_summary.js (right): https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary.js#newcode186 chrome/browser/resources/settings/internet_page/network_summary.js:186: onToggleEnabled: function(event) { On 2015/04/24 01:25:25, stevenjb wrote: ...
5 years, 8 months ago (2015-04-24 19:35:37 UTC) #10
Jeremy Klein
https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary_item.js File chrome/browser/resources/settings/internet_page/network_summary_item.js (right): https://codereview.chromium.org/1100993002/diff/20001/chrome/browser/resources/settings/internet_page/network_summary_item.js#newcode87 chrome/browser/resources/settings/internet_page/network_summary_item.js:87: * @param {DeviceStateProperties} deviceState The state of a device. ...
5 years, 8 months ago (2015-04-24 20:26:07 UTC) #11
stevenjb
PTAL (note: this also includes a small change to properly display 'Disabled' text for disabled ...
5 years, 8 months ago (2015-04-24 21:18:09 UTC) #12
Jeremy Klein
lgtm With nits. https://codereview.chromium.org/1100993002/diff/100001/chrome/browser/resources/settings/internet_page/network_summary.html File chrome/browser/resources/settings/internet_page/network_summary.html (right): https://codereview.chromium.org/1100993002/diff/100001/chrome/browser/resources/settings/internet_page/network_summary.html#newcode20 chrome/browser/resources/settings/internet_page/network_summary.html:20: hidden?="{{!itemIsVisible_(deviceStates.WiFi)}}" Looking at this again, I ...
5 years, 8 months ago (2015-04-27 22:29:03 UTC) #13
Jeremy Klein
https://codereview.chromium.org/1100993002/diff/20001/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html File ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html (right): https://codereview.chromium.org/1100993002/diff/20001/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html#newcode6 ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html:6: <paper-button id="expand" disabled="{{disabled}}" On 2015/04/24 01:25:26, stevenjb wrote: > ...
5 years, 8 months ago (2015-04-27 22:36:11 UTC) #14
stevenjb
https://codereview.chromium.org/1100993002/diff/20001/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html File ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html (right): https://codereview.chromium.org/1100993002/diff/20001/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html#newcode6 ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html:6: <paper-button id="expand" disabled="{{disabled}}" On 2015/04/27 22:36:10, Jeremy Klein wrote: ...
5 years, 8 months ago (2015-04-28 01:05:02 UTC) #15
stevenjb
5 years, 8 months ago (2015-04-28 01:06:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1100993002/160001
5 years, 8 months ago (2015-04-28 01:09:20 UTC) #20
commit-bot: I haz the power
Committed patchset #8 (id:160001)
5 years, 7 months ago (2015-04-28 02:53:49 UTC) #21
commit-bot: I haz the power
5 years, 7 months ago (2015-04-28 02:54:42 UTC) #22
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9b80af9d3cc30689b982b5d627ca0f58a1dd473a
Cr-Commit-Position: refs/heads/master@{#327224}

Powered by Google App Engine
This is Rietveld 408576698