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

Issue 2004553002: Fix opacity transition of pin keyboard on lockscreen. (Closed)

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

Description

Fix opacity transition of pin keyboard on lockscreen. Before, the opacity would get adjusted before the keyboard had been completely loaded into the DOM. This patch makes the opacity adjustment wait until after the pin keyboard has layout information available. BUG=603217 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/c8e72b2a44ffc2232cf10fcf4463f6c13672d5b8 Cr-Commit-Position: refs/heads/master@{#395359}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Total comments: 2

Patch Set 3 : Add semicolon #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -4 lines) Patch
M chrome/browser/resources/chromeos/login/lock.js View 2 chunks +5 lines, -4 lines 0 comments Download
M ui/login/resource_loader.js View 1 2 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
jdufault
Pavel, Xiyuan, or Achuith, PTAL. Thanks!
4 years, 7 months ago (2016-05-20 19:20:11 UTC) #3
achuithb
defer to xiyuan
4 years, 7 months ago (2016-05-20 19:27:17 UTC) #4
xiyuan
https://codereview.chromium.org/2004553002/diff/1/ui/login/resource_loader.js File ui/login/resource_loader.js (right): https://codereview.chromium.org/2004553002/diff/1/ui/login/resource_loader.js#newcode218 ui/login/resource_loader.js:218: function doWait() { nit: var doWait = function() {...}; ...
4 years, 7 months ago (2016-05-20 21:06:32 UTC) #5
jdufault
https://codereview.chromium.org/2004553002/diff/1/ui/login/resource_loader.js File ui/login/resource_loader.js (right): https://codereview.chromium.org/2004553002/diff/1/ui/login/resource_loader.js#newcode218 ui/login/resource_loader.js:218: function doWait() { On 2016/05/20 21:06:32, xiyuan wrote: > ...
4 years, 7 months ago (2016-05-20 21:31:06 UTC) #6
xiyuan
lgtm https://codereview.chromium.org/2004553002/diff/20001/ui/login/resource_loader.js File ui/login/resource_loader.js (right): https://codereview.chromium.org/2004553002/diff/20001/ui/login/resource_loader.js#newcode226 ui/login/resource_loader.js:226: } nit: add a semicolon, i.e. }; , ...
4 years, 7 months ago (2016-05-20 21:48:33 UTC) #7
jdufault
https://codereview.chromium.org/2004553002/diff/20001/ui/login/resource_loader.js File ui/login/resource_loader.js (right): https://codereview.chromium.org/2004553002/diff/20001/ui/login/resource_loader.js#newcode226 ui/login/resource_loader.js:226: } On 2016/05/20 21:48:33, xiyuan wrote: > nit: add ...
4 years, 7 months ago (2016-05-20 22:34:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2004553002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2004553002/40001
4 years, 7 months ago (2016-05-20 22:35:04 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/233267)
4 years, 7 months ago (2016-05-21 01:08:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2004553002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2004553002/40001
4 years, 7 months ago (2016-05-23 17:06:32 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-23 17:55:35 UTC) #16
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 17:56:52 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c8e72b2a44ffc2232cf10fcf4463f6c13672d5b8
Cr-Commit-Position: refs/heads/master@{#395359}

Powered by Google App Engine
This is Rietveld 408576698