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

Issue 2648843002: cr-network-icon: Animate connecting using .svg (Closed)

Created:
3 years, 11 months ago by stevenjb
Modified:
3 years, 11 months ago
CC:
chromium-reviews, michaelpg+watch-elements_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-elements_chromium.org, oshima+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cr-network-icon: Animate connecting using .svg BUG=653425 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2648843002 Cr-Commit-Position: refs/heads/master@{#445291} Committed: https://chromium.googlesource.com/chromium/src/+/ac3b36a8e91405bedccaa90e221b784c26cbadb5

Patch Set 1 #

Total comments: 3

Patch Set 2 : Use <include> for .svg files and type=BINDATA #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -46 lines) Patch
A ui/webui/resources/cr_elements/network/cellular_0.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/cellular_1.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/cellular_2.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/cellular_3.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/cellular_4.svg View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_icon.html View 1 chunk +85 lines, -2 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_icon.js View 1 chunk +20 lines, -29 lines 0 comments Download
A ui/webui/resources/cr_elements/network/ethernet.svg View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements/network/network_icons.html View 1 chunk +0 lines, -15 lines 0 comments Download
A ui/webui/resources/cr_elements/network/vpn.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/wifi_0.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/wifi_1.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/wifi_2.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/wifi_3.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/wifi_4.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements/network/wifi_off.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A ui/webui/resources/cr_elements_images.grdp View 1 1 chunk +31 lines, -0 lines 0 comments Download
M ui/webui/resources/webui_resources.grd View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
stevenjb
This is a CSS based alternative to https://codereview.chromium.org/2647573002/ I haven't noticed any visual difference between ...
3 years, 11 months ago (2017-01-20 22:59:28 UTC) #3
Dan Beam
lgtm https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements/network/cr_network_icon.html File ui/webui/resources/cr_elements/network/cr_network_icon.html (right): https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements/network/cr_network_icon.html#newcode123 ui/webui/resources/cr_elements/network/cr_network_icon.html:123: 100% { background: url(cellular_4.svg); } i think it ...
3 years, 11 months ago (2017-01-20 23:24:16 UTC) #4
stevenjb
On 2017/01/20 23:24:16, Dan Beam (slow - converging) wrote: > lgtm > > https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements/network/cr_network_icon.html > ...
3 years, 11 months ago (2017-01-20 23:44:46 UTC) #5
stevenjb
https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements_resources.grdp File ui/webui/resources/cr_elements_resources.grdp (right): https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements_resources.grdp#newcode47 ui/webui/resources/cr_elements_resources.grdp:47: type="chrome_html" /> On 2017/01/20 23:24:16, Dan Beam (slow - ...
3 years, 11 months ago (2017-01-20 23:44:53 UTC) #6
stevenjb
On 2017/01/20 23:44:53, stevenjb wrote: > https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements_resources.grdp > File ui/webui/resources/cr_elements_resources.grdp (right): > > https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements_resources.grdp#newcode47 > ...
3 years, 11 months ago (2017-01-20 23:53:44 UTC) #7
stevenjb
On 2017/01/20 23:53:44, stevenjb wrote: > On 2017/01/20 23:44:53, stevenjb wrote: > > > https://codereview.chromium.org/2648843002/diff/1/ui/webui/resources/cr_elements_resources.grdp ...
3 years, 11 months ago (2017-01-21 00:05:00 UTC) #8
stevenjb
PTAL
3 years, 11 months ago (2017-01-21 00:09:45 UTC) #11
Dan Beam
sweet, beat me to explaining the structure -> include switch thanks, still lgtm
3 years, 11 months ago (2017-01-21 00:42:21 UTC) #13
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/2648843002/40001
3 years, 11 months ago (2017-01-21 19:06:39 UTC) #17
commit-bot: I haz the power
3 years, 11 months ago (2017-01-21 19:15:12 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/ac3b36a8e91405bedccaa90e221b...

Powered by Google App Engine
This is Rietveld 408576698