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

Issue 2015413002: Enable the PIN keyboard on the lockscreen. (Closed)

Created:
4 years, 6 months ago by jdufault
Modified:
4 years, 6 months ago
CC:
chromium-reviews, dzhioev+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable the PIN keyboard on the lockscreen. The PIN keyboard will now show up if a user has the PIN keyboard enabled and has authenticated against the cryptohome recently (currently 24 hours). The PIN keyboard is shown per-user, so this approach will scale to multiple user pods; however, the per-pod UI has not been completed yet. The PIN keyboard is hidden after there are too many incorrect attempts. BUG=603217 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a09c41969d298d918f6f0824f619617ad9587b9e Cr-Commit-Position: refs/heads/master@{#400058}

Patch Set 1 : #

Total comments: 14

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -63 lines) Patch
M chrome/browser/chromeos/login/lock/screen_locker.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker.cc View 1 6 chunks +57 lines, -29 lines 0 comments Download
M chrome/browser/chromeos/login/quick_unlock/pin_storage_factory.h View 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/quick_unlock/pin_storage_factory.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.cc View 4 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/lock.js View 2 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 4 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 7 chunks +22 lines, -12 lines 0 comments Download
M ui/login/account_picker/screen_account_picker.js View 3 chunks +34 lines, -0 lines 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (11 generated)
jdufault
Achuith/Pavel, PTAL. Thanks!
4 years, 6 months ago (2016-06-01 17:27:54 UTC) #7
achuithb
Looks good overall https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc File chrome/browser/chromeos/login/lock/screen_locker.cc (right): https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc#newcode301 chrome/browser/chromeos/login/lock/screen_locker.cc:301: std::string pin = user_context.GetKey()->GetSecret(); const https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc#newcode302 ...
4 years, 6 months ago (2016-06-02 23:34:45 UTC) #8
jdufault
https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc File chrome/browser/chromeos/login/lock/screen_locker.cc (right): https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc#newcode301 chrome/browser/chromeos/login/lock/screen_locker.cc:301: std::string pin = user_context.GetKey()->GetSecret(); On 2016/06/02 23:34:45, achuithb wrote: ...
4 years, 6 months ago (2016-06-03 23:39:49 UTC) #9
achuithb
https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc File chrome/browser/chromeos/login/lock/screen_locker.cc (right): https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc#newcode334 chrome/browser/chromeos/login/lock/screen_locker.cc:334: base::Unretained(this), user_context))); On 2016/06/03 23:39:49, jdufault wrote: > On ...
4 years, 6 months ago (2016-06-04 00:32:00 UTC) #10
jdufault
https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc File chrome/browser/chromeos/login/lock/screen_locker.cc (right): https://codereview.chromium.org/2015413002/diff/40001/chrome/browser/chromeos/login/lock/screen_locker.cc#newcode334 chrome/browser/chromeos/login/lock/screen_locker.cc:334: base::Unretained(this), user_context))); On 2016/06/04 00:32:00, achuithb wrote: > On ...
4 years, 6 months ago (2016-06-08 18:40:50 UTC) #11
achuithb
lgtm
4 years, 6 months ago (2016-06-14 17:46:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2015413002/60001
4 years, 6 months ago (2016-06-14 21:52:07 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) ios-device-gn on ...
4 years, 6 months ago (2016-06-14 23:53:44 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2015413002/60001
4 years, 6 months ago (2016-06-15 23:14:30 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 6 months ago (2016-06-16 00:19:59 UTC) #20
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-16 00:20:16 UTC) #21
commit-bot: I haz the power
4 years, 6 months ago (2016-06-16 00:21:43 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a09c41969d298d918f6f0824f619617ad9587b9e
Cr-Commit-Position: refs/heads/master@{#400058}

Powered by Google App Engine
This is Rietveld 408576698