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

Issue 2592383003: MD Settings: Switch cr_network_icon to use svg icons (Closed)

Created:
3 years, 12 months ago by stevenjb
Modified:
3 years, 11 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, dbeam+watch-elements_chromium.org, hashimoto+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-settings_chromium.org, michaelpg+watch-elements_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-closure_chromium.org, Evan Stade
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Switch cr_network_icon to use svg icons Note: This affects the sizing of the icons some, requiring a few layout changes, but they are mostly minor. Tested in MD Settings, Options (old settiings), OOBE, and chrome://network. BUG=611258 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2592383003 Cr-Commit-Position: refs/heads/master@{#441889} Committed: https://chromium.googlesource.com/chromium/src/+/538eb1d73a24d96237bc9f76bbc080f76916998f

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : . #

Patch Set 4 : Fix clang #

Total comments: 5

Patch Set 5 : Fix function declarations. #

Total comments: 4

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -432 lines) Patch
M chrome/browser/resources/chromeos/network_ui/network_ui.css View 1 2 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/resources/options/browser_options.css View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/network_list.js View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.html View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_page.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.html View 1 chunk +0 lines, -1 line 0 comments Download
M chromeos/dbus/fake_shill_manager_client.cc View 1 chunk +3 lines, -0 lines 0 comments Download
D ui/webui/resources/cr_elements/network/badge_1x.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_3g.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_4g.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_edge.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_evdo.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_gsm.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_hspa.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_hspa_plus.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_lte.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_lte_advanced.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_roaming.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/badge_secure.png View Binary file 0 comments Download
M ui/webui/resources/cr_elements/network/compiled_resources2.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_icon.html View 1 2 1 chunk +25 lines, -68 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_icon.js View 1 2 3 4 1 chunk +123 lines, -272 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list_item.html View 1 2 2 chunks +17 lines, -20 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list_item.js View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
D ui/webui/resources/cr_elements/network/ethernet.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/mobile.png View Binary file 0 comments Download
A ui/webui/resources/cr_elements/network/network_icons.html View 1 chunk +38 lines, -0 lines 0 comments Download
D ui/webui/resources/cr_elements/network/vpn.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements/network/wifi.png View Binary file 0 comments Download
D ui/webui/resources/cr_elements_images_chromeos.grdp View 1 chunk +0 lines, -51 lines 0 comments Download
M ui/webui/resources/cr_elements_resources.grdp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ui/webui/resources/webui_resources.grd View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
stevenjb
3 years, 11 months ago (2016-12-28 01:11:52 UTC) #4
Dan Beam
this generally seems fine except for the ES6 bits https://codereview.chromium.org/2592383003/diff/60001/ui/webui/resources/cr_elements/network/cr_network_icon.js File ui/webui/resources/cr_elements/network/cr_network_icon.js (right): https://codereview.chromium.org/2592383003/diff/60001/ui/webui/resources/cr_elements/network/cr_network_icon.js#newcode85 ui/webui/resources/cr_elements/network/cr_network_icon.js:85: ...
3 years, 11 months ago (2017-01-04 03:10:28 UTC) #5
stevenjb
https://codereview.chromium.org/2592383003/diff/60001/ui/webui/resources/cr_elements/network/cr_network_icon.js File ui/webui/resources/cr_elements/network/cr_network_icon.js (right): https://codereview.chromium.org/2592383003/diff/60001/ui/webui/resources/cr_elements/network/cr_network_icon.js#newcode85 ui/webui/resources/cr_elements/network/cr_network_icon.js:85: showTechnology_() { On 2017/01/04 03:10:28, Dan Beam wrote: > ...
3 years, 11 months ago (2017-01-04 18:14:04 UTC) #6
Dan Beam
lgtm but using let is still pretty dubious https://codereview.chromium.org/2592383003/diff/60001/ui/webui/resources/cr_elements_resources.grdp File ui/webui/resources/cr_elements_resources.grdp (right): https://codereview.chromium.org/2592383003/diff/60001/ui/webui/resources/cr_elements_resources.grdp#newcode76 ui/webui/resources/cr_elements_resources.grdp:76: file="../../webui/resources/cr_elements/network/network_icons.html" ...
3 years, 11 months ago (2017-01-05 02:49:13 UTC) #7
stevenjb
On 2017/01/05 02:49:13, Dan Beam wrote: > lgtm but using let is still pretty dubious ...
3 years, 11 months ago (2017-01-05 17:34:30 UTC) #8
stevenjb
https://codereview.chromium.org/2592383003/diff/80001/chromeos/dbus/fake_shill_manager_client.cc File chromeos/dbus/fake_shill_manager_client.cc (right): https://codereview.chromium.org/2592383003/diff/80001/chromeos/dbus/fake_shill_manager_client.cc#newcode838 chromeos/dbus/fake_shill_manager_client.cc:838: kCellularServicePath, shill::kSignalStrengthProperty, strength_value); On 2017/01/05 02:49:12, Dan Beam wrote: ...
3 years, 11 months ago (2017-01-05 17:37:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2592383003/100001
3 years, 11 months ago (2017-01-05 18:44:05 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/341321)
3 years, 11 months ago (2017-01-05 20:20:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2592383003/120001
3 years, 11 months ago (2017-01-06 05:19:40 UTC) #17
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 06:23:37 UTC) #20
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/538eb1d73a24d96237bc9f76bbc0...

Powered by Google App Engine
This is Rietveld 408576698