summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,...georgey@chromium.org2012-01-231-8/+8
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-21/+21
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+6
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* [Mac] Autofill: Avoid aggregating duplicates of AddressBook profilesisherman@chromium.org2011-10-051-0/+58
* Move a bunch of non-shared methods out of the FormGroup class.isherman@chromium.org2011-10-051-1/+1
* Don't show the "Save credit card for Autofill?" infobar unnecessarily.isherman@chromium.org2011-10-041-10/+62
* Autofill should prompt to save credit card info even when no name is present ...isherman@chromium.org2011-09-271-2/+2
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-231-6/+5
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-38/+27
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-1/+0
* Autofill: Use case-insensitive comparison when merging values in multi-valued...jhawkins@chromium.org2011-08-151-0/+98
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* autofill: Refactor PersonalDataManager::Observer into its own header file.tfarina@chromium.org2011-08-081-1/+2
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Don't learn credit cards for Autofill if they are missing any data.isherman@chromium.org2011-07-221-38/+47
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-8/+9
* Autofill PersonalDataManager should eliminate batch updatesdhollowa@chromium.org2011-05-111-348/+190
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-76/+76
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-0/+125
* autofill: Remove duplicate include of form_data.htfarina@chromium.org2011-05-051-1/+0
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-81/+54
* Autofill Multi-Value: Additional profiles with same name and address not adde...dhollowa@chromium.org2011-04-281-0/+68
* Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google...dhollowa@chromium.org2011-04-131-8/+108
* Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium...siggi@chromium.org2011-04-131-108/+8
* Autofill extend profiles to include multi-valued fields, part 6 (Aggregation)dhollowa@chromium.org2011-04-131-8/+108
* Clean up Autofill CreditCard logicisherman@chromium.org2011-04-061-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-2/+2
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-171-8/+3
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-9/+9
* Only detect heuristic autofill types on page load (not on form submission).isherman@chromium.org2011-03-161-0/+25
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-56/+56
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-3/+3
* Revert 77296 - zea@chromium.org2011-03-081-3/+3
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-3/+3
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-9/+10
* Move notification service code to content. We'll need to figure out how to s...jam@chromium.org2011-03-071-5/+5
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-54/+48
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-0/+2
* Use-after-free in PersonalDataManager destructor on Mac OSdhollowa@chromium.org2011-02-091-0/+14
* Clean up PersonalDataManager::ImportFormData()isherman@chromium.org2011-02-041-37/+83
* Autofill should filter malformed emails addresses when form is submitteddhollowa@chromium.org2011-02-031-0/+44
* Autofill should filter incomplete addresses when form is submitteddhollowa@chromium.org2011-02-031-15/+149
* Hopefully fix PersonalDataManagerTest.ImportFormDataNotEnoughFilledFieldsisherman@chromium.org2011-01-261-2/+3