summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_metrics_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-021-27/+167
* Add metrics to track Autofill "user happiness"isherman@chromium.org2011-08-261-0/+241
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-0/+11
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-12/+12
* Don't save default form field values for Autofillisherman@chromium.org2011-07-221-54/+59
* Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.erg@chromium.org2011-06-281-2/+7
* Add some more metrics/logging to dig into Autofill server experiments data di...isherman@chromium.org2011-06-141-4/+14
* Log UMA metric for experiment id received in response to an Autofill query.isherman@chromium.org2011-06-061-0/+36
* Misc. infobar stuff:pkasting@chromium.org2011-05-241-76/+69
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-2/+2
* Address some style nits with Autofill metricsisherman@chromium.org2011-04-291-107/+162
* Prune dead code in autofill_metrics_unittests.ccisherman@chromium.org2011-04-281-6/+0
* Add per-field-type Autofill quality metrics.isherman@chromium.org2011-04-181-35/+89
* Add metric for whether Autofill is enabled or disabled.isherman@chromium.org2011-04-131-6/+51
* Add server experiment variants to Autofill heuristic type quality metric.isherman@chromium.org2011-04-121-11/+12
* Add metrics for autofill heuristic, server, and overall field type prediction...isherman@chromium.org2011-03-311-34/+159
* Add metric for number of Autofill address suggestions shown in popupisherman@chromium.org2011-03-301-26/+71
* Log Autofill credit card metrics as histogram; rename metrics from AutoFill t...isherman@chromium.org2011-03-281-6/+76
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Get rid of references to Autocomplete from src\content, specifically from Tab...dhollowa@chromium.org2011-03-231-3/+3
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-3/+3
* Reenable implicit learning of Autofill data.isherman@chromium.org2011-03-191-4/+0
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-8/+8
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-4/+4
* Revert 77296 - zea@chromium.org2011-03-081-4/+4
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-4/+4
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-051-4/+4
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-1/+1
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-6/+6
* Add UMA metric for number of autofill profilesisherman@chromium.org2011-03-011-11/+54
* autofill: Rename AutoFillMetrics to AutofillMetrics.tfarina@chromium.org2011-03-011-76/+76
* GTTF: Use a fresh TestingBrowserProcess for each test, part #2phajdan.jr@chromium.org2011-02-251-2/+0
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-241-2/+2
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-7/+7
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-0/+2
* Add support for autofill server experimentsisherman@chromium.org2011-01-311-30/+102
* Fix crash in autofill metrics logging.isherman@chromium.org2011-01-251-2/+96
* Add autofill metrics to dig into the failure case.isherman@chromium.org2011-01-131-1/+146
* Make RenderViewHost not know about AutoFill and AutoComplete.jam@chromium.org2011-01-101-3/+3
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-0/+229