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

Issue 2129253002: Multi-pod support for lock screen. (Closed)

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

Description

Multi-pod support for lock screen. BUG=616536 Committed: https://crrev.com/a8e4ad8678760fe8d08c24ad1788347990042b34 Cr-Commit-Position: refs/heads/master@{#408734}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Rebased. #

Patch Set 3 : FIxed patch set 1 errors. #

Total comments: 13

Patch Set 4 : Fixed patch set 3 errors. #

Total comments: 1

Patch Set 5 : Fixed patch set 4 errors. #

Total comments: 6

Patch Set 6 : Fixed patch set 5 errors. #

Total comments: 17

Patch Set 7 : Fixed patch set 6 errors. #

Total comments: 2

Patch Set 8 : Fixed patch set 7 errors. #

Total comments: 2

Patch Set 9 : Fixed patch set 8 errors. #

Total comments: 2

Patch Set 10 : Fixed patch set 9 errors. #

Total comments: 2

Patch Set 11 : Removed log messages. #

Patch Set 12 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -52 lines) Patch
M ui/login/account_picker/user_pod_row.css View 1 2 2 chunks +10 lines, -3 lines 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 3 4 5 6 7 8 9 12 chunks +58 lines, -44 lines 0 comments Download
M ui/login/account_picker/user_pod_template.html View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 37 (9 generated)
sammiequon
jdufault@ - Please take a look. https://codereview.chromium.org/2129253002/diff/1/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/1/ui/login/account_picker/user_pod_row.js#newcode2951 ui/login/account_picker/user_pod_row.js:2951: Remove this line.
4 years, 5 months ago (2016-07-08 18:04:32 UTC) #3
sammiequon
jdufault@ - Please take a look.
4 years, 5 months ago (2016-07-08 18:04:34 UTC) #4
jdufault
https://codereview.chromium.org/2129253002/diff/1/ui/login/account_picker/user_pod_row.css File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2129253002/diff/1/ui/login/account_picker/user_pod_row.css#newcode48 ui/login/account_picker/user_pod_row.css:48: transition: all 180ms ease-in-out; Why's this change needed? https://codereview.chromium.org/2129253002/diff/1/ui/login/account_picker/user_pod_row.css#newcode200 ...
4 years, 5 months ago (2016-07-12 00:22:25 UTC) #5
sammiequon
https://codereview.chromium.org/2129253002/diff/1/ui/login/account_picker/user_pod_row.css File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/2129253002/diff/1/ui/login/account_picker/user_pod_row.css#newcode48 ui/login/account_picker/user_pod_row.css:48: transition: all 180ms ease-in-out; On 2016/07/12 00:22:25, jdufault wrote: ...
4 years, 5 months ago (2016-07-12 19:35:56 UTC) #6
jdufault
https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js#newcode1111 ui/login/account_picker/user_pod_row.js:1111: var elements = this.querySelectorAll('.pin-modifiable'); What about var elements = ...
4 years, 5 months ago (2016-07-12 19:51:26 UTC) #7
sammiequon
https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js#newcode1111 ui/login/account_picker/user_pod_row.js:1111: var elements = this.querySelectorAll('.pin-modifiable'); On 2016/07/12 19:51:26, jdufault wrote: ...
4 years, 5 months ago (2016-07-12 23:20:18 UTC) #8
jdufault
https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js#newcode1111 ui/login/account_picker/user_pod_row.js:1111: var elements = this.querySelectorAll('.pin-modifiable'); > Array() seems to make ...
4 years, 5 months ago (2016-07-12 23:37:47 UTC) #9
sammiequon
nkostylev@ - Since we added a pin keyboard to the pod, the offset height and ...
4 years, 5 months ago (2016-07-16 01:47:56 UTC) #12
sammiequon
https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/40001/ui/login/account_picker/user_pod_row.js#newcode1111 ui/login/account_picker/user_pod_row.js:1111: var elements = this.querySelectorAll('.pin-modifiable'); On 2016/07/12 23:37:46, jdufault wrote: ...
4 years, 5 months ago (2016-07-16 01:48:49 UTC) #13
jdufault
https://codereview.chromium.org/2129253002/diff/100001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/100001/ui/login/account_picker/user_pod_row.js#newcode1105 ui/login/account_picker/user_pod_row.js:1105: for (var idx = 0; idx < elements_array.length; idx++) ...
4 years, 5 months ago (2016-07-18 18:28:44 UTC) #14
sammiequon
https://codereview.chromium.org/2129253002/diff/100001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/100001/ui/login/account_picker/user_pod_row.js#newcode1105 ui/login/account_picker/user_pod_row.js:1105: for (var idx = 0; idx < elements_array.length; idx++) ...
4 years, 5 months ago (2016-07-18 22:34:21 UTC) #15
jdufault
https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js#newcode1101 ui/login/account_picker/user_pod_row.js:1101: [].forEach.call( I don't think the forEach improves readability here ...
4 years, 5 months ago (2016-07-19 18:22:19 UTC) #16
sammiequon
https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js#newcode1101 ui/login/account_picker/user_pod_row.js:1101: [].forEach.call( On 2016/07/19 18:22:19, jdufault wrote: > I don't ...
4 years, 5 months ago (2016-07-20 17:11:06 UTC) #17
jdufault
https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js#newcode2965 ui/login/account_picker/user_pod_row.js:2965: * @return {{columns: number, rows: number}} On 2016/07/20 17:11:06, ...
4 years, 5 months ago (2016-07-20 17:41:26 UTC) #18
sammiequon
https://codereview.chromium.org/2129253002/diff/140001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/140001/ui/login/account_picker/user_pod_row.js#newcode2985 ui/login/account_picker/user_pod_row.js:2985: row = currentRow; On 2016/07/20 17:41:26, jdufault wrote: > ...
4 years, 5 months ago (2016-07-20 17:59:43 UTC) #19
jdufault
https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js#newcode2965 ui/login/account_picker/user_pod_row.js:2965: * @return {{columns: number, rows: number}} On 2016/07/20 17:41:26, ...
4 years, 5 months ago (2016-07-20 18:20:04 UTC) #20
sammiequon
https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/120001/ui/login/account_picker/user_pod_row.js#newcode2965 ui/login/account_picker/user_pod_row.js:2965: * @return {{columns: number, rows: number}} On 2016/07/20 18:20:04, ...
4 years, 5 months ago (2016-07-20 19:00:37 UTC) #21
jdufault
https://codereview.chromium.org/2129253002/diff/180001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/180001/ui/login/account_picker/user_pod_row.js#newcode2986 ui/login/account_picker/user_pod_row.js:2986: if (column == -1 || row == -1) { ...
4 years, 5 months ago (2016-07-21 19:46:22 UTC) #22
sammiequon
https://codereview.chromium.org/2129253002/diff/180001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2129253002/diff/180001/ui/login/account_picker/user_pod_row.js#newcode2986 ui/login/account_picker/user_pod_row.js:2986: if (column == -1 || row == -1) { ...
4 years, 5 months ago (2016-07-21 19:57:48 UTC) #23
sammiequon
4 years, 5 months ago (2016-07-21 19:57:50 UTC) #24
jdufault
https://codereview.chromium.org/2129253002/diff/200001/ui/message_center/views/message_center_view.cc File ui/message_center/views/message_center_view.cc (right): https://codereview.chromium.org/2129253002/diff/200001/ui/message_center/views/message_center_view.cc#newcode159 ui/message_center/views/message_center_view.cc:159: LOG(ERROR) << "ERMMMM"; Revert all of these LOG messages.
4 years, 5 months ago (2016-07-21 20:59:50 UTC) #25
sammiequon
Sorry haha. https://codereview.chromium.org/2129253002/diff/200001/ui/message_center/views/message_center_view.cc File ui/message_center/views/message_center_view.cc (right): https://codereview.chromium.org/2129253002/diff/200001/ui/message_center/views/message_center_view.cc#newcode159 ui/message_center/views/message_center_view.cc:159: LOG(ERROR) << "ERMMMM"; On 2016/07/21 20:59:50, jdufault ...
4 years, 5 months ago (2016-07-21 22:03:30 UTC) #26
jdufault
On 2016/07/21 22:03:30, sammiequon wrote: > Sorry haha. > > https://codereview.chromium.org/2129253002/diff/200001/ui/message_center/views/message_center_view.cc > File ui/message_center/views/message_center_view.cc (right): ...
4 years, 5 months ago (2016-07-22 00:43:46 UTC) #27
sammiequon
On 2016/07/22 00:43:46, jdufault wrote: > On 2016/07/21 22:03:30, sammiequon wrote: > > Sorry haha. ...
4 years, 4 months ago (2016-07-29 18:08:51 UTC) #29
xiyuan
lgtm
4 years, 4 months ago (2016-07-29 19:38:52 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/2129253002/240001
4 years, 4 months ago (2016-07-29 19:45:45 UTC) #33
commit-bot: I haz the power
Committed patchset #12 (id:240001)
4 years, 4 months ago (2016-07-29 20:58:08 UTC) #35
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 21:00:10 UTC) #37
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/a8e4ad8678760fe8d08c24ad1788347990042b34
Cr-Commit-Position: refs/heads/master@{#408734}

Powered by Google App Engine
This is Rietveld 408576698