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

Issue 2441503002: [MD Settings][People] Visual updates to the sync setup page. (Closed)

Created:
4 years, 2 months ago by Moe
Modified:
4 years, 1 month ago
Reviewers:
tommycli
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, arv+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Settings][People] Visual updates to the sync setup page. screenshots: https://screenshot.googleplex.com/gnDB2qGYufo https://screenshot.googleplex.com/yXPegOqyNnK https://screenshot.googleplex.com/LBQZ1uzYLjt https://screenshot.googleplex.com/mooGsad6fjJ https://screenshot.googleplex.com/0SGpgoeW6Bg BUG=621683 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/23efaf6aa7ffc0c186772321cce481f90160a9a6 Cr-Commit-Position: refs/heads/master@{#427833}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments #

Patch Set 3 : passphrase submit button should be disabled #

Total comments: 2

Patch Set 4 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -63 lines) Patch
M chrome/app/generated_resources.grd View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/settings_strings.grdp View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/people_page/sync_page.html View 1 2 3 chunks +49 lines, -17 lines 0 comments Download
M chrome/browser/resources/settings/people_page/sync_page.js View 1 6 chunks +50 lines, -21 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 chunks +17 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/test/data/webui/settings/people_page_sync_page_test.js View 1 2 3 2 chunks +30 lines, -11 lines 0 comments Download

Messages

Total messages: 36 (26 generated)
Moe
Hi Tommy, please review this CL.
4 years, 2 months ago (2016-10-20 14:08:31 UTC) #10
tommycli
https://codereview.chromium.org/2441503002/diff/20001/chrome/browser/resources/settings/people_page/sync_page.js File chrome/browser/resources/settings/people_page/sync_page.js (right): https://codereview.chromium.org/2441503002/diff/20001/chrome/browser/resources/settings/people_page/sync_page.js#newcode115 chrome/browser/resources/settings/people_page/sync_page.js:115: confirmation_: { since you are now binding the values ...
4 years, 1 month ago (2016-10-25 18:28:46 UTC) #14
Moe
https://codereview.chromium.org/2441503002/diff/20001/chrome/browser/resources/settings/people_page/sync_page.js File chrome/browser/resources/settings/people_page/sync_page.js (right): https://codereview.chromium.org/2441503002/diff/20001/chrome/browser/resources/settings/people_page/sync_page.js#newcode115 chrome/browser/resources/settings/people_page/sync_page.js:115: confirmation_: { On 2016/10/25 18:28:46, tommycli wrote: > since ...
4 years, 1 month ago (2016-10-25 22:30:18 UTC) #17
tommycli
lgtm https://codereview.chromium.org/2441503002/diff/20001/chrome/test/data/webui/settings/people_page_sync_page_test.js File chrome/test/data/webui/settings/people_page_sync_page_test.js (right): https://codereview.chromium.org/2441503002/diff/20001/chrome/test/data/webui/settings/people_page_sync_page_test.js#newcode358 chrome/test/data/webui/settings/people_page_sync_page_test.js:358: test('ExistingPassphraseSubmitButtonHiddenIfPassphraseEmpty', function() { On 2016/10/25 22:30:18, moe wrote: ...
4 years, 1 month ago (2016-10-25 22:39:09 UTC) #18
Moe
https://codereview.chromium.org/2441503002/diff/20001/chrome/test/data/webui/settings/people_page_sync_page_test.js File chrome/test/data/webui/settings/people_page_sync_page_test.js (right): https://codereview.chromium.org/2441503002/diff/20001/chrome/test/data/webui/settings/people_page_sync_page_test.js#newcode358 chrome/test/data/webui/settings/people_page_sync_page_test.js:358: test('ExistingPassphraseSubmitButtonHiddenIfPassphraseEmpty', function() { On 2016/10/25 22:39:09, tommycli wrote: > ...
4 years, 1 month ago (2016-10-26 18:26:13 UTC) #22
tommycli
latest changes lgtm with one question: https://codereview.chromium.org/2441503002/diff/60001/chrome/test/data/webui/settings/people_page_sync_page_test.js File chrome/test/data/webui/settings/people_page_sync_page_test.js (right): https://codereview.chromium.org/2441503002/diff/60001/chrome/test/data/webui/settings/people_page_sync_page_test.js#newcode371 chrome/test/data/webui/settings/people_page_sync_page_test.js:371: assertTrue(!!submitExistingPassphrase.disabled); nit: Why ...
4 years, 1 month ago (2016-10-26 18:27:30 UTC) #24
Moe
https://codereview.chromium.org/2441503002/diff/60001/chrome/test/data/webui/settings/people_page_sync_page_test.js File chrome/test/data/webui/settings/people_page_sync_page_test.js (right): https://codereview.chromium.org/2441503002/diff/60001/chrome/test/data/webui/settings/people_page_sync_page_test.js#newcode371 chrome/test/data/webui/settings/people_page_sync_page_test.js:371: assertTrue(!!submitExistingPassphrase.disabled); On 2016/10/26 18:27:30, tommycli wrote: > nit: Why ...
4 years, 1 month ago (2016-10-26 21:42:40 UTC) #29
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/2441503002/80001
4 years, 1 month ago (2016-10-26 21:43:27 UTC) #32
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 1 month ago (2016-10-26 21:57:21 UTC) #34
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 22:00:10 UTC) #36
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/23efaf6aa7ffc0c186772321cce481f90160a9a6
Cr-Commit-Position: refs/heads/master@{#427833}

Powered by Google App Engine
This is Rietveld 408576698