summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address.cc
Commit message (Collapse)AuthorAgeFilesLines
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-22/+22
| | | | | | | | | BUG=72758 TEST=existing unit_tests Review URL: http://codereview.chromium.org/6626042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77140 0039d316-1c4b-4281-b951-d872f2087c98
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-1/+1
| | | | | | | | | BUG=72758 TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/6592067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76442 0039d316-1c4b-4281-b951-d872f2087c98
* autofill: Rename AutoFillCountry to AutofillCountry.tfarina@chromium.org2011-03-011-7/+7
| | | | | | | | | BUG=72758 TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/6598058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76355 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill i18n: Set postal code and state field labels based on the selected ↵isherman@chromium.org2011-02-251-8/+24
| | | | | | | | | | | | | | | | country. * Changes the country field to a <select> field. * Restricts the possible values for the "country" field to a set of known values * Moves the country field to the top of the Autofill dialog * Changes the field labels according to the selected country BUG=56599,56602,56604 TEST= Review URL: http://codereview.chromium.org/6484022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76117 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up Autofill address code.isherman@chromium.org2011-02-171-77/+50
| | | | | | | | | | | | | * Merge HomeAddress into Address, since there are no other subclasses. * Eliminate unhelpful wrapper functions * Get rid of Apartment Number code, since we always store that as generic line 2 data. BUG=none TEST=none Review URL: http://codereview.chromium.org/6533011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75207 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+4
| | | | | | | | | | | (~1.3 megs off Debug linux .a files) BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3556013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61587 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more ↵jhawkins@chromium.org2010-07-011-4/+25
| | | | | | | | | | | remnants of shipping address and CVV. BUG=47426,47423 TEST=PersonalDataManager.* Review URL: http://codereview.chromium.org/2818033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51322 0039d316-1c4b-4281-b951-d872f2087c98
* Add more tests for BillingAddress and fix the issues found by the tests.jhawkins@chromium.org2010-03-051-12/+11
| | | | | | | | BUG=none TEST=BillingAddressTest Review URL: http://codereview.chromium.org/669141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40787 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that ↵jhawkins@chromium.org2010-02-221-18/+29
| | | | | | | | | | popped up as a result of writing the tests. Remove an unnecessary test fixture from the AutoFillProfile unit test. BUG=none TEST=BillingAddress.GetPossibleFieldTypes Review URL: http://codereview.chromium.org/652057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39646 0039d316-1c4b-4281-b951-d872f2087c98
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+2
| | | | | | | | | | | | 95% of this is removing "const" from return types, but turning this on found one bug! (A "for" loop that expected its iterator to go negative but which was using an unsigned type.) BUG=34160 Review URL: http://codereview.chromium.org/570012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38266 0039d316-1c4b-4281-b951-d872f2087c98
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and ↵pkasting@chromium.org2010-01-081-1/+1
| | | | | | | | | | EmptyGURL(), since the code in question can just use the default constructor. BUG=none TEST=none Review URL: http://codereview.chromium.org/517054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35766 0039d316-1c4b-4281-b951-d872f2087c98
* Implement AutoFillProfile, a collection of form groups that stores profile ↵jhawkins@chromium.org2010-01-071-2/+2
| | | | | | | | | | information. BUG=none TEST=none Review URL: http://codereview.chromium.org/517066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35751 0039d316-1c4b-4281-b951-d872f2087c98
* Add AddressField, a form group that stores address information.jhawkins@chromium.org2010-01-041-0/+265
BUG=none TEST=none Review URL: http://codereview.chromium.org/517028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35488 0039d316-1c4b-4281-b951-d872f2087c98