summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_metrics_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* PersonalDataManager stop depending on ProfileKeyedServicekaiwang@chromium.org2013-03-011-2/+4
* [Autofill] Stop reference counting the AutofillManager class.isherman@chromium.org2013-02-221-8/+6
* Removing AutocheckoutInfoBarDelegateahutter@chromium.org2013-02-201-100/+1
* [Autofill] Add UMA timing metrics for requestAutocomplete dialog.isherman@chromium.org2013-02-141-4/+4
* Download autocheckout whitelist and enable autocheckout for whitelisted sites...benquan@chromium.org2013-02-121-2/+9
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Refactoring multipage autofill data out of every form and into one common loc...ahutter@chromium.org2013-01-291-2/+8
* Fix the memory leak observed by the build bots.ramankk@chromium.org2013-01-191-2/+4
* Pop up requestAutocomplete UI when autofill server hints chrome client that i...ramankk@chromium.org2013-01-181-0/+98
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-18/+20
* [Autofill] Update unit tests to use country codes when setting raw address info.isherman@chromium.org2013-01-051-2/+2
* Make AutofillManager::GetProfileSuggestions use PersonalDataManager::GetProfi...estade@chromium.org2012-12-211-2/+3
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-201-2/+1
* Real autofill crash fix.estade@chromium.org2012-11-291-0/+5
* [Autofill] Add metrics measuring developer engagement, in terms of implementa...isherman@chromium.org2012-10-261-11/+94
* Remove TabContents from autofill unittests.avi@chromium.org2012-10-231-8/+9
* Make the AutocompleteHistoryManager be an implementation detail of AutofillMa...avi@chromium.org2012-10-211-0/+5
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-1/+1
* Switch AutofillManager to be UserData on WebContents.avi@chromium.org2012-10-081-4/+4
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-14/+12
* Switch TabAutofillManagerDelegate to use WebContentsUserData.avi@chromium.org2012-10-011-5/+5
* Switching from ForXyz naming to FromXyz naming, for consistency.joi@chromium.org2012-09-221-1/+1
* Extract abstract base to API directory for ProfileSyncService.joi@chromium.org2012-09-191-6/+8
* Rename InfoBarTabService -> InfoBarService.joi@chromium.org2012-08-301-2/+2
* Introduce AutofillClient and use it to get rid of PasswordManager dependency.joi@chromium.org2012-08-301-1/+5
* Introduce InfoBarTabService API.joi@chromium.org2012-08-201-4/+6
* TabContentsWrapper -> TabContents, part 5.avi@chromium.org2012-06-081-2/+2
* TabContentsWrapper -> TabContents, part 2.avi@chromium.org2012-06-061-7/+7
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Taking over issue 10006037.rlp@chromium.org2012-05-141-0/+1
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-111-1/+0
* Taking over issue 10006037.rlp@chromium.org2012-05-111-0/+1
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-1/+0
* Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...erg@chromium.org2012-02-131-7/+2
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-4/+4
* Moving AutofillAgent Logic into Browsercsharp@chromium.org2011-11-221-4/+8
* Setting up external delegate calls to allow a future delegate to handle autofillcsharp@chromium.org2011-11-171-4/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Move some Autofill processing logic on form submit to a background thread.isherman@chromium.org2011-11-011-33/+82
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-4/+4
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-4/+4
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-211-4/+4
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-211-4/+4
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-2/+5
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-231-18/+26
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-3/+2
* 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