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

Issue 880353002: [Autofill] Log the number of autofill profiles available at form submission (Closed)

Created:
5 years, 10 months ago by Mathieu
Modified:
5 years, 10 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, estade+watch_chromium.org, browser-components-watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Log the number of autofill profiles available at form submission BUG=None TEST=AutofillMetricsTest Committed: https://crrev.com/a405ccbaab658ec60ede8c4fe929858169ef4fc6 Cr-Commit-Position: refs/heads/master@{#315402}

Patch Set 1 #

Total comments: 1

Patch Set 2 : cleaned up #

Total comments: 2

Patch Set 3 : moved tests #

Total comments: 2

Patch Set 4 : separate tests #

Total comments: 2

Patch Set 5 : removed scope #

Patch Set 6 : moved log statement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -1 line) Patch
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 4 5 2 chunks +7 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_metrics.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics_unittest.cc View 1 2 3 4 5 1 chunk +62 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (12 generated)
Ilya Sherman
Seems like a useful metric :) Please remember to update histograms.xml in addition to writing ...
5 years, 10 months ago (2015-01-28 23:17:57 UTC) #2
Mathieu
On 2015/01/28 23:17:57, Ilya Sherman wrote: > Seems like a useful metric :) Please remember ...
5 years, 10 months ago (2015-01-28 23:18:24 UTC) #3
Evan Stade
you should coordinate with waltercacau@, who has been looking at fleshing out the autofill metrics.
5 years, 10 months ago (2015-01-28 23:25:00 UTC) #5
Mathieu
Hi Ilya, can you have a look?
5 years, 10 months ago (2015-01-29 18:28:40 UTC) #7
Ilya Sherman
On 2015/01/29 18:28:40, Mathieu Perreault wrote: > Hi Ilya, can you have a look? Did ...
5 years, 10 months ago (2015-01-29 20:32:38 UTC) #8
Ilya Sherman
In terms of the code: https://codereview.chromium.org/880353002/diff/20001/components/autofill/core/browser/autofill_manager_unittest.cc File components/autofill/core/browser/autofill_manager_unittest.cc (right): https://codereview.chromium.org/880353002/diff/20001/components/autofill/core/browser/autofill_manager_unittest.cc#newcode2237 components/autofill/core/browser/autofill_manager_unittest.cc:2237: "Autofill.StoredProfileCountAtAutofillableFormSubmission", 3, 1); Please ...
5 years, 10 months ago (2015-01-29 20:34:52 UTC) #9
Mathieu
On 2015/01/29 20:32:38, Ilya Sherman wrote: > On 2015/01/29 18:28:40, Mathieu Perreault wrote: > > ...
5 years, 10 months ago (2015-01-29 20:37:11 UTC) #10
Walter Cacau
On 2015/01/29 20:34:52, Ilya Sherman wrote: > In terms of the code: > > https://codereview.chromium.org/880353002/diff/20001/components/autofill/core/browser/autofill_manager_unittest.cc ...
5 years, 10 months ago (2015-01-29 20:38:20 UTC) #11
Mathieu
On 2015/01/29 20:38:20, waltercacau wrote: > On 2015/01/29 20:34:52, Ilya Sherman wrote: > > In ...
5 years, 10 months ago (2015-01-29 20:41:45 UTC) #12
Ilya Sherman
On 2015/01/29 20:38:20, waltercacau wrote: > Hi Ilya, we talked and it seems what we ...
5 years, 10 months ago (2015-01-29 20:42:16 UTC) #13
Mathieu
Thanks, another look? https://codereview.chromium.org/880353002/diff/20001/components/autofill/core/browser/autofill_manager_unittest.cc File components/autofill/core/browser/autofill_manager_unittest.cc (right): https://codereview.chromium.org/880353002/diff/20001/components/autofill/core/browser/autofill_manager_unittest.cc#newcode2237 components/autofill/core/browser/autofill_manager_unittest.cc:2237: "Autofill.StoredProfileCountAtAutofillableFormSubmission", 3, 1); On 2015/01/29 20:34:52, ...
5 years, 10 months ago (2015-01-30 15:22:41 UTC) #15
Ilya Sherman
https://codereview.chromium.org/880353002/diff/40001/components/autofill/core/browser/autofill_metrics_unittest.cc File components/autofill/core/browser/autofill_metrics_unittest.cc (right): https://codereview.chromium.org/880353002/diff/40001/components/autofill/core/browser/autofill_metrics_unittest.cc#newcode369 components/autofill/core/browser/autofill_metrics_unittest.cc:369: "Autofill.StoredProfileCountAtAutofillableFormSubmission", 2, 1); This isn't a quality metric. Please ...
5 years, 10 months ago (2015-01-30 22:11:45 UTC) #16
Mathieu
Thanks, another look? https://codereview.chromium.org/880353002/diff/40001/components/autofill/core/browser/autofill_metrics_unittest.cc File components/autofill/core/browser/autofill_metrics_unittest.cc (right): https://codereview.chromium.org/880353002/diff/40001/components/autofill/core/browser/autofill_metrics_unittest.cc#newcode369 components/autofill/core/browser/autofill_metrics_unittest.cc:369: "Autofill.StoredProfileCountAtAutofillableFormSubmission", 2, 1); On 2015/01/30 22:11:44, ...
5 years, 10 months ago (2015-01-31 18:25:52 UTC) #17
Ilya Sherman
LGTM % a final nit. Thanks! https://codereview.chromium.org/880353002/diff/80001/components/autofill/core/browser/autofill_metrics_unittest.cc File components/autofill/core/browser/autofill_metrics_unittest.cc (right): https://codereview.chromium.org/880353002/diff/80001/components/autofill/core/browser/autofill_metrics_unittest.cc#newcode529 components/autofill/core/browser/autofill_metrics_unittest.cc:529: { nit: No ...
5 years, 10 months ago (2015-02-02 22:37:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/880353002/100001
5 years, 10 months ago (2015-02-03 03:13:52 UTC) #21
Mathieu
Thanks, submitting https://codereview.chromium.org/880353002/diff/80001/components/autofill/core/browser/autofill_metrics_unittest.cc File components/autofill/core/browser/autofill_metrics_unittest.cc (right): https://codereview.chromium.org/880353002/diff/80001/components/autofill/core/browser/autofill_metrics_unittest.cc#newcode529 components/autofill/core/browser/autofill_metrics_unittest.cc:529: { On 2015/02/02 22:37:16, Ilya Sherman wrote: ...
5 years, 10 months ago (2015-02-03 03:14:01 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/31231)
5 years, 10 months ago (2015-02-03 04:53:19 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/880353002/100001
5 years, 10 months ago (2015-02-03 12:24:14 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/31338)
5 years, 10 months ago (2015-02-03 14:11:49 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/880353002/100001
5 years, 10 months ago (2015-02-03 21:55:13 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/31528)
5 years, 10 months ago (2015-02-03 23:32:18 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/880353002/120001
5 years, 10 months ago (2015-02-09 20:08:52 UTC) #34
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years, 10 months ago (2015-02-09 21:56:39 UTC) #35
commit-bot: I haz the power
5 years, 10 months ago (2015-02-09 21:57:16 UTC) #36
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a405ccbaab658ec60ede8c4fe929858169ef4fc6
Cr-Commit-Position: refs/heads/master@{#315402}

Powered by Google App Engine
This is Rietveld 408576698