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

Issue 1130773004: mac: Add histograms to measure impact of Address Book integration. (Closed)

Created:
5 years, 7 months ago by erikchen
Modified:
5 years, 7 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, estade+watch_chromium.org, browser-components-watch_chromium.org, asvitkine+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

mac: Add histograms to measure impact of Address Book integration. BUG=488146 Committed: https://crrev.com/ef2d25eba7d872c749d89589403f0bc01b02e30b Cr-Commit-Position: refs/heads/master@{#330651}

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 12

Patch Set 4 : Comments from isherman, round two. #

Patch Set 5 : Fix some unit tests. #

Total comments: 3

Patch Set 6 : Comments from isherman. Rebase against top of tree. #

Patch Set 7 : Comments from isherman, round four. #

Total comments: 2

Patch Set 8 : Comments from isherman, round five. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -23 lines) Patch
M components/autofill/core/browser/autofill_manager.h View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 4 5 6 3 chunks +21 lines, -0 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager_mac.mm View 1 2 3 12 chunks +94 lines, -23 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 3 chunks +93 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (9 generated)
erikchen
isherman: Please review.
5 years, 7 months ago (2015-05-14 21:16:14 UTC) #2
Ilya Sherman
What's the plan for these histograms? Are we going to postpone the feature removal for ...
5 years, 7 months ago (2015-05-14 21:46:28 UTC) #3
erikchen
isherman: PTAL https://codereview.chromium.org/1130773004/diff/20001/components/autofill/core/browser/personal_data_manager_mac.mm File components/autofill/core/browser/personal_data_manager_mac.mm (right): https://codereview.chromium.org/1130773004/diff/20001/components/autofill/core/browser/personal_data_manager_mac.mm#newcode182 components/autofill/core/browser/personal_data_manager_mac.mm:182: UMA_HISTOGRAM_BOOLEAN("Autofill.AddressBook.ContainedUsefulInformation", On 2015/05/14 21:46:28, Ilya Sherman wrote: ...
5 years, 7 months ago (2015-05-15 21:04:50 UTC) #6
Ilya Sherman
Thanks, Erik. https://codereview.chromium.org/1130773004/diff/80001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1130773004/diff/80001/components/autofill/core/browser/autofill_manager.cc#newcode20 components/autofill/core/browser/autofill_manager.cc:20: #include "base/metrics/histogram.h" nit: Please include histogram_macros.h instead. ...
5 years, 7 months ago (2015-05-15 21:14:58 UTC) #7
erikchen
isherman: PTAL https://codereview.chromium.org/1130773004/diff/80001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1130773004/diff/80001/components/autofill/core/browser/autofill_manager.cc#newcode20 components/autofill/core/browser/autofill_manager.cc:20: #include "base/metrics/histogram.h" On 2015/05/15 21:14:58, Ilya Sherman ...
5 years, 7 months ago (2015-05-15 21:37:23 UTC) #9
Ilya Sherman
LGTM. Thanks, Erik.
5 years, 7 months ago (2015-05-15 21:47:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1130773004/120001
5 years, 7 months ago (2015-05-15 21:50:14 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/66994)
5 years, 7 months ago (2015-05-16 01:03:34 UTC) #14
erikchen
isherman: PTAL
5 years, 7 months ago (2015-05-18 17:43:30 UTC) #15
Ilya Sherman
https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc#newcode708 components/autofill/core/browser/autofill_manager.cc:708: bool result = GetProfile(unique_id, &profile, &variant); Rather than changing ...
5 years, 7 months ago (2015-05-18 21:36:22 UTC) #16
erikchen
https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc#newcode708 components/autofill/core/browser/autofill_manager.cc:708: bool result = GetProfile(unique_id, &profile, &variant); On 2015/05/18 21:36:22, ...
5 years, 7 months ago (2015-05-18 23:29:40 UTC) #17
Ilya Sherman
https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc#newcode708 components/autofill/core/browser/autofill_manager.cc:708: bool result = GetProfile(unique_id, &profile, &variant); On 2015/05/18 23:29:40, ...
5 years, 7 months ago (2015-05-18 23:31:24 UTC) #18
erikchen
On 2015/05/18 23:31:24, Ilya Sherman wrote: > https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc > File components/autofill/core/browser/autofill_manager.cc (right): > > https://codereview.chromium.org/1130773004/diff/140001/components/autofill/core/browser/autofill_manager.cc#newcode708 ...
5 years, 7 months ago (2015-05-18 23:56:56 UTC) #19
Ilya Sherman
On 2015/05/18 23:56:56, erikchen wrote: > On 2015/05/18 23:31:24, Ilya Sherman wrote: > > > ...
5 years, 7 months ago (2015-05-19 00:28:29 UTC) #20
erikchen
On 2015/05/19 00:28:29, Ilya Sherman wrote: > On 2015/05/18 23:56:56, erikchen wrote: > > On ...
5 years, 7 months ago (2015-05-19 00:43:51 UTC) #21
Ilya Sherman
On 2015/05/19 00:43:51, erikchen wrote: > (Given your lack of response on the subject of ...
5 years, 7 months ago (2015-05-19 00:58:19 UTC) #22
erikchen
On 2015/05/19 00:58:19, Ilya Sherman wrote: > On 2015/05/19 00:43:51, erikchen wrote: > > (Given ...
5 years, 7 months ago (2015-05-19 01:04:19 UTC) #23
Ilya Sherman
On 2015/05/19 01:04:19, erikchen wrote: > On 2015/05/19 00:58:19, Ilya Sherman wrote: > > On ...
5 years, 7 months ago (2015-05-19 02:18:53 UTC) #24
erikchen
On 2015/05/19 02:18:53, Ilya Sherman wrote: > On 2015/05/19 01:04:19, erikchen wrote: > > On ...
5 years, 7 months ago (2015-05-19 17:20:27 UTC) #26
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/1130773004/diff/200001/components/autofill/core/browser/autofill_manager.h File components/autofill/core/browser/autofill_manager.h (right): https://codereview.chromium.org/1130773004/diff/200001/components/autofill/core/browser/autofill_manager.h#newcode360 components/autofill/core/browser/autofill_manager.h:360: // Emits a UMA metric indicating whether ...
5 years, 7 months ago (2015-05-19 21:53:43 UTC) #27
erikchen
https://codereview.chromium.org/1130773004/diff/200001/components/autofill/core/browser/autofill_manager.h File components/autofill/core/browser/autofill_manager.h (right): https://codereview.chromium.org/1130773004/diff/200001/components/autofill/core/browser/autofill_manager.h#newcode360 components/autofill/core/browser/autofill_manager.h:360: // Emits a UMA metric indicating whether the accepting ...
5 years, 7 months ago (2015-05-19 22:33:02 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1130773004/220001
5 years, 7 months ago (2015-05-19 22:33:58 UTC) #31
commit-bot: I haz the power
Committed patchset #8 (id:220001)
5 years, 7 months ago (2015-05-20 00:25:11 UTC) #32
commit-bot: I haz the power
5 years, 7 months ago (2015-05-20 00:26:07 UTC) #33
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/ef2d25eba7d872c749d89589403f0bc01b02e30b
Cr-Commit-Position: refs/heads/master@{#330651}

Powered by Google App Engine
This is Rietveld 408576698