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

Issue 2553863002: cros: Preload and reuse the lock screen across lock sessions (Closed)

Created:
4 years ago by jdufault
Modified:
4 years ago
CC:
chromium-reviews, alemate+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cros: Preload and reuse the lock screen across lock sessions This is currently behind a feature flag and not enabled by default. - The lock screen webview will be saved and reused across lock sessions. - The lock screen webview will be preloaded after the user has not generated any input events for 8 seconds. See https://codereview.chromium.org/2512473004/ for additional context. BUG=669638 Committed: https://crrev.com/314a23a11c9ed8c9a3b0a51816a20c84f4fd822d Cr-Commit-Position: refs/heads/master@{#438698}

Patch Set 1 : Initial upload #

Total comments: 7

Patch Set 2 : Address comments #

Patch Set 3 : Rebase #

Patch Set 4 : Add comment describing when we preload #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -1 line) Patch
M chrome/browser/chromeos/login/lock/webui_screen_locker.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.cc View 1 2 3 3 chunks +58 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/chrome_session_manager.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/session/chrome_session_manager.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 46 (34 generated)
jdufault
achuith@, alemate@, PTAL. Thanks.
4 years ago (2016-12-07 18:12:11 UTC) #17
jdufault
xiyuan@ PTAL since achuith@ is OOO.
4 years ago (2016-12-09 19:21:06 UTC) #19
xiyuan
https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc File chrome/browser/chromeos/login/lock/webui_screen_locker.cc (right): https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc#newcode87 chrome/browser/chromeos/login/lock/webui_screen_locker.cc:87: profile->GetPrefs()->GetBoolean(prefs::kEnableAutoScreenLock); Why do we need to associate with kEnableAutoScreenLock ...
4 years ago (2016-12-09 22:59:55 UTC) #20
Alexander Alekseev
lgtm
4 years ago (2016-12-10 01:33:14 UTC) #23
jdufault
https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc File chrome/browser/chromeos/login/lock/webui_screen_locker.cc (right): https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc#newcode87 chrome/browser/chromeos/login/lock/webui_screen_locker.cc:87: profile->GetPrefs()->GetBoolean(prefs::kEnableAutoScreenLock); On 2016/12/09 22:59:55, xiyuan wrote: > Why do ...
4 years ago (2016-12-12 20:08:27 UTC) #26
xiyuan
https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc File chrome/browser/chromeos/login/lock/webui_screen_locker.cc (right): https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc#newcode87 chrome/browser/chromeos/login/lock/webui_screen_locker.cc:87: profile->GetPrefs()->GetBoolean(prefs::kEnableAutoScreenLock); On 2016/12/12 20:08:27, jdufault wrote: > On 2016/12/09 ...
4 years ago (2016-12-12 20:33:19 UTC) #27
xiyuan
https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc File chrome/browser/chromeos/login/lock/webui_screen_locker.cc (right): https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc#newcode87 chrome/browser/chromeos/login/lock/webui_screen_locker.cc:87: profile->GetPrefs()->GetBoolean(prefs::kEnableAutoScreenLock); On 2016/12/12 20:33:19, xiyuan wrote: > On 2016/12/12 ...
4 years ago (2016-12-12 20:43:36 UTC) #28
jdufault
https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc File chrome/browser/chromeos/login/lock/webui_screen_locker.cc (right): https://codereview.chromium.org/2553863002/diff/40001/chrome/browser/chromeos/login/lock/webui_screen_locker.cc#newcode87 chrome/browser/chromeos/login/lock/webui_screen_locker.cc:87: profile->GetPrefs()->GetBoolean(prefs::kEnableAutoScreenLock); On 2016/12/12 20:43:36, xiyuan wrote: > On 2016/12/12 ...
4 years ago (2016-12-12 21:06:27 UTC) #30
xiyuan
lgtm
4 years ago (2016-12-12 21:07:38 UTC) #32
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/2553863002/120001
4 years ago (2016-12-15 00:20:24 UTC) #41
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years ago (2016-12-15 01:18:42 UTC) #44
commit-bot: I haz the power
4 years ago (2016-12-15 01:21:09 UTC) #46
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/314a23a11c9ed8c9a3b0a51816a20c84f4fd822d
Cr-Commit-Position: refs/heads/master@{#438698}

Powered by Google App Engine
This is Rietveld 408576698