summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-0/+176
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-1/+1
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-90/+90
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-3/+3
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-1/+1
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-3/+3
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-1/+9
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-42/+34
* Don't treat empty fields as distinguishing fields for autofillisherman@chromium.org2010-12-221-0/+12
* Decompose and clean up code for determining which fields to draw from for Aut...isherman@chromium.org2010-12-161-21/+89
* Don't use empty fields as distinguishing fields for autofill.isherman@chromium.org2010-12-161-0/+26
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-1/+1
* Don't wrap string16() around ASCIIToUTF16()isherman@chromium.org2010-12-151-62/+54
* AutoFillProfile: don't replicate logic in Clone()isherman@chromium.org2010-12-131-0/+12
* AutoFillProfile: Don't clobber data on self-assignmentisherman@chromium.org2010-12-071-0/+16
* Fix for Autofill popup labels should reflect the contents of the HTML formgeorgey@chromium.org2010-11-051-0/+95
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-2/+2
* Autofill deprecate unique_ids in favor of guids for profile and credit card u...dhollowa@chromium.org2010-10-271-16/+16
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-18/+55
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-0/+21
* Autofill browsertestisherman@chromium.org2010-10-041-60/+55
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-2/+0
* Added inferred labels implementation. Label inferred from the person name + d...georgey@chromium.org2010-07-171-0/+183
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-120/+125
* AutoFill unit test cleanup for AutoFillProfileTest.dhollowa@chromium.org2010-04-121-9/+9
* Don't use the empty string to try to match against an empty text field. Add ...jhawkins@chromium.org2010-03-161-2/+3
* Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p...jhawkins@chromium.org2010-02-221-10/+1
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-0/+191