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

Issue 1681203002: Add the decorative icons to the sync confirmation dialog. (Closed)

Created:
4 years, 10 months ago by anthonyvd
Modified:
4 years, 9 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add the decorative icons to the sync confirmation dialog. BUG=533004 TEST= 1. Enable enable-password-separated-signin-flow in chrome://flags 2. In a non-signed in profile, open the User Menu and click "Sign in" 3. The tab-modal sign in flow should open, enter valid credentials 4. The Sync Confirmation dialog should open 5. When the profile's picture is finished loading, the icons around the picture and the checkmark in the blue bubble should animate into view. Committed: https://crrev.com/5816de5d14b6104b6bf315ffaf2d59813cd0c3f9 Cr-Commit-Position: refs/heads/master@{#378460}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix RTL and adjust key frame names. #

Patch Set 3 : Use classList instead of className. #

Total comments: 6

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : Address feedback #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -23 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/sync_confirmation/sync_confirmation.css View 1 2 3 4 4 chunks +237 lines, -16 lines 2 comments Download
M chrome/browser/resources/sync_confirmation/sync_confirmation.html View 1 2 3 4 1 chunk +25 lines, -4 lines 2 comments Download
M chrome/browser/resources/sync_confirmation/sync_confirmation.js View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
A ui/webui/resources/images/icon_bookmarks.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/images/icon_extensions.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/images/icon_history.svg View 1 chunk +4 lines, -0 lines 0 comments Download
A ui/webui/resources/images/icon_passwords.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A ui/webui/resources/images/icon_tabs.svg View 1 chunk +6 lines, -0 lines 0 comments Download
A ui/webui/resources/images/icon_themes.svg View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/webui/resources/webui_resources.grd View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
anthonyvd
Hi dbeam@, Can you please take a look at this CL that adds some animated ...
4 years, 10 months ago (2016-02-09 19:00:40 UTC) #2
Dan Beam
does any of this work in RTL? https://codereview.chromium.org/1681203002/diff/1/chrome/browser/resources/sync_confirmation/sync_confirmation.js File chrome/browser/resources/sync_confirmation/sync_confirmation.js (right): https://codereview.chromium.org/1681203002/diff/1/chrome/browser/resources/sync_confirmation/sync_confirmation.js#newcode34 chrome/browser/resources/sync_confirmation/sync_confirmation.js:34: .className = ...
4 years, 10 months ago (2016-02-13 02:16:11 UTC) #3
Dan Beam
https://codereview.chromium.org/1681203002/diff/1/chrome/browser/resources/sync_confirmation/sync_confirmation.css File chrome/browser/resources/sync_confirmation/sync_confirmation.css (right): https://codereview.chromium.org/1681203002/diff/1/chrome/browser/resources/sync_confirmation/sync_confirmation.css#newcode115 chrome/browser/resources/sync_confirmation/sync_confirmation.css:115: @keyframes scaleCircle { why keyframeNamesLikeThis rather than keyframe-names-like-this?
4 years, 10 months ago (2016-02-13 02:17:03 UTC) #4
anthonyvd
Thanks for your time. There was a minor positioning issue in RTL that I fixed ...
4 years, 10 months ago (2016-02-22 17:09:23 UTC) #5
Dan Beam
On 2016/02/22 17:09:23, anthonyvd wrote: > Thanks for your time. > > There was a ...
4 years, 10 months ago (2016-02-25 22:49:30 UTC) #6
anthonyvd
Yep, tested the animations in RTL as well. This is working as intended because the ...
4 years, 10 months ago (2016-02-26 17:29:20 UTC) #7
Dan Beam
lgtm https://codereview.chromium.org/1681203002/diff/80001/chrome/browser/resources/sync_confirmation/sync_confirmation.css File chrome/browser/resources/sync_confirmation/sync_confirmation.css (right): https://codereview.chromium.org/1681203002/diff/80001/chrome/browser/resources/sync_confirmation/sync_confirmation.css#newcode142 chrome/browser/resources/sync_confirmation/sync_confirmation.css:142: animation-duration: 1.4s; 1.4s O_o https://codereview.chromium.org/1681203002/diff/80001/chrome/browser/resources/sync_confirmation/sync_confirmation.html File chrome/browser/resources/sync_confirmation/sync_confirmation.html (right): ...
4 years, 9 months ago (2016-02-29 20:31:09 UTC) #8
anthonyvd
Thanks a lot for your time. Replies to the latests comments below. https://codereview.chromium.org/1681203002/diff/80001/chrome/browser/resources/sync_confirmation/sync_confirmation.css File chrome/browser/resources/sync_confirmation/sync_confirmation.css ...
4 years, 9 months ago (2016-03-01 15:21:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1681203002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1681203002/80001
4 years, 9 months ago (2016-03-01 15:22:14 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-01 16:57:17 UTC) #12
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 16:58:45 UTC) #14
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5816de5d14b6104b6bf315ffaf2d59813cd0c3f9
Cr-Commit-Position: refs/heads/master@{#378460}

Powered by Google App Engine
This is Rietveld 408576698