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

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)

Created:
4 years ago by sammiequon
Modified:
3 years, 10 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, alemate+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, achuith+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-options_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

md-settings: Added settings for fingerprint unlock. The mocks are not finished yet, but this CL has some of the basic logics implemented. Everything is hidden behind the feature flag QuickUnlockFingerprint. current mocks - https://docs.google.com/a/google.com/presentation/d/1XEdVznkCAunQKF_AK5bTPgeLFUKmhKp9ntaqm2hKfXY/edit?usp=sharing : Slide 13 - 22 BUG=672269 TEST=NONE CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2538303002 Cr-Commit-Position: refs/heads/master@{#447370} Committed: https://chromium.googlesource.com/chromium/src/+/8af85f21e7a0ff7be805f3ed4e56b96fe3b272d7

Patch Set 1 #

Total comments: 30

Patch Set 2 : Fixed patch set 1 errors. #

Total comments: 13

Patch Set 3 : Fixed patch set 2 errors. #

Patch Set 4 : Added flags to histograms.xml. #

Total comments: 12

Patch Set 5 : Fixed patch set 4 errors. #

Patch Set 6 : Rebased. #

Total comments: 6

Patch Set 7 : Fixed patch set 6 errors. #

Total comments: 10

Patch Set 8 : Fixed patch set 7 errors. #

Total comments: 29

Patch Set 9 : Fixed patch set 8 errors. #

Patch Set 10 : Fixed patch set 8 errors. #

Total comments: 2

Patch Set 11 : Rebased. #

Patch Set 12 : Fixed patch set 10 errors. #

Total comments: 2

Patch Set 13 : Rebased. #

Patch Set 14 : Nit. #

Total comments: 36

Patch Set 15 : Rebased. #

Patch Set 16 : Fixed patch set 14 errors. #

Patch Set 17 : Rebased. #

Patch Set 18 : Modified the flags. #

Total comments: 21

Patch Set 19 : Fixed patch set 18 errors. #

Patch Set 20 : Rebased. #

Total comments: 10

Patch Set 21 : Rebased. #

Patch Set 22 : Fixed patch set 20 errors. #

Patch Set 23 : Reparent to master. #

Patch Set 24 : Rebased. #

Patch Set 25 : Fixed patch set 22 errors. #

Total comments: 4

Patch Set 26 : Fixed patch set 25 errors. #

