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

Issue 2313103002: Added uma for pin unlock set up. (Closed)

Created:
4 years, 3 months ago by sammiequon
Modified:
4 years ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, vabr+watchlistpasswordmanager_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, asvitkine+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, gcasto+watchlist_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added uma for pin unlock set up. BUG=621548 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/e5a389c22acbf08f7b7ed89e7242290a2f20d9fc Cr-Commit-Position: refs/heads/master@{#439836}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fixed patch set 1 errors. #

Total comments: 10

Patch Set 3 : Closure compiles. #

Total comments: 6

Patch Set 4 : Fixed patch set 3 errors. #

Total comments: 4

Patch Set 5 : Added resource. #

Patch Set 6 : Moved resource to browser options. #

Total comments: 8

Patch Set 7 : Fixed patch set 6 errors. #

Total comments: 2

Patch Set 8 : Removed e/b/a/printer_provider_internal/BUILD.gn rebase. #

Patch Set 9 : Rebased. #

Patch Set 10 : Added tests. #

Total comments: 2

Patch Set 11 : Rebased. #

Patch Set 12 : Fixed patch set 10 errors. #

Patch Set 13 : Closure compiler fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -3 lines) Patch
M chrome/browser/resources/options/browser_options.html View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/compiled_resources.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/compiled_resources2.gyp View 1 2 3 4 5 6 7 8 9 10 4 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.js View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +13 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/lock_screen_constants.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/lock_screen_constants.js View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/password_prompt_dialog.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/password_prompt_dialog.js View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/setup_pin_dialog.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/setup_pin_dialog.js View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/cr_settings_browsertest.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -0 lines 0 comments Download
A chrome/test/data/webui/settings/fake_quick_unlock_uma.js View 1 2 3 4 5 6 7 8 9 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js View 1 2 3 4 5 6 7 8 9 9 chunks +31 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 70 (38 generated)
sammiequon
jdufault@ - Please take a look. Thanks!
4 years, 3 months ago (2016-09-07 15:56:34 UTC) #4
jdufault
https://codereview.chromium.org/2313103002/diff/1/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/2313103002/diff/1/chrome/browser/resources/options/browser_options.js#newcode440 chrome/browser/resources/options/browser_options.js:440: PageManager.showPageByName('quickUnlockConfigureOverlay'); nit: indentation https://codereview.chromium.org/2313103002/diff/1/chrome/browser/resources/settings/people_page/lock_screen_constants.js File chrome/browser/resources/settings/people_page/lock_screen_constants.js (right): https://codereview.chromium.org/2313103002/diff/1/chrome/browser/resources/settings/people_page/lock_screen_constants.js#newcode13 chrome/browser/resources/settings/people_page/lock_screen_constants.js:13: ...
4 years, 3 months ago (2016-09-13 18:36:06 UTC) #5
sammiequon
https://codereview.chromium.org/2313103002/diff/1/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/2313103002/diff/1/chrome/browser/resources/options/browser_options.js#newcode440 chrome/browser/resources/options/browser_options.js:440: PageManager.showPageByName('quickUnlockConfigureOverlay'); On 2016/09/13 18:36:05, jdufault wrote: > nit: indentation ...
4 years, 3 months ago (2016-09-13 19:21:41 UTC) #7
jdufault
https://codereview.chromium.org/2313103002/diff/40001/chrome/browser/resources/options_resources.grd File chrome/browser/resources/options_resources.grd (right): https://codereview.chromium.org/2313103002/diff/40001/chrome/browser/resources/options_resources.grd#newcode38 chrome/browser/resources/options_resources.grd:38: <structure name="IDR_OPTIONS_LOCK_SCREEN_CONSTANTS_JS" These files also need to get added ...
4 years, 3 months ago (2016-09-13 19:36:35 UTC) #8
sammiequon
https://codereview.chromium.org/2313103002/diff/40001/chrome/browser/resources/options_resources.grd File chrome/browser/resources/options_resources.grd (right): https://codereview.chromium.org/2313103002/diff/40001/chrome/browser/resources/options_resources.grd#newcode38 chrome/browser/resources/options_resources.grd:38: <structure name="IDR_OPTIONS_LOCK_SCREEN_CONSTANTS_JS" On 2016/09/13 19:36:35, jdufault wrote: > These ...
4 years, 3 months ago (2016-09-13 21:34:58 UTC) #10
jdufault
https://codereview.chromium.org/2313103002/diff/80001/chrome/browser/resources/settings/people_page/people_page.js File chrome/browser/resources/settings/people_page/people_page.js (right): https://codereview.chromium.org/2313103002/diff/80001/chrome/browser/resources/settings/people_page/people_page.js#newcode267 chrome/browser/resources/settings/people_page/people_page.js:267: recordLockScreenProgress(LockScreenProgress.START_SCREEN_LOCK); I don't think this catches users who navigate ...
4 years, 3 months ago (2016-09-13 22:28:35 UTC) #11
sammiequon
https://codereview.chromium.org/2313103002/diff/80001/chrome/browser/resources/settings/people_page/people_page.js File chrome/browser/resources/settings/people_page/people_page.js (right): https://codereview.chromium.org/2313103002/diff/80001/chrome/browser/resources/settings/people_page/people_page.js#newcode267 chrome/browser/resources/settings/people_page/people_page.js:267: recordLockScreenProgress(LockScreenProgress.START_SCREEN_LOCK); On 2016/09/13 22:28:35, jdufault wrote: > I don't ...
4 years, 3 months ago (2016-09-14 02:00:57 UTC) #12
jdufault
lgtm
4 years, 3 months ago (2016-09-14 18:27:06 UTC) #13
sammiequon
dbeam@ - Please take a look. Thanks!
4 years, 3 months ago (2016-09-14 21:45:26 UTC) #15
Dan Beam
https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js#newcode441 chrome/browser/resources/options/browser_options.js:441: recordLockScreenProgress(LockScreenProgress.START_SCREEN_LOCK); where is this method included from? i don't ...
4 years, 3 months ago (2016-09-16 21:43:15 UTC) #16
sammiequon
https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js#newcode441 chrome/browser/resources/options/browser_options.js:441: recordLockScreenProgress(LockScreenProgress.START_SCREEN_LOCK); On 2016/09/16 21:43:15, Dan Beam wrote: > where ...
4 years, 3 months ago (2016-09-17 00:08:16 UTC) #17
Dan Beam
please add a test for both options and settings https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js#newcode441 chrome/browser/resources/options/browser_options.js:441: ...
4 years, 3 months ago (2016-09-17 00:36:03 UTC) #18
sammiequon
On 2016/09/17 00:36:03, Dan Beam wrote: > please add a test for both options and ...
4 years, 3 months ago (2016-09-21 18:22:32 UTC) #19
sammiequon
https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/2313103002/diff/100001/chrome/browser/resources/options/browser_options.js#newcode441 chrome/browser/resources/options/browser_options.js:441: recordLockScreenProgress(LockScreenProgress.START_SCREEN_LOCK); On 2016/09/17 00:36:03, Dan Beam wrote: > On ...
4 years, 3 months ago (2016-09-21 18:22:43 UTC) #20
jdufault
https://codereview.chromium.org/2313103002/diff/140001/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): https://codereview.chromium.org/2313103002/diff/140001/chrome/browser/resources/options/browser_options.html#newcode2 chrome/browser/resources/options/browser_options.html:2: <link rel="import" href="../settings/people_page/lock_screen_constants.html"> no indent https://codereview.chromium.org/2313103002/diff/140001/chrome/browser/resources/options/browser_options.html#newcode2 chrome/browser/resources/options/browser_options.html:2: <link rel="import" ...
4 years, 3 months ago (2016-09-21 19:01:47 UTC) #21
sammiequon
https://codereview.chromium.org/2313103002/diff/140001/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): https://codereview.chromium.org/2313103002/diff/140001/chrome/browser/resources/options/browser_options.html#newcode2 chrome/browser/resources/options/browser_options.html:2: <link rel="import" href="../settings/people_page/lock_screen_constants.html"> On 2016/09/21 19:01:46, jdufault wrote: > ...
4 years, 3 months ago (2016-09-22 00:55:59 UTC) #22
jdufault
https://codereview.chromium.org/2313103002/diff/160001/extensions/browser/api/printer_provider_internal/BUILD.gn File extensions/browser/api/printer_provider_internal/BUILD.gn (right): https://codereview.chromium.org/2313103002/diff/160001/extensions/browser/api/printer_provider_internal/BUILD.gn#newcode12 extensions/browser/api/printer_provider_internal/BUILD.gn:12: configs += [ Revert? Rebase change?
4 years, 3 months ago (2016-09-22 17:32:54 UTC) #23
sammiequon
https://codereview.chromium.org/2313103002/diff/160001/extensions/browser/api/printer_provider_internal/BUILD.gn File extensions/browser/api/printer_provider_internal/BUILD.gn (right): https://codereview.chromium.org/2313103002/diff/160001/extensions/browser/api/printer_provider_internal/BUILD.gn#newcode12 extensions/browser/api/printer_provider_internal/BUILD.gn:12: configs += [ On 2016/09/22 17:32:54, jdufault wrote: > ...
4 years, 3 months ago (2016-09-22 23:11:44 UTC) #24
jdufault
lgtm
4 years, 3 months ago (2016-09-23 23:21:18 UTC) #25
sammiequon
On 2016/09/23 23:21:18, jdufault wrote: > lgtm dbeam@ - Please take a look. Thanks!
4 years, 3 months ago (2016-09-23 23:57:35 UTC) #26
Dan Beam
On 2016/09/21 18:22:32, sammiequon wrote: > On 2016/09/17 00:36:03, Dan Beam wrote: > > please ...
4 years, 2 months ago (2016-09-25 00:53:49 UTC) #27
jdufault
On 2016/09/25 00:53:49, Dan Beam wrote: > On 2016/09/21 18:22:32, sammiequon wrote: > > On ...
4 years, 2 months ago (2016-10-14 18:06:07 UTC) #28
sammiequon
On 2016/10/14 18:06:07, jdufault wrote: > On 2016/09/25 00:53:49, Dan Beam wrote: > > On ...
4 years, 1 month ago (2016-10-28 17:55:46 UTC) #29
jdufault
> dbeam@ - Please take a look. Thanks! Did you add tests?
4 years, 1 month ago (2016-10-28 18:13:44 UTC) #30
Dan Beam
commenting to get out of my queue please ping this CL when you need a ...
4 years, 1 month ago (2016-11-22 02:39:19 UTC) #39
sammiequon
On 2016/11/22 02:39:19, Dan Beam wrote: > commenting to get out of my queue > ...
4 years ago (2016-11-30 00:13:40 UTC) #46
Dan Beam
usually i'd say you should make an @interface and make a normal (concrete) version of ...
4 years ago (2016-12-16 08:31:01 UTC) #47
sammiequon
isherman@ - Please take a look at histograms.xml. Thanks! https://codereview.chromium.org/2313103002/diff/260001/chrome/browser/resources/settings/people_page/lock_screen_constants.js File chrome/browser/resources/settings/people_page/lock_screen_constants.js (right): https://codereview.chromium.org/2313103002/diff/260001/chrome/browser/resources/settings/people_page/lock_screen_constants.js#newcode33 chrome/browser/resources/settings/people_page/lock_screen_constants.js:33: ...
4 years ago (2016-12-17 18:17:14 UTC) #61
Ilya Sherman
Metrics LGTM
4 years ago (2016-12-20 01:26:30 UTC) #62
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/2313103002/320001
4 years ago (2016-12-20 16:34:08 UTC) #65
commit-bot: I haz the power
Committed patchset #13 (id:320001)
4 years ago (2016-12-20 17:31:42 UTC) #68
commit-bot: I haz the power
4 years ago (2016-12-20 17:35:15 UTC) #70
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/e5a389c22acbf08f7b7ed89e7242290a2f20d9fc
Cr-Commit-Position: refs/heads/master@{#439836}

Powered by Google App Engine
This is Rietveld 408576698