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

Issue 1901853002: Import supervised user dialog (Closed)

Created:
4 years, 8 months ago by Moe
Modified:
4 years, 7 months ago
CC:
chromium-reviews, tfarina, michaelpg+watch-md-ui_chromium.org, rginda+watch_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@md-user-manager-confirmation-page
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Import supervised user dialog This dialog is displayed when the user clicks on the 'import supervised users' link from the 'create user' page on the user manager screen. Or when the users attempts to create a supervised user that already exists and is prompted to import the user instead. browser tests for this patch will follow in another CL... BUG=563722, 605899, 605481 Committed: https://crrev.com/53539eb613fc973531c9a40f73eee83f4f65ddaa Cr-Commit-Position: refs/heads/master@{#389187}

Patch Set 1 #

Total comments: 29

Patch Set 2 : Addressed comments #

Total comments: 7

Patch Set 3 : Addressed comments #

Total comments: 2

Patch Set 4 : Addressed comments #

Total comments: 20

Patch Set 5 : Addressed comments #

Total comments: 2

Patch Set 6 : Addressed comments + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+448 lines, -36 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/compiled_resources2.gyp View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/create_profile.css View 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_user_manager/create_profile.html View 1 2 3 4 4 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/resources/md_user_manager/create_profile.js View 1 2 3 4 5 8 chunks +88 lines, -22 lines 0 comments Download
A chrome/browser/resources/md_user_manager/import_supervised_user.html View 1 2 3 4 1 chunk +144 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_user_manager/import_supervised_user.js View 1 2 3 4 1 chunk +140 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/profile_browser_proxy.js View 1 2 3 4 5 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/md_user_manager/supervised_user_learn_more.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager_pages.html View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager_tutorial.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/md_user_manager_ui.cc View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/signin_create_profile_handler.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/test/data/webui/md_user_manager/create_profile_tests.js View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/data/webui/md_user_manager/test_profile_browser_proxy.js View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 28 (9 generated)
Moe
On 2016/04/18 20:06:00, Moe wrote: > mailto:mahmadi@chromium.org changed reviewers: > + mailto:rogerta@chromium.org, mailto:tommycli@chromium.org Hi Roger ...
4 years, 8 months ago (2016-04-18 20:08:12 UTC) #3
Moe
On 2016/04/18 20:06:00, Moe wrote: > mailto:mahmadi@chromium.org changed reviewers: > + mailto:rogerta@chromium.org, mailto:tommycli@chromium.org Hi Roger ...
4 years, 8 months ago (2016-04-18 20:08:12 UTC) #4
tommycli
I didn't look at the C++. Thanks! https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.html File chrome/browser/resources/md_user_manager/create_profile.html (right): https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.html#newcode20 chrome/browser/resources/md_user_manager/create_profile.html:20: <link rel="import" ...
4 years, 8 months ago (2016-04-18 23:27:18 UTC) #6
Moe
https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.html File chrome/browser/resources/md_user_manager/create_profile.html (right): https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.html#newcode20 chrome/browser/resources/md_user_manager/create_profile.html:20: <link rel="import" type="css" On 2016/04/18 23:27:18, tommycli wrote: > ...
4 years, 8 months ago (2016-04-19 21:47:43 UTC) #7
tommycli
https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.js File chrome/browser/resources/md_user_manager/create_profile.js (right): https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.js#newcode138 chrome/browser/resources/md_user_manager/create_profile.js:138: onTap_: function(event) { On 2016/04/19 21:47:42, Moe wrote: > ...
4 years, 8 months ago (2016-04-19 23:33:37 UTC) #8
tommycli
lgtm with these nits and the above message too https://codereview.chromium.org/1901853002/diff/20001/chrome/browser/resources/md_user_manager/import_supervised_user.js File chrome/browser/resources/md_user_manager/import_supervised_user.js (right): https://codereview.chromium.org/1901853002/diff/20001/chrome/browser/resources/md_user_manager/import_supervised_user.js#newcode89 chrome/browser/resources/md_user_manager/import_supervised_user.js:89: ...
4 years, 8 months ago (2016-04-19 23:39:57 UTC) #9
Dan Beam
https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.js File chrome/browser/resources/md_user_manager/create_profile.js (right): https://codereview.chromium.org/1901853002/diff/1/chrome/browser/resources/md_user_manager/create_profile.js#newcode102 chrome/browser/resources/md_user_manager/create_profile.js:102: 'tap': 'onTap_' bummer, you can't do supervised-user-import-existing.tap because the ...
4 years, 8 months ago (2016-04-19 23:41:58 UTC) #10
atanasova
lgtm
4 years, 8 months ago (2016-04-20 09:50:23 UTC) #11
Roger Tawa OOO till Jul 10th
lgtm https://codereview.chromium.org/1901853002/diff/20001/chrome/browser/ui/webui/signin/md_user_manager_ui.cc File chrome/browser/ui/webui/signin/md_user_manager_ui.cc (right): https://codereview.chromium.org/1901853002/diff/20001/chrome/browser/ui/webui/signin/md_user_manager_ui.cc#newcode118 chrome/browser/ui/webui/signin/md_user_manager_ui.cc:118: #endif For my own info, why is this ...
4 years, 8 months ago (2016-04-20 15:14:37 UTC) #12
Moe
+dbeam@ Dan, Could you please have a look at the following? Thank you. c/b/browser_resources.grd c/b/resources ...
4 years, 8 months ago (2016-04-20 15:28:56 UTC) #14
tommycli
one more nit also https://codereview.chromium.org/1901853002/diff/40001/chrome/browser/resources/md_user_manager/create_profile.js File chrome/browser/resources/md_user_manager/create_profile.js (right): https://codereview.chromium.org/1901853002/diff/40001/chrome/browser/resources/md_user_manager/create_profile.js#newcode134 chrome/browser/resources/md_user_manager/create_profile.js:134: * General handler for tap ...
4 years, 8 months ago (2016-04-20 18:58:56 UTC) #15
Moe
https://codereview.chromium.org/1901853002/diff/40001/chrome/browser/resources/md_user_manager/create_profile.js File chrome/browser/resources/md_user_manager/create_profile.js (right): https://codereview.chromium.org/1901853002/diff/40001/chrome/browser/resources/md_user_manager/create_profile.js#newcode134 chrome/browser/resources/md_user_manager/create_profile.js:134: * General handler for tap event on the host, ...
4 years, 8 months ago (2016-04-20 20:10:31 UTC) #16
Dan Beam
https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.html File chrome/browser/resources/md_user_manager/create_profile.html (right): https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.html#newcode69 chrome/browser/resources/md_user_manager/create_profile.html:69: hidden="[[isImportUserLinkHidden_(createInProgress_, signedInUserIndex_)]]"> arguably, now that \n are allowed in ...
4 years, 8 months ago (2016-04-20 22:38:56 UTC) #17
Moe
https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.html File chrome/browser/resources/md_user_manager/create_profile.html (right): https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.html#newcode69 chrome/browser/resources/md_user_manager/create_profile.html:69: hidden="[[isImportUserLinkHidden_(createInProgress_, signedInUserIndex_)]]"> On 2016/04/20 22:38:55, Dan Beam wrote: > ...
4 years, 8 months ago (2016-04-21 17:32:30 UTC) #18
Dan Beam
lgtm https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.js File chrome/browser/resources/md_user_manager/create_profile.js (right): https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.js#newcode213 chrome/browser/resources/md_user_manager/create_profile.js:213: function(error) { this.handleMessage_(error); }.bind(this)); On 2016/04/21 17:32:30, Moe ...
4 years, 8 months ago (2016-04-22 01:25:31 UTC) #19
Moe
Thank y'all! https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.js File chrome/browser/resources/md_user_manager/create_profile.js (right): https://codereview.chromium.org/1901853002/diff/60001/chrome/browser/resources/md_user_manager/create_profile.js#newcode213 chrome/browser/resources/md_user_manager/create_profile.js:213: function(error) { this.handleMessage_(error); }.bind(this)); On 2016/04/22 01:25:30, ...
4 years, 8 months ago (2016-04-22 18:46:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901853002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901853002/100001
4 years, 8 months ago (2016-04-22 18:47:11 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-04-22 18:55:17 UTC) #25
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:50:38 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/53539eb613fc973531c9a40f73eee83f4f65ddaa
Cr-Commit-Position: refs/heads/master@{#389187}

Powered by Google App Engine
This is Rietveld 408576698