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

Issue 7747009: Add metrics to track Autofill "user happiness" (Closed)

Created:
9 years, 4 months ago by Ilya Sherman
Modified:
9 years, 4 months ago
CC:
chromium-reviews, GeorgeY, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., Ilya Sherman, dhollowa
Visibility:
Public.

Description

Add metrics to track Autofill "user happiness" BUG=none TEST=TBD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98397

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address review comments & add tests #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+452 lines, -33 lines) Patch
M chrome/browser/autofill/autofill_manager.h View 1 2 4 chunks +16 lines, -3 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 11 chunks +82 lines, -5 lines 0 comments Download
M chrome/browser/autofill/autofill_metrics.h View 1 2 chunks +43 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_metrics.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_metrics_unittest.cc View 1 3 chunks +241 lines, -0 lines 0 comments Download
M chrome/browser/autofill/form_structure.h View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/autofill/form_structure.cc View 1 2 4 chunks +26 lines, -8 lines 0 comments Download
M chrome/browser/autofill/form_structure_unittest.cc View 1 2 8 chunks +8 lines, -10 lines 0 comments Download
M chrome/common/autofill_messages.h View 3 chunks +11 lines, -2 lines 0 comments Download
M chrome/renderer/autofill/autofill_agent.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/autofill/autofill_agent.cc View 1 2 5 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ilya Sherman
This CL still needs test coverage, but I wanted to run it by you in ...
9 years, 4 months ago (2011-08-25 03:27:31 UTC) #1
dhollowa
http://codereview.chromium.org/7747009/diff/1/chrome/browser/autofill/autofill_metrics.h File chrome/browser/autofill/autofill_metrics.h (right): http://codereview.chromium.org/7747009/diff/1/chrome/browser/autofill/autofill_metrics.h#newcode88 chrome/browser/autofill/autofill_metrics.h:88: // Loaded a page containing (potentially autofillable) forms. Can ...
9 years, 4 months ago (2011-08-25 21:48:15 UTC) #2
Ilya Sherman
+Jim, in case you want to glance at the metrics changes (adding a new histogram ...
9 years, 4 months ago (2011-08-26 00:23:30 UTC) #3
jar (doing other things)
The use of the HISTOGRAM macro, and naming of events LGTM.
9 years, 4 months ago (2011-08-26 01:00:56 UTC) #4
dhollowa
LGTM. This makes me happy.
9 years, 4 months ago (2011-08-26 01:29:16 UTC) #5
commit-bot: I haz the power
9 years, 4 months ago (2011-08-26 06:02:36 UTC) #6
Change committed as 98397

Powered by Google App Engine
This is Rietveld 408576698