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

Issue 2936173002: Fix misplacement of signin overlay and critical update message banner (Closed)

Created:
3 years, 6 months ago by Wenzhao (Colin) Zang
Modified:
3 years, 6 months ago
Reviewers:
xiyuan, jdufault
CC:
chromium-reviews, alemate+watch_chromium.org, achuith+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, rkc
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix misplacement of signin overlay and critical update message banner This CL combines several small changes: 1) Fix crbug.com/732921 by using offsetWidth instead of a fixed width value when positioning. 2) Fix crbug.com/732683 by combining .user-image and .pod classes. The oobe container has another class also named as .user-image so they interfere with each other. 3) CSS style changes, including ones for easy unlock icon (updating assets is done by CL 2934193002) and removing the sign-in badge per the new spec. 4) Correct tab order for public session pods, also make sure that the focus correctly goes to other small pods after leaving the public pod, by changing display:none to opacity:0. 5) Update border style for reset screen (capturing CL 2879593005) BUG=732921, 732683 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2936173002 Cr-Commit-Position: refs/heads/master@{#479921} Committed: https://chromium.googlesource.com/chromium/src/+/27848b1c4ddb114bf2462ba8c6d46d9b49f489b9

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Total comments: 7

Patch Set 3 : Address comments and remove an out-dated comment #

Patch Set 4 : Add inline comments and rebase with master, no other changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -83 lines) Patch
M chrome/browser/resources/chromeos/quick_unlock/md_pin_keyboard.html View 1 chunk +1 line, -2 lines 0 comments Download
M ui/login/account_picker/md_screen_account_picker.css View 1 chunk +1 line, -1 line 0 comments Download
M ui/login/account_picker/md_user_pod_row.css View 1 2 3 8 chunks +34 lines, -54 lines 0 comments Download
M ui/login/account_picker/md_user_pod_row.js View 1 2 3 8 chunks +27 lines, -10 lines 0 comments Download
M ui/login/account_picker/md_user_pod_template.html View 1 2 3 3 chunks +1 line, -6 lines 0 comments Download
M ui/login/md_screen_container.css View 1 3 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 33 (24 generated)
Wenzhao (Colin) Zang
3 years, 6 months ago (2017-06-14 16:55:52 UTC) #9
jdufault
https://codereview.chromium.org/2936173002/diff/1/ui/login/account_picker/md_user_pod_row.js File ui/login/account_picker/md_user_pod_row.js (right): https://codereview.chromium.org/2936173002/diff/1/ui/login/account_picker/md_user_pod_row.js#newcode676 ui/login/account_picker/md_user_pod_row.js:676: this.getParentPod_().getPodStyle() != UserPod.Style.LARGE) Can parentPod can be null? based ...
3 years, 6 months ago (2017-06-15 17:52:09 UTC) #10
Wenzhao (Colin) Zang
https://codereview.chromium.org/2936173002/diff/1/ui/login/account_picker/md_user_pod_row.js File ui/login/account_picker/md_user_pod_row.js (right): https://codereview.chromium.org/2936173002/diff/1/ui/login/account_picker/md_user_pod_row.js#newcode676 ui/login/account_picker/md_user_pod_row.js:676: this.getParentPod_().getPodStyle() != UserPod.Style.LARGE) On 2017/06/15 17:52:09, jdufault wrote: > ...
3 years, 6 months ago (2017-06-15 18:40:21 UTC) #11
jdufault
https://codereview.chromium.org/2936173002/diff/20001/ui/login/account_picker/md_user_pod_row.css File ui/login/account_picker/md_user_pod_row.css (right): https://codereview.chromium.org/2936173002/diff/20001/ui/login/account_picker/md_user_pod_row.css#newcode777 ui/login/account_picker/md_user_pod_row.css:777: opacity: 0; why not display: none? https://codereview.chromium.org/2936173002/diff/20001/ui/login/account_picker/md_user_pod_row.css#newcode782 ui/login/account_picker/md_user_pod_row.css:782: opacity: ...
3 years, 6 months ago (2017-06-15 19:04:10 UTC) #12
Wenzhao (Colin) Zang
Comments addressed. Thanks. https://codereview.chromium.org/2936173002/diff/20001/ui/login/account_picker/md_user_pod_row.css File ui/login/account_picker/md_user_pod_row.css (right): https://codereview.chromium.org/2936173002/diff/20001/ui/login/account_picker/md_user_pod_row.css#newcode777 ui/login/account_picker/md_user_pod_row.css:777: opacity: 0; On 2017/06/15 19:04:09, jdufault ...
3 years, 6 months ago (2017-06-15 21:40:48 UTC) #21
jdufault
lgtm https://codereview.chromium.org/2936173002/diff/20001/ui/login/account_picker/md_user_pod_row.css File ui/login/account_picker/md_user_pod_row.css (right): https://codereview.chromium.org/2936173002/diff/20001/ui/login/account_picker/md_user_pod_row.css#newcode777 ui/login/account_picker/md_user_pod_row.css:777: opacity: 0; On 2017/06/15 21:40:47, Wenzhao (Colin) Zang ...
3 years, 6 months ago (2017-06-15 21:49:44 UTC) #22
xiyuan
lgtm
3 years, 6 months ago (2017-06-15 21:52:32 UTC) #23
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/2936173002/60001
3 years, 6 months ago (2017-06-15 23:51:11 UTC) #30
commit-bot: I haz the power
3 years, 6 months ago (2017-06-16 02:04:58 UTC) #33
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/27848b1c4ddb114bf2462ba8c6d4...

Powered by Google App Engine
This is Rietveld 408576698