summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address.cc
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-148/+25
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-17/+17
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-46/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-291-0/+3
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-4/+4
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-13/+12
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-14/+17
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-22/+22
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-1/+1
* autofill: Rename AutoFillCountry to AutofillCountry.tfarina@chromium.org2011-03-011-7/+7
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-8/+24
* Clean up Autofill address code.isherman@chromium.org2011-02-171-77/+50
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+4
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-4/+25
* Add more tests for BillingAddress and fix the issues found by the tests.jhawkins@chromium.org2010-03-051-12/+11
* Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p...jhawkins@chromium.org2010-02-221-18/+29
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+2
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-1/+1
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-071-2/+2
* Add AddressField, a form group that stores address information.jhawkins@chromium.org2010-01-041-0/+265