summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-848/+0
* Establish components/autofill and move some fileskaiwang@chromium.org2013-03-071-1/+1
* [Autofill] Update unit tests to use country codes when setting raw address info.isherman@chromium.org2013-01-051-1/+1
* [Autofill] Rename AutofillProfile::{Get,Set}MultiInfo to {Get,Set}RawMultiInfoisherman@chromium.org2012-11-291-18/+18
* [Autofill] When comparing profiles, compare the full number, not just the loc...isherman@chromium.org2012-11-281-0/+9
* Refactor autofill code somewhat.estade@chromium.org2012-11-131-16/+140
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-7/+7
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-141-3/+3
* Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,...georgey@chromium.org2012-01-231-10/+4
* Move a bunch of non-shared methods out of the FormGroup class.isherman@chromium.org2011-10-051-62/+0
* Autofill: Support 'full names' that are lacking a first or a middle name.isherman@chromium.org2011-09-291-6/+6
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-115/+59
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Add NAMEK_MIDDLE_INITIAL to return NAME_FULL in GetEquivalentFieldTypeCollaps...honten@chromium.org2011-08-181-0/+9
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Add address line 2 as a distinguishing field for Autofill addresses (in WebUI...isherman@chromium.org2011-08-091-7/+16
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-17/+20
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-2/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-34/+34
* 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