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

Issue 12218118: Add a passphrase dialog for managed user accounts. (Closed)

Created:
7 years, 10 months ago by Adrian Kuegel
Modified:
7 years, 10 months ago
CC:
chromium-reviews, pam+watch_chromium.org, arv+watch_chromium.org
Visibility:
Public.

Description

Add a passphrase dialog for managed user accounts. This changelist is an extract from this changelist: https://codereview.chromium.org/11783008/ This dialog will be displayed whenever the user wants to access something which should only be accessible to the manager of the managed account. This changelist just introduces the dialog without actually using it somewhere, the tests for this dialog will be added in another changelist. A screenshot of this dialog can be found here: https://docs.google.com/a/google.com/drawings/d/1ZSy4TH1k-nOwgza8G-sHc_z_n6-yIzkp7sdHD20ylM4/edit?usp=sharing BUG=171370 TEST=It compiles. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183466

Patch Set 1 #

Total comments: 44

Patch Set 2 : Address review comments and rebase to ToT. #

Total comments: 10

Patch Set 3 : Adress review comments and rebase to ToT. #

Patch Set 4 : Rebase to ToT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+356 lines, -31 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_service.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/resources/managed_user_passphrase_dialog.css View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/resources/managed_user_passphrase_dialog.html View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/resources/managed_user_passphrase_dialog.js View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/browser/ui/webui/managed_user_passphrase_dialog.h View 1 2 chunks +24 lines, -28 lines 0 comments Download
A chrome/browser/ui/webui/managed_user_passphrase_dialog.cc View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Adrian Kuegel
Bernhard, could you please take a look at this changelist, especially the files in chrome/browser/managed_mode ...
7 years, 10 months ago (2013-02-12 14:24:52 UTC) #1
Bernhard Bauer
7 years, 10 months ago (2013-02-12 14:27:43 UTC) #2
Bernhard Bauer
LGTM
7 years, 10 months ago (2013-02-12 14:27:50 UTC) #3
James Hawkins
https://codereview.chromium.org/12218118/diff/1/chrome/browser/resources/managed_user_passphrase_dialog.html File chrome/browser/resources/managed_user_passphrase_dialog.html (right): https://codereview.chromium.org/12218118/diff/1/chrome/browser/resources/managed_user_passphrase_dialog.html#newcode22 chrome/browser/resources/managed_user_passphrase_dialog.html:22: <span i18n-content="passphrase_instruction"></span> nit: passphraseInstruction https://codereview.chromium.org/12218118/diff/1/chrome/browser/resources/managed_user_passphrase_dialog.html#newcode26 chrome/browser/resources/managed_user_passphrase_dialog.html:26: <input id="passphrase-entry" size="50" ...
7 years, 10 months ago (2013-02-12 18:57:15 UTC) #4
Adrian Kuegel
Thanks for the review. I tried to address all your comments, but I am still ...
7 years, 10 months ago (2013-02-13 10:53:36 UTC) #5
James Hawkins
https://codereview.chromium.org/12218118/diff/14002/chrome/browser/resources/managed_user_passphrase_dialog.css File chrome/browser/resources/managed_user_passphrase_dialog.css (right): https://codereview.chromium.org/12218118/diff/14002/chrome/browser/resources/managed_user_passphrase_dialog.css#newcode22 chrome/browser/resources/managed_user_passphrase_dialog.css:22: float: right; Need to handle RTL. https://codereview.chromium.org/12218118/diff/14002/chrome/browser/resources/managed_user_passphrase_dialog.html File chrome/browser/resources/managed_user_passphrase_dialog.html ...
7 years, 10 months ago (2013-02-13 21:46:48 UTC) #6
James Hawkins
https://codereview.chromium.org/12218118/diff/1/chrome/browser/resources/managed_user_passphrase_dialog.js File chrome/browser/resources/managed_user_passphrase_dialog.js (right): https://codereview.chromium.org/12218118/diff/1/chrome/browser/resources/managed_user_passphrase_dialog.js#newcode10 chrome/browser/resources/managed_user_passphrase_dialog.js:10: chrome.send('DialogClose'); On 2013/02/13 10:53:36, Adrian Kuegel wrote: > Here ...
7 years, 10 months ago (2013-02-13 21:47:26 UTC) #7
Adrian Kuegel
I uploaded a new patch. Hopefully I am making some progress towards a LGTM :-) ...
7 years, 10 months ago (2013-02-14 10:36:11 UTC) #8
Adrian Kuegel
@James: can you please take another look at my recent changes?
7 years, 10 months ago (2013-02-15 16:11:16 UTC) #9
James Hawkins
https://codereview.chromium.org/12218118/diff/14002/chrome/browser/resources/managed_user_passphrase_dialog.css File chrome/browser/resources/managed_user_passphrase_dialog.css (right): https://codereview.chromium.org/12218118/diff/14002/chrome/browser/resources/managed_user_passphrase_dialog.css#newcode22 chrome/browser/resources/managed_user_passphrase_dialog.css:22: float: right; On 2013/02/14 10:36:12, Adrian Kuegel wrote: > ...
7 years, 10 months ago (2013-02-15 17:35:55 UTC) #10
Adrian Kuegel
https://codereview.chromium.org/12218118/diff/14002/chrome/browser/resources/managed_user_passphrase_dialog.css File chrome/browser/resources/managed_user_passphrase_dialog.css (right): https://codereview.chromium.org/12218118/diff/14002/chrome/browser/resources/managed_user_passphrase_dialog.css#newcode22 chrome/browser/resources/managed_user_passphrase_dialog.css:22: float: right; But I did! That is what I ...
7 years, 10 months ago (2013-02-16 08:10:50 UTC) #11
Adrian Kuegel
Here is a screenshot of how it looks like with arabic language https://docs.google.com/a/google.com/file/d/0BzMCIwDgeNezZS1JRzV6RzgzN3c/edit?usp=sharing Note that ...
7 years, 10 months ago (2013-02-18 09:24:38 UTC) #12
James Hawkins
Totally my bad, Adrian. I misread what you said and jumped off the CL before ...
7 years, 10 months ago (2013-02-19 20:47:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akuegel@chromium.org/12218118/9035
7 years, 10 months ago (2013-02-19 20:54:03 UTC) #14
commit-bot: I haz the power
7 years, 10 months ago (2013-02-20 11:15:25 UTC) #15
Message was sent while issue was closed.
Change committed as 183466

Powered by Google App Engine
This is Rietveld 408576698