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

Issue 12208068: Add a set 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, dbeam+watch-options_chromium.org, arv (Not doing code reviews), pam+watch_chromium.org
Visibility:
Public.

Description

Add a set passphrase dialog which allows to set a passphrase for a managed user account. In a later changelist this will be used for authentication in order to change settings of the account. This changelist is extracted from the changelist here: https://codereview.chromium.org/11783008/ in order to break it up. A screenshot of the set passphrase page is available here: https://docs.google.com/a/google.com/drawings/d/1qXtLoSN2C8Z_qrnNB8yHlJHG96NqL79ciMGaW3amWkw/edit?usp=sharing BUG=171370 TEST=browser_tests, unit_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181812

Patch Set 1 #

Patch Set 2 : Fix year in new files. #

Total comments: 6

Patch Set 3 : Fix alphabetization in pref_names. #

Patch Set 4 : Rebase to ToT. #

Total comments: 8

Patch Set 5 : Rebase to ToT and address nits. #

Patch Set 6 : Fix compile error on linux_clang. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+454 lines, -10 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +19 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/managed_user_set_passphrase.css View 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/managed_user_set_passphrase.html View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/managed_user_set_passphrase.js View 1 1 chunk +75 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/managed_user_settings.js View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/options.html View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options.js View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/resources/options/options_bundle.js View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/managed_user_passphrase_handler.h View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/managed_user_passphrase_handler.cc View 1 2 3 4 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/managed_user_set_passphrase_browsertest.js View 1 chunk +103 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/managed_user_set_passphrase_test.h View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/managed_user_set_passphrase_test.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 3 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Adrian Kuegel
Bernhard, can you please take a quick look at this changelist? It is basically an ...
7 years, 10 months ago (2013-02-07 14:49:32 UTC) #1
Bernhard Bauer
LGTM with some nits I've previously overlooked (that's what you get for asking me again!): ...
7 years, 10 months ago (2013-02-07 15:33:10 UTC) #2
Adrian Kuegel
https://codereview.chromium.org/12208068/diff/2001/chrome/browser/managed_mode/managed_user_passphrase.cc File chrome/browser/managed_mode/managed_user_passphrase.cc (right): https://codereview.chromium.org/12208068/diff/2001/chrome/browser/managed_mode/managed_user_passphrase.cc#newcode52 chrome/browser/managed_mode/managed_user_passphrase.cc:52: // Create a hash from the user-provided passphrase and ...
7 years, 10 months ago (2013-02-07 16:31:26 UTC) #3
Adrian Kuegel
@James: Could you please give me owners approval for all files except the ones in ...
7 years, 10 months ago (2013-02-07 16:35:22 UTC) #4
James Hawkins
On 2013/02/07 16:35:22, Adrian Kuegel wrote: > @James: Could you please give me owners approval ...
7 years, 10 months ago (2013-02-07 17:48:09 UTC) #5
Adrian Kuegel
James, can you please take another look? I have extracted the managed_user_passphrase files and they ...
7 years, 10 months ago (2013-02-11 09:54:46 UTC) #6
James Hawkins
LGTM with nits. Thanks! https://codereview.chromium.org/12208068/diff/10025/chrome/browser/resources/options/managed_user_set_passphrase.html File chrome/browser/resources/options/managed_user_set_passphrase.html (right): https://codereview.chromium.org/12208068/diff/10025/chrome/browser/resources/options/managed_user_set_passphrase.html#newcode9 chrome/browser/resources/options/managed_user_set_passphrase.html:9: </div> nit: I think this ...
7 years, 10 months ago (2013-02-11 18:04:19 UTC) #7
Adrian Kuegel
Thanks for the review. https://codereview.chromium.org/12208068/diff/10025/chrome/browser/resources/options/managed_user_set_passphrase.html File chrome/browser/resources/options/managed_user_set_passphrase.html (right): https://codereview.chromium.org/12208068/diff/10025/chrome/browser/resources/options/managed_user_set_passphrase.html#newcode9 chrome/browser/resources/options/managed_user_set_passphrase.html:9: </div> On 2013/02/11 18:04:19, James ...
7 years, 10 months ago (2013-02-11 18:34:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akuegel@chromium.org/12208068/11006
7 years, 10 months ago (2013-02-11 18:36:16 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-11 19:10:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akuegel@chromium.org/12208068/10033
7 years, 10 months ago (2013-02-11 21:29:10 UTC) #11
commit-bot: I haz the power
7 years, 10 months ago (2013-02-12 01:40:03 UTC) #12
Message was sent while issue was closed.
Change committed as 181812

Powered by Google App Engine
This is Rietveld 408576698