Patch Set 27 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -4 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/prefs_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/fingerprint_list.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/fingerprint_list.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +82 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 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +16 lines, -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 12 13 14 15 16 17 1 chunk +25 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +14 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 11 12 13 14 15 16 17 18 19 20 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +12 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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +5 lines, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 134 (88 generated)
sammiequon
jdufault@ - Please take a look. Thanks!
4 years ago (2016-12-01 15:51:52 UTC) #13
jdufault
https://codereview.chromium.org/2538303002/diff/20001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2538303002/diff/20001/chrome/app/settings_strings.grdp#newcode2119 chrome/app/settings_strings.grdp:2119: Finger The number should be a parameter in the ...
4 years ago (2016-12-01 17:11:20 UTC) #14
sammiequon
https://codereview.chromium.org/2538303002/diff/20001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2538303002/diff/20001/chrome/app/settings_strings.grdp#newcode2119 chrome/app/settings_strings.grdp:2119: Finger On 2016/12/01 17:11:19, jdufault wrote: > The number ...
4 years ago (2016-12-01 20:52:29 UTC) #16
jdufault
https://codereview.chromium.org/2538303002/diff/20001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/20001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode69 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:69: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) && On 2016/12/01 20:52:29, sammiequon wrote: > ...
4 years ago (2016-12-02 23:02:12 UTC) #21
sammiequon
Forgot to rebase. Sorry! https://codereview.chromium.org/2538303002/diff/20001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/20001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode69 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:69: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) && On 2016/12/02 ...
4 years ago (2016-12-03 21:40:51 UTC) #22
jdufault
https://codereview.chromium.org/2538303002/diff/60001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/60001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode109 chrome/browser/resources/settings/people_page/fingerprint_list.js:109: canAddNewFingerprint_: function(length) { On 2016/12/03 21:40:51, sammiequon wrote: > ...
4 years ago (2016-12-05 22:29:36 UTC) #31
sammiequon
https://codereview.chromium.org/2538303002/diff/100001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/100001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode13 chrome/browser/resources/settings/people_page/fingerprint_list.js:13: * <settings-fingerprint-list items="{{items}}"></settings-fingerprint-list> On 2016/12/05 22:29:36, jdufault wrote: > ...
4 years ago (2016-12-05 22:57:15 UTC) #37
jdufault
Make sure you are coordinating with xiaoyinh@ in regards to the flag. https://codereview.chromium.org/2538303002/diff/200001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js ...
4 years ago (2016-12-06 17:35:07 UTC) #59
sammiequon
Will do. https://codereview.chromium.org/2538303002/diff/200001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/200001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode10 chrome/browser/resources/settings/people_page/fingerprint_list.js:10: * items: The fingerprints to display. On ...
4 years ago (2016-12-06 17:50:04 UTC) #60
jdufault
lgtm https://codereview.chromium.org/2538303002/diff/220001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h (right): https://codereview.chromium.org/2538303002/diff/220001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h#newcode30 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h:30: // Returns true if the fingerprint unlock feature ...
4 years ago (2016-12-06 18:13:42 UTC) #61
sammiequon
dbeam@, stevenjb@ - Please take a look. Thanks! https://codereview.chromium.org/2538303002/diff/220001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h (right): https://codereview.chromium.org/2538303002/diff/220001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h#newcode30 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h:30: // ...
4 years ago (2016-12-06 18:55:38 UTC) #65
stevenjb
On 2016/12/06 18:55:38, sammiequon wrote: > dbeam@, stevenjb@ - Please take a look. Thanks! > ...
4 years ago (2016-12-07 23:12:42 UTC) #68
sammiequon
On 2016/12/07 23:12:42, stevenjb wrote: > On 2016/12/06 18:55:38, sammiequon wrote: > > dbeam@, stevenjb@ ...
4 years ago (2016-12-07 23:22:25 UTC) #71
stevenjb
We should have some basic tests for this page as well, see people_page_*_test.js for other ...
4 years ago (2016-12-07 23:25:40 UTC) #72
sammiequon
I do have some basic tests for this in another CL not sent out yet. ...
4 years ago (2016-12-08 03:50:50 UTC) #74
stevenjb
https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode74 chrome/browser/resources/settings/people_page/fingerprint_list.js:74: // TODO(sammiequon): Add fingerprint using private API once it ...
4 years ago (2016-12-08 16:49:41 UTC) #75
sammiequon
https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode74 chrome/browser/resources/settings/people_page/fingerprint_list.js:74: // TODO(sammiequon): Add fingerprint using private API once it ...
4 years ago (2016-12-08 20:22:40 UTC) #77
stevenjb
https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode783 chrome/browser/ui/webui/options/browser_options_handler.cc:783: chromeos::IsFingerprintUnlockEnabled()); On 2016/12/08 20:22:40, sammiequon wrote: > On 2016/12/08 ...
4 years ago (2016-12-08 20:50:21 UTC) #78
sammiequon
https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode783 chrome/browser/ui/webui/options/browser_options_handler.cc:783: chromeos::IsFingerprintUnlockEnabled()); On 2016/12/08 20:50:21, stevenjb wrote: > On 2016/12/08 ...
4 years ago (2016-12-08 21:44:01 UTC) #79
stevenjb
OK, I understand now. I requested a couple of comments that will help clarify that. ...
4 years ago (2016-12-09 17:17:43 UTC) #80
jdufault
https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/2538303002/diff/240001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode783 chrome/browser/ui/webui/options/browser_options_handler.cc:783: chromeos::IsFingerprintUnlockEnabled()); On 2016/12/08 21:44:01, sammiequon wrote: > Hmmm, maybe ...
4 years ago (2016-12-09 17:54:02 UTC) #81
sammiequon
stevenjb@ - I submitted you another CL to you with basic tests. I can merge ...
4 years ago (2016-12-09 23:58:03 UTC) #83
stevenjb
lgtm https://codereview.chromium.org/2538303002/diff/360001/chrome/browser/ui/webui/options/options_ui.cc File chrome/browser/ui/webui/options/options_ui.cc (right): https://codereview.chromium.org/2538303002/diff/360001/chrome/browser/ui/webui/options/options_ui.cc#newcode269 chrome/browser/ui/webui/options/options_ui.cc:269: // These are part of the LockScreen UI. ...
4 years ago (2016-12-12 18:35:22 UTC) #84
sammiequon
dbeam@ - Please take a look. Thanks! The file stevenjb@ doesn't have owners is c/b/r/options_resources.grd. ...
4 years ago (2016-12-13 00:30:40 UTC) #86
Ilya Sherman
histograms.xml lgtm
4 years ago (2016-12-13 00:37:38 UTC) #87
Dan Beam
https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode73 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:73: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) && can we rename the Pin version ...
4 years ago (2016-12-13 19:53:24 UTC) #88
sammiequon
https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode73 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:73: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) && On 2016/12/13 19:53:23, Dan Beam wrote: ...
4 years ago (2016-12-13 23:33:34 UTC) #89
jdufault
https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode73 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:73: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) && On 2016/12/13 19:53:23, Dan Beam wrote: ...
4 years ago (2016-12-14 17:58:57 UTC) #90
Dan Beam
https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode73 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:73: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) && On 2016/12/14 17:58:57, jdufault wrote: > ...
4 years ago (2016-12-14 22:25:17 UTC) #91
jdufault
https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode73 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:73: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) && On 2016/12/14 22:25:17, Dan Beam wrote: ...
4 years ago (2016-12-14 23:32:56 UTC) #92
sammiequon
dbeam@ - Please take a look. Thanks! https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc File chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc (right): https://codereview.chromium.org/2538303002/diff/400001/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc#newcode73 chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc:73: return base::FeatureList::IsEnabled(features::kQuickUnlockPin) ...
3 years, 11 months ago (2017-01-10 22:33:28 UTC) #94
Dan Beam
https://codereview.chromium.org/2538303002/diff/470023/chrome/browser/resources/options_resources.grd File chrome/browser/resources/options_resources.grd (right): https://codereview.chromium.org/2538303002/diff/470023/chrome/browser/resources/options_resources.grd#newcode73 chrome/browser/resources/options_resources.grd:73: flattenhtml="true" why do you need flattenhtml="true"? https://codereview.chromium.org/2538303002/diff/470023/chrome/browser/resources/settings/people_page/fingerprint_list.html File chrome/browser/resources/settings/people_page/fingerprint_list.html ...
3 years, 11 months ago (2017-01-10 23:23:46 UTC) #95
sammiequon
https://codereview.chromium.org/2538303002/diff/470023/chrome/browser/resources/options_resources.grd File chrome/browser/resources/options_resources.grd (right): https://codereview.chromium.org/2538303002/diff/470023/chrome/browser/resources/options_resources.grd#newcode73 chrome/browser/resources/options_resources.grd:73: flattenhtml="true" On 2017/01/10 23:23:45, Dan Beam wrote: > why ...
3 years, 11 months ago (2017-01-11 00:29:10 UTC) #96
sammiequon
dbeam@ - Please take a look. Thanks! https://codereview.chromium.org/2538303002/diff/470023/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/470023/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode50 chrome/browser/resources/settings/people_page/fingerprint_list.js:50: this.$.fingerprintsList.notifyResize(); On ...
3 years, 11 months ago (2017-01-17 19:59:09 UTC) #97
sammiequon
On 2017/01/17 19:59:09, sammiequon wrote: > dbeam@ - Please take a look. Thanks! > > ...
3 years, 11 months ago (2017-01-26 00:11:20 UTC) #98
Dan Beam
why can't we do these again? https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode49 chrome/browser/resources/settings/people_page/fingerprint_list.js:49: this.push('fingerprints_', fingerprintName); this.push('fingerprints_', ...
3 years, 11 months ago (2017-01-26 00:27:27 UTC) #99
sammiequon
https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode49 chrome/browser/resources/settings/people_page/fingerprint_list.js:49: this.push('fingerprints_', fingerprintName); On 2017/01/26 00:27:27, Dan Beam wrote: > ...
3 years, 11 months ago (2017-01-26 00:48:23 UTC) #100
Dan Beam
https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode49 chrome/browser/resources/settings/people_page/fingerprint_list.js:49: this.push('fingerprints_', fingerprintName); On 2017/01/26 00:48:23, sammiequon wrote: > On ...
3 years, 11 months ago (2017-01-26 04:12:04 UTC) #101
sammiequon
https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode49 chrome/browser/resources/settings/people_page/fingerprint_list.js:49: this.push('fingerprints_', fingerprintName); On 2017/01/26 04:12:04, Dan Beam wrote: > ...
3 years, 11 months ago (2017-01-26 15:56:45 UTC) #102
Dan Beam
https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode81 chrome/browser/resources/settings/people_page/fingerprint_list.js:81: canAddNewFingerprint_: function(numFingerprints) { On 2017/01/26 15:56:45, sammiequon wrote: > ...
3 years, 11 months ago (2017-01-27 01:14:16 UTC) #113
sammiequon
https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2538303002/diff/530001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode81 chrome/browser/resources/settings/people_page/fingerprint_list.js:81: canAddNewFingerprint_: function(numFingerprints) { On 2017/01/27 01:14:15, Dan Beam wrote: ...
3 years, 10 months ago (2017-01-27 23:04:58 UTC) #116
Dan Beam
very close to lg https://codereview.chromium.org/2538303002/diff/650001/chrome/browser/resources/settings/people_page/fingerprint_list.html File chrome/browser/resources/settings/people_page/fingerprint_list.html (right): https://codereview.chromium.org/2538303002/diff/650001/chrome/browser/resources/settings/people_page/fingerprint_list.html#newcode38 chrome/browser/resources/settings/people_page/fingerprint_list.html:38: $i18n{lockScreenFingerprintWarning} in this case, because ...
3 years, 10 months ago (2017-01-27 23:11:07 UTC) #117
sammiequon
https://codereview.chromium.org/2538303002/diff/650001/chrome/browser/resources/settings/people_page/fingerprint_list.html File chrome/browser/resources/settings/people_page/fingerprint_list.html (right): https://codereview.chromium.org/2538303002/diff/650001/chrome/browser/resources/settings/people_page/fingerprint_list.html#newcode38 chrome/browser/resources/settings/people_page/fingerprint_list.html:38: $i18n{lockScreenFingerprintWarning} On 2017/01/27 23:11:07, Dan Beam wrote: > in ...
3 years, 10 months ago (2017-01-27 23:37:38 UTC) #119
Dan Beam
sweet, thanks for hanging in there lgtm
3 years, 10 months ago (2017-01-27 23:51:28 UTC) #120
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/2538303002/710001
3 years, 10 months ago (2017-01-31 23:49:56 UTC) #131
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 23:56:45 UTC) #134
Message was sent while issue was closed.
Committed patchset #27 (id:710001) as
https://chromium.googlesource.com/chromium/src/+/8af85f21e7a0ff7be805f3ed4e56...

Powered by Google App Engine
This is Rietveld 408576698