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

Issue 1725563003: MD user manager (learn more page, user manager tutorial) (Closed)

Created:
4 years, 10 months ago by Moe
Modified:
4 years, 8 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, michaelpg+watch-md-ui_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org, jlklein+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD user manager (learn more page, user manager tutorial) Part 3 of https://codereview.chromium.org/1630903002/ BUG=563722 Committed: https://crrev.com/94428289996176d91c07d9c99764586190417470 Cr-Commit-Position: refs/heads/master@{#384074}

Patch Set 1 #

Total comments: 16

Patch Set 2 : changed learn-more page according to updated mocks #

Patch Set 3 : Addressed comments #

Patch Set 4 : rebase #

Total comments: 7

Patch Set 5 : using dom-if template in the tutorial #

Total comments: 5

Patch Set 6 : Addressed comments #

Patch Set 7 : UI tweaks and bug fix #

Total comments: 12

Patch Set 8 : addressed comments #

Patch Set 9 : Fixed what was breaking browser test accross all platforms #

Unified diffs Side-by-side diffs Delta from patch set Stats (+669 lines, -293 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/resources/md_user_manager/compiled_resources2.gyp View 1 2 3 4 5 2 chunks +15 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_user_manager/control_bar.html View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/control_bar.js View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_user_manager/create_profile.html View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_user_manager/create_profile.js View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download
A chrome/browser/resources/md_user_manager/shared_styles.html View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_user_manager/supervised_user_learn_more.css View 1 2 3 4 5 6 7 8 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_user_manager/supervised_user_learn_more.html View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_user_manager/supervised_user_learn_more.js View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager.css View 1 2 3 4 5 6 7 1 chunk +0 lines, -207 lines 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager.html View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager.js View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager_pages.css View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager_pages.html View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager_pages.js View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
A chrome/browser/resources/md_user_manager/user_manager_styles.html View 1 2 3 4 5 6 7 1 chunk +211 lines, -0 lines 0 comments Download
A + chrome/browser/resources/md_user_manager/user_manager_tutorial.css View 1 2 3 4 5 6 7 4 chunks +42 lines, -68 lines 0 comments Download
A chrome/browser/resources/md_user_manager/user_manager_tutorial.html View 1 2 3 4 5 6 7 8 1 chunk +96 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_user_manager/user_manager_tutorial.js View 1 2 3 4 5 6 7 1 chunk +118 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/md_user_manager_ui.cc View 1 2 3 4 5 6 7 2 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/signin_create_profile_handler.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 29 (12 generated)
Moe
Here's part 3 of https://codereview.chromium.org/1630903002/
4 years, 10 months ago (2016-02-23 00:13:10 UTC) #3
Dan Beam
https://codereview.chromium.org/1725563003/diff/1/chrome/browser/resources/md_user_manager/user_manager.js File chrome/browser/resources/md_user_manager/user_manager.js (right): https://codereview.chromium.org/1725563003/diff/1/chrome/browser/resources/md_user_manager/user_manager.js#newcode51 chrome/browser/resources/md_user_manager/user_manager.js:51: if (hash && hash == '#tutorial') why is this ...
4 years, 10 months ago (2016-02-25 17:22:08 UTC) #4
Moe
https://codereview.chromium.org/1725563003/diff/1/chrome/browser/resources/md_user_manager/user_manager.js File chrome/browser/resources/md_user_manager/user_manager.js (right): https://codereview.chromium.org/1725563003/diff/1/chrome/browser/resources/md_user_manager/user_manager.js#newcode51 chrome/browser/resources/md_user_manager/user_manager.js:51: if (hash && hash == '#tutorial') On 2016/02/25 17:22:07, ...
4 years, 9 months ago (2016-03-02 18:25:53 UTC) #5
Moe
https://codereview.chromium.org/1725563003/diff/60001/chrome/browser/resources/md_user_manager/user_manager.html File chrome/browser/resources/md_user_manager/user_manager.html (right): https://codereview.chromium.org/1725563003/diff/60001/chrome/browser/resources/md_user_manager/user_manager.html#newcode11 chrome/browser/resources/md_user_manager/user_manager.html:11: <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> Added this back because it was ...
4 years, 9 months ago (2016-03-03 18:54:50 UTC) #6
Moe
figured out the dom-if template and i18n-content issue and updated the html to used dom-if ...
4 years, 9 months ago (2016-03-04 00:41:21 UTC) #7
Dan Beam
overall, I think this code is looking mighty fine I have not seen followup tests ...
4 years, 9 months ago (2016-03-15 02:24:55 UTC) #8
Dan Beam
https://codereview.chromium.org/1725563003/diff/60001/chrome/browser/resources/md_user_manager/user_manager_tutorial.html File chrome/browser/resources/md_user_manager/user_manager_tutorial.html (right): https://codereview.chromium.org/1725563003/diff/60001/chrome/browser/resources/md_user_manager/user_manager_tutorial.html#newcode9 chrome/browser/resources/md_user_manager/user_manager_tutorial.html:9: <div hidden$="{{hidden_}}"> On 2016/03/15 02:24:55, Dan Beam wrote: > ...
4 years, 9 months ago (2016-03-15 02:25:39 UTC) #9
Moe
Hi Dan, sent out (cl/1819773004) for the tests. will write tests for the old handlers ...
4 years, 9 months ago (2016-03-22 23:34:57 UTC) #10
Dan Beam
lgtm w/nits https://codereview.chromium.org/1725563003/diff/120001/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css File chrome/browser/resources/md_user_manager/supervised_user_learn_more.css (right): https://codereview.chromium.org/1725563003/diff/120001/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css#newcode7 chrome/browser/resources/md_user_manager/supervised_user_learn_more.css:7: }; }; -> } https://codereview.chromium.org/1725563003/diff/120001/chrome/browser/resources/md_user_manager/user_manager.css File chrome/browser/resources/md_user_manager/user_manager.css ...
4 years, 9 months ago (2016-03-25 02:39:15 UTC) #11
Moe
Thank you Dan! https://codereview.chromium.org/1725563003/diff/120001/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css File chrome/browser/resources/md_user_manager/supervised_user_learn_more.css (right): https://codereview.chromium.org/1725563003/diff/120001/chrome/browser/resources/md_user_manager/supervised_user_learn_more.css#newcode7 chrome/browser/resources/md_user_manager/supervised_user_learn_more.css:7: }; On 2016/03/25 02:39:14, Dan Beam ...
4 years, 8 months ago (2016-03-29 18:54:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725563003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725563003/140001
4 years, 8 months ago (2016-03-29 20:40:24 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 8 months ago (2016-03-29 20:47:28 UTC) #17
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/e99ec407569d40709ee036fd218e174ccdced70e Cr-Commit-Position: refs/heads/master@{#383811}
4 years, 8 months ago (2016-03-29 20:50:17 UTC) #19
Moe
On 2016/03/29 20:50:17, commit-bot: I haz the power wrote: > Patchset 8 (id:??) landed as ...
4 years, 8 months ago (2016-03-30 18:53:47 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725563003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725563003/160001
4 years, 8 months ago (2016-03-30 20:12:02 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 8 months ago (2016-03-30 20:18:14 UTC) #27
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 20:19:20 UTC) #29
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/94428289996176d91c07d9c99764586190417470
Cr-Commit-Position: refs/heads/master@{#384074}

Powered by Google App Engine
This is Rietveld 408576698