summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile.h
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,...georgey@chromium.org2012-01-231-7/+1
* Added multi-valued field sync to Autofill (client) (Issue: Autofill profiles ...georgey@chromium.org2012-01-071-2/+3
* Move a bunch of non-shared methods out of the FormGroup class.isherman@chromium.org2011-10-051-1/+5
* autofill: Include iosfwd in some header files.tfarina@chromium.org2011-10-021-1/+2
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-6/+3
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-11/+16
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-2/+16
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-3/+3
* Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google...dhollowa@chromium.org2011-04-131-0/+7
* Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium...siggi@chromium.org2011-04-131-7/+0
* Autofill extend profiles to include multi-valued fields, part 6 (Aggregation)dhollowa@chromium.org2011-04-131-0/+7
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-6/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-1/+5
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-10/+20
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-3/+3
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-16/+16
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-14/+25
* Autofill profile cleanup. Encapsulation and labels.dhollowa@chromium.org2011-03-071-9/+6
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-3/+3
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-4/+4
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-1/+4
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-2/+3
* Refactor and decompose AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-181-3/+19
* Remove unused function AutoFillProfile::GetHomeAddress()isherman@chromium.org2010-12-181-2/+0
* Clean up AutoFillProfile::CreateInferredLabels()isherman@chromium.org2010-12-171-5/+2
* Decompose and clean up code for determining which fields to draw from for Aut...isherman@chromium.org2010-12-161-7/+9
* 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-2/+4
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-9/+0
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-271-2/+3
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-10/+3
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-2/+23
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...dhollowa@chromium.org2010-07-211-0/+4
* Added inferred labels implementation. Label inferred from the person name + d...georgey@chromium.org2010-07-171-0/+31
* AutoFill: Save the imported credit card data in response to the CC InfoBar.jhawkins@chromium.org2010-07-121-12/+1
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-0/+12
* AutoFill: Remove a TODO and update a comment.jhawkins@chromium.org2010-06-191-2/+1
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-10/+0
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-1/+1
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-0/+10
* Autofill dialog for the Mac. This is UI only at this point. The UI is not h...dhollowa@chromium.org2010-02-121-0/+1
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-3/+3
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-0/+4
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-201-5/+8
* Added public copy constructor to AutoFillProfile to allow it to be used in st...georgey@chromium.org2010-01-191-5/+6
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-071-0/+74