summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring of upload, form saving, and UMA logging.dhollowa@chromium.org2011-01-201-13/+13
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+0
* Cleanup: Remove unneeded includes of pref_names.hthestig@chromium.org2011-01-131-1/+0
* Disable PersonalDataManagerTest.ImportFormDataNotEnoughFilledFieldsphajdan.jr@chromium.org2010-12-181-1/+2
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+3
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-2/+1
* Autofill should not allow overwrite of field data when merging profile datadhollowa@chromium.org2010-11-301-6/+19
* Autofill: Be more selective when importing autofill data.isherman@chromium.org2010-11-241-20/+47
* Autofill: correctly save phone numbers split across multiple fieldsisherman@chromium.org2010-11-231-0/+40
* Infobar shouldn't be prompted when we don't modify the Credit Card data that'...dhollowa@chromium.org2010-11-181-5/+1
* Autofill form submission creates wrong addresses.dhollowa@chromium.org2010-11-111-55/+216
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-111-9/+434
* Revert 65329 - Revert 65272 - Autofill heapcheck and valgrind leak in Persona...jar@chromium.org2010-11-071-8/+8
* Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager un...jar@chromium.org2010-11-071-8/+8
* Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixeddhollowa@chromium.org2010-11-051-8/+8
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-127/+67
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-7/+6
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-2/+9