summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile.cc
Commit message (Expand)AuthorAgeFilesLines
* Add NAMEK_MIDDLE_INITIAL to return NAME_FULL in GetEquivalentFieldTypeCollaps...honten@chromium.org2011-08-181-1/+1
* Autofill: Check for different string sizes when comparing for equality.jhawkins@chromium.org2011-08-171-2/+2
* Autofill: Use case-insensitive comparison when merging values in multi-valued...jhawkins@chromium.org2011-08-151-3/+15
* Add address line 2 as a distinguishing field for Autofill addresses (in WebUI...isherman@chromium.org2011-08-091-0/+1
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-35/+61
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-14/+80
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-9/+8
* Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google...dhollowa@chromium.org2011-04-131-4/+81
* Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium...siggi@chromium.org2011-04-131-81/+4
* Autofill extend profiles to include multi-valued fields, part 6 (Aggregation)dhollowa@chromium.org2011-04-131-4/+81
* Autofill extend profiles to include multi-valued fields, part 5 (Filling)dhollowa@chromium.org2011-04-081-4/+10
* Revert 80934 - Autofill extend profiles to include multi-valued fields, part ...dhollowa@chromium.org2011-04-081-10/+4
* Autofill extend profiles to include multi-valued fields, part 5 (Filling)dhollowa@chromium.org2011-04-081-4/+10
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-24/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-3/+4
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-48/+178
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-1/+1
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-34/+34
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-33/+31
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-32/+32
* AutofillProfile::SetInfo() should allow for billing field typesdhollowa@chromium.org2011-03-101-4/+4
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-73/+73
* Autofill profile cleanup. Encapsulation and labels.dhollowa@chromium.org2011-03-071-12/+10
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-36/+36
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-21/+21
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-0/+16
* Clean up Autofill address code.isherman@chromium.org2011-02-171-2/+1
* Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-041-37/+7
* Revert 73700 - Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-031-7/+37
* Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-031-37/+7
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Don't treat empty fields as distinguishing fields for autofillisherman@chromium.org2010-12-221-1/+3
* Refactor and decompose AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-181-126/+103
* Remove unused function AutoFillProfile::GetHomeAddress()isherman@chromium.org2010-12-181-4/+0
* Clean up AutoFillProfile::AdjustInferredLabelsisherman@chromium.org2010-12-181-4/+6
* Clean up AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-171-18/+20
* Decompose and clean up code for determining which fields to draw from for Aut...isherman@chromium.org2010-12-161-88/+121
* Don't use empty fields as distinguishing fields for autofill.isherman@chromium.org2010-12-161-1/+1
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-1/+1
* AutoFillProfile: don't replicate logic in Clone()isherman@chromium.org2010-12-131-12/+1
* AutoFillProfile: Don't clobber data on self-assignmentisherman@chromium.org2010-12-071-0/+3
* Autofill should not allow overwrite of field data when merging profile datadhollowa@chromium.org2010-11-301-1/+3
* Autofill form submission creates wrong addresses.dhollowa@chromium.org2010-11-111-0/+5
* Fix for Autofill popup labels should reflect the contents of the HTML formgeorgey@chromium.org2010-11-051-26/+61
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-16/+3
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-271-27/+3
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-44/+0
* Autofill: DCHECK in 'Add address...' dialogdhollowa@chromium.org2010-10-241-1/+2
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-1/+40
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-0/+4