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

Issue 2024233003: MD User Manager: Refactors existing dialogs in User Manager into <user-manager-dialog> (Closed)

Created:
4 years, 6 months ago by Moe
Modified:
4 years, 6 months ago
CC:
arv+watch_chromium.org, chromium-reviews, michaelpg+watch-md-ui_chromium.org, pam+watch_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@md-user-manager-locked-test
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD User Manager: Refactors existing dialogs in User Manager into <user-manager-dialog> BUG=563722 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/4a0f8751743ee2cc5eb24573963866344470d7b2 Cr-Commit-Position: refs/heads/master@{#398969}

Patch Set 1 : Initial #

Total comments: 2

Patch Set 2 : Closure compiler target for the dialog #

Total comments: 3

Patch Set 3 : Reuse Polymer.PaperDialogBehavior #

Total comments: 1

Patch Set 4 : Updated browser tests + brought back closure compiler target #

Patch Set 5 : Updates backdrop's opacity #

Total comments: 16

Patch Set 6 : Addressed comments #

Patch Set 7 : Removed user_manager_dialog gyp target #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -202 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/create_profile.html View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_user_manager/error_dialog.html View 1 2 3 4 5 1 chunk +10 lines, -45 lines 0 comments Download
M chrome/browser/resources/md_user_manager/error_dialog.js View 3 chunks +3 lines, -24 lines 0 comments Download
M chrome/browser/resources/md_user_manager/import_supervised_user.html View 1 2 3 chunks +29 lines, -80 lines 0 comments Download
M chrome/browser/resources/md_user_manager/import_supervised_user.js View 1 2 3 4 5 6 chunks +16 lines, -32 lines 0 comments Download
M chrome/browser/resources/md_user_manager/shared_styles.html View 1 2 3 4 3 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html View 1 chunk +1 line, -1 line 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
A chrome/browser/resources/md_user_manager/user_manager_dialog.html View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_user_manager/user_manager_dialog.js View 1 2 3 4 5 1 chunk +72 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_user_manager/user_manager_styles.html View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/signin/md_user_manager_ui.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/data/webui/md_user_manager/control_bar_tests.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/webui/md_user_manager/import_supervised_user_tests.js View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 34 (12 generated)
Moe
Hi Demetrios, Please review this CL. PS. I tried re-using Polymer.PaperDialogBehavior in user-manager-dialog but gave ...
4 years, 6 months ago (2016-06-01 15:33:48 UTC) #4
Moe
+rogerta@, Please take a look at: c/b/ui/webui/signin/md_user_manager_ui.cc
4 years, 6 months ago (2016-06-01 15:35:27 UTC) #6
dpapad
On 2016/06/01 at 15:33:48, mahmadi wrote: > Hi Demetrios, Please review this CL. > > ...
4 years, 6 months ago (2016-06-01 19:05:42 UTC) #7
Roger Tawa OOO till Jul 10th
c/b/ui/webui/signin/md_user_manager_ui.cc lgtm
4 years, 6 months ago (2016-06-01 20:43:35 UTC) #8
dpapad
On 2016/06/01 at 19:05:42, dpapad wrote: > On 2016/06/01 at 15:33:48, mahmadi wrote: > > ...
4 years, 6 months ago (2016-06-01 20:47:04 UTC) #9
Dan Beam
where are the mocks for this dialog? https://codereview.chromium.org/2024233003/diff/20001/chrome/browser/resources/md_user_manager/user_manager_dialog.js File chrome/browser/resources/md_user_manager/user_manager_dialog.js (right): https://codereview.chromium.org/2024233003/diff/20001/chrome/browser/resources/md_user_manager/user_manager_dialog.js#newcode29 chrome/browser/resources/md_user_manager/user_manager_dialog.js:29: this.$$('paper-icon-button').focus(); does ...
4 years, 6 months ago (2016-06-02 00:49:06 UTC) #11
Moe
On 2016/06/02 00:49:06, Dan Beam wrote: > where are the mocks for this dialog? > ...
4 years, 6 months ago (2016-06-03 21:51:39 UTC) #12
Moe
https://codereview.chromium.org/2024233003/diff/20001/chrome/browser/resources/md_user_manager/user_manager_dialog.js File chrome/browser/resources/md_user_manager/user_manager_dialog.js (right): https://codereview.chromium.org/2024233003/diff/20001/chrome/browser/resources/md_user_manager/user_manager_dialog.js#newcode29 chrome/browser/resources/md_user_manager/user_manager_dialog.js:29: this.$$('paper-icon-button').focus(); On 2016/06/02 00:49:06, Dan Beam wrote: > does ...
4 years, 6 months ago (2016-06-03 21:51:50 UTC) #13
Dan Beam
https://codereview.chromium.org/2024233003/diff/40001/chrome/browser/resources/md_user_manager/compiled_resources2.gyp File chrome/browser/resources/md_user_manager/compiled_resources2.gyp (right): https://codereview.chromium.org/2024233003/diff/40001/chrome/browser/resources/md_user_manager/compiled_resources2.gyp#newcode66 chrome/browser/resources/md_user_manager/compiled_resources2.gyp:66: 'target_name': 'user_manager_dialog', On 2016/06/03 21:51:50, Moe wrote: > Had ...
4 years, 6 months ago (2016-06-03 22:00:47 UTC) #14
Moe
https://codereview.chromium.org/2024233003/diff/40001/chrome/browser/resources/md_user_manager/compiled_resources2.gyp File chrome/browser/resources/md_user_manager/compiled_resources2.gyp (right): https://codereview.chromium.org/2024233003/diff/40001/chrome/browser/resources/md_user_manager/compiled_resources2.gyp#newcode66 chrome/browser/resources/md_user_manager/compiled_resources2.gyp:66: 'target_name': 'user_manager_dialog', On 2016/06/03 22:00:47, Dan Beam wrote: > ...
4 years, 6 months ago (2016-06-06 16:29:20 UTC) #15
dpapad
On 2016/06/06 at 16:29:20, mahmadi wrote: > https://codereview.chromium.org/2024233003/diff/40001/chrome/browser/resources/md_user_manager/compiled_resources2.gyp > File chrome/browser/resources/md_user_manager/compiled_resources2.gyp (right): > > https://codereview.chromium.org/2024233003/diff/40001/chrome/browser/resources/md_user_manager/compiled_resources2.gyp#newcode66 ...
4 years, 6 months ago (2016-06-06 17:53:54 UTC) #16
Dan Beam
On 2016/06/06 17:53:54, dpapad wrote: > On 2016/06/06 at 16:29:20, mahmadi wrote: > > > ...
4 years, 6 months ago (2016-06-08 00:26:55 UTC) #17
Moe
Demetrios, apart from the closure compilation issues, Does this CL look good?
4 years, 6 months ago (2016-06-08 20:31:40 UTC) #20
dpapad
Almost there. Few nit comments and a question about focus related logic in user_manager_dialog.js https://codereview.chromium.org/2024233003/diff/100001/chrome/browser/resources/md_user_manager/error_dialog.html ...
4 years, 6 months ago (2016-06-08 23:05:12 UTC) #21
Moe
https://codereview.chromium.org/2024233003/diff/100001/chrome/browser/resources/md_user_manager/error_dialog.html File chrome/browser/resources/md_user_manager/error_dialog.html (right): https://codereview.chromium.org/2024233003/diff/100001/chrome/browser/resources/md_user_manager/error_dialog.html#newcode21 chrome/browser/resources/md_user_manager/error_dialog.html:21: <div id="message">[[message_]]</div> On 2016/06/08 23:05:12, dpapad wrote: > Is ...
4 years, 6 months ago (2016-06-09 14:10:04 UTC) #22
dpapad
https://codereview.chromium.org/2024233003/diff/100001/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/2024233003/diff/100001/chrome/browser/resources/md_user_manager/import_supervised_user.js#newcode92 chrome/browser/resources/md_user_manager/import_supervised_user.js:92: * @return {boolean} > Done. I've seen conflicting reviews ...
4 years, 6 months ago (2016-06-09 17:02:48 UTC) #23
dpapad
LGTM
4 years, 6 months ago (2016-06-09 17:02:55 UTC) #24
Moe
On 2016/06/09 17:02:55, dpapad wrote: > LGTM Thanks Demetrios! I'll remove the gyp target for ...
4 years, 6 months ago (2016-06-09 17:16:21 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2024233003/140001
4 years, 6 months ago (2016-06-09 17:58:26 UTC) #29
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 6 months ago (2016-06-09 18:51:15 UTC) #31
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-09 18:51:26 UTC) #32
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 18:54:15 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4a0f8751743ee2cc5eb24573963866344470d7b2
Cr-Commit-Position: refs/heads/master@{#398969}

Powered by Google App Engine
This is Rietveld 408576698