summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-36/+5
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-3/+3
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-9/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-291-0/+1
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-1/+1
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-3/+4
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-5/+3
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-3/+3
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-1/+14
* Clean up Autofill address code.isherman@chromium.org2011-02-171-35/+6
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-0/+1
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-7/+7
* Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p...jhawkins@chromium.org2010-02-221-12/+14
* Add AddressField, a form group that stores address information.jhawkins@chromium.org2010-01-041-0/+105