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

Issue 2427073002: cros: Fixed 3 bugs for pin unlock. (Closed)

Created:
4 years, 2 months ago by sammiequon
Modified:
4 years, 1 month ago
Reviewers:
xiyuan, jdufault
CC:
chromium-reviews, alemate+watch_chromium.org, achuith+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cros: Fixed 3 bugs for pin unlock. User name would flash on startup before the rest of the user pod. Pin keyboard would show up for users with disabled keyboards and the easy unlock icon would clash with the re-authentication icon. I hide the easy unlock icon whenever the re-authentication icon is shown. BUG=655221, 654300, 655308 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a77a4ddde837ba57fca3195127cd4f1ad8f96eab Cr-Commit-Position: refs/heads/master@{#427152}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixed patch set 1 errors. #

Total comments: 4

Patch Set 3 : Fixed patch set 2 errors. #

Total comments: 2

Patch Set 4 : Rebased. #

Patch Set 5 : Fixed patch set 3 errors. #

Total comments: 2

Patch Set 6 : Fixed patch set 5 errors. #

Patch Set 7 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -15 lines) Patch
M chrome/browser/resources/chromeos/login/lock.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/login/account_picker/screen_account_picker.js View 1 2 3 4 5 2 chunks +11 lines, -4 lines 0 comments Download
M ui/login/account_picker/user_pod_row.css View 2 chunks +7 lines, -9 lines 0 comments Download
M ui/login/account_picker/user_pod_template.html View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 41 (25 generated)
sammiequon
On 2016/10/18 21:46:07, sammiequon wrote: > mailto:sammiequon@chromium.org changed reviewers: > + mailto:jdufault@chromium.org jdufault@ - Please ...
4 years, 2 months ago (2016-10-18 21:46:27 UTC) #8
jdufault
https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/screen_account_picker.js#newcode255 ui/login/account_picker/screen_account_picker.js:255: for (var i in users) { Don't we usually ...
4 years, 2 months ago (2016-10-19 18:12:29 UTC) #9
sammiequon
https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/screen_account_picker.js#newcode255 ui/login/account_picker/screen_account_picker.js:255: for (var i in users) { On 2016/10/19 18:12:29, ...
4 years, 2 months ago (2016-10-19 21:08:10 UTC) #10
jdufault
https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/user_pod_row.css File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/user_pod_row.css#newcode199 ui/login/account_picker/user_pod_row.css:199: .pod.focused .name-container { On 2016/10/19 21:08:10, sammiequon wrote: > ...
4 years, 2 months ago (2016-10-19 22:13:25 UTC) #11
sammiequon
https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/user_pod_row.css File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2427073002/diff/20001/ui/login/account_picker/user_pod_row.css#newcode199 ui/login/account_picker/user_pod_row.css:199: .pod.focused .name-container { On 2016/10/19 22:13:25, jdufault wrote: > ...
4 years, 2 months ago (2016-10-20 16:50:00 UTC) #13
jdufault
https://codereview.chromium.org/2427073002/diff/60001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2427073002/diff/60001/ui/login/account_picker/screen_account_picker.js#newcode238 ui/login/account_picker/screen_account_picker.js:238: // users include those who have not set up ...
4 years, 2 months ago (2016-10-21 19:09:56 UTC) #14
sammiequon
https://codereview.chromium.org/2427073002/diff/60001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2427073002/diff/60001/ui/login/account_picker/screen_account_picker.js#newcode238 ui/login/account_picker/screen_account_picker.js:238: // users include those who have not set up ...
4 years, 2 months ago (2016-10-21 22:07:51 UTC) #15
jdufault
lgtm https://codereview.chromium.org/2427073002/diff/100001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2427073002/diff/100001/ui/login/account_picker/screen_account_picker.js#newcode240 ui/login/account_picker/screen_account_picker.js:240: // will appear for any user if their ...
4 years, 2 months ago (2016-10-21 22:27:42 UTC) #16
sammiequon
https://codereview.chromium.org/2427073002/diff/100001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2427073002/diff/100001/ui/login/account_picker/screen_account_picker.js#newcode240 ui/login/account_picker/screen_account_picker.js:240: // will appear for any user if their is ...
4 years, 2 months ago (2016-10-21 23:48:43 UTC) #17
sammiequon
On 2016/10/21 23:48:43, sammiequon wrote: > https://codereview.chromium.org/2427073002/diff/100001/ui/login/account_picker/screen_account_picker.js > File ui/login/account_picker/screen_account_picker.js (right): > > https://codereview.chromium.org/2427073002/diff/100001/ui/login/account_picker/screen_account_picker.js#newcode240 > ...
4 years, 2 months ago (2016-10-21 23:51:37 UTC) #22
xiyuan
lgtm
4 years, 1 month ago (2016-10-24 16:11:41 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2427073002/120001
4 years, 1 month ago (2016-10-24 16:55:10 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/151311)
4 years, 1 month ago (2016-10-24 18:11:14 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2427073002/140001
4 years, 1 month ago (2016-10-24 20:59:45 UTC) #37
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 1 month ago (2016-10-24 21:18:49 UTC) #39
commit-bot: I haz the power
4 years, 1 month ago (2016-10-24 21:23:58 UTC) #41
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a77a4ddde837ba57fca3195127cd4f1ad8f96eab
Cr-Commit-Position: refs/heads/master@{#427152}

Powered by Google App Engine
This is Rietveld 408576698