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

Issue 456943003: Easy Unlock: Add support for hard locking (Closed)

Created:
6 years, 4 months ago by tbarzic
Modified:
6 years, 4 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Easy Unlock: Add support for hard locking When user clicks on the easy-unlock icon on "Click to enter" lock screen (i.e. when lock screen auth type is USER_CLICK), the lock screen changes to state in which password is required to unlock the screen. This adds new auth state FORCE_OFFLINE_PASSWORD which, unlike OFFLINE_PASSWORD, can't be changed to any other. BUG=397363 TBR=asargent@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290096

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : . #

Total comments: 10

Patch Set 15 : . #

Patch Set 16 : . #

Patch Set 17 : . #

Patch Set 18 : rebase] #

Patch Set 19 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -41 lines) Patch
M chrome/browser/chromeos/login/screens/user_selection_screen.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +10 lines, -7 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +32 lines, -18 lines 0 comments Download
M chrome/browser/signin/screenlock_bridge.h View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/signin/screenlock_bridge.cc View 1 2 3 4 5 6 7 8 3 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +14 lines, -0 lines 0 comments Download
M ui/login/account_picker/user_pod_row.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +7 lines, -1 line 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 13 chunks +147 lines, -14 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
tbarzic
depends on: https://codereview.chromium.org/446743003/ rogerta: owner for chrome/browser/signin/screenlock_bridge dzhioev: owner for ui/login/ asargent: owner for chrome/browser/extensions/api/screenock_private ...
6 years, 4 months ago (2014-08-13 23:06:35 UTC) #1
dzhioev (left Google)
LGTM with a couple of remarks https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js#newcode291 ui/login/account_picker/user_pod_row.js:291: // When the ...
6 years, 4 months ago (2014-08-14 10:46:29 UTC) #2
xiyuan
lgtm https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js#newcode464 ui/login/account_picker/user_pod_row.js:464: return; On 2014/08/14 10:46:28, dzhioev wrote: > What ...
6 years, 4 months ago (2014-08-14 17:41:07 UTC) #3
tbarzic
https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js#newcode291 ui/login/account_picker/user_pod_row.js:291: // When the icon is focused using mouse, there ...
6 years, 4 months ago (2014-08-14 18:15:51 UTC) #4
dzhioev (left Google)
https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js#newcode464 ui/login/account_picker/user_pod_row.js:464: return; On 2014/08/14 18:15:51, tbarzic wrote: > On 2014/08/14 ...
6 years, 4 months ago (2014-08-14 19:38:21 UTC) #5
xiyuan
https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js#newcode464 ui/login/account_picker/user_pod_row.js:464: return; On 2014/08/14 18:15:51, tbarzic wrote: > On 2014/08/14 ...
6 years, 4 months ago (2014-08-14 19:40:01 UTC) #6
tbarzic
https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js#newcode464 ui/login/account_picker/user_pod_row.js:464: return; On 2014/08/14 19:38:21, dzhioev wrote: > On 2014/08/14 ...
6 years, 4 months ago (2014-08-14 20:35:07 UTC) #7
tbarzic
https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/456943003/diff/260001/ui/login/account_picker/user_pod_row.js#newcode464 ui/login/account_picker/user_pod_row.js:464: return; On 2014/08/14 19:40:01, xiyuan wrote: > On 2014/08/14 ...
6 years, 4 months ago (2014-08-14 21:03:07 UTC) #8
xiyuan
LGTM++
6 years, 4 months ago (2014-08-14 21:04:33 UTC) #9
tbarzic
The CQ bit was checked by tbarzic@chromium.org
6 years, 4 months ago (2014-08-15 18:18:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbarzic@chromium.org/456943003/340001
6 years, 4 months ago (2014-08-15 18:20:21 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-15 22:51:56 UTC) #12
tbarzic
The CQ bit was unchecked by tbarzic@chromium.org
6 years, 4 months ago (2014-08-15 22:52:36 UTC) #13
tbarzic
The CQ bit was checked by tbarzic@chromium.org
6 years, 4 months ago (2014-08-15 23:21:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbarzic@chromium.org/456943003/360001
6 years, 4 months ago (2014-08-15 23:28:28 UTC) #15
commit-bot: I haz the power
6 years, 4 months ago (2014-08-16 05:50:29 UTC) #16
Message was sent while issue was closed.
Committed patchset #19 (360001) as 290096

Powered by Google App Engine
This is Rietveld 408576698