summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address_field.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-5/+11
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-15/+45
* AutoFill: Parse the ignored fields at the end of ParseAddress, so we don'tjhawkins@chromium.org2010-05-071-9/+9
* AutoFill: Try to parse a third address line and discard it if it exists.jhawkins@chromium.org2010-04-231-0/+13
* AutoFill address filling when labels are missing.dhollowa@chromium.org2010-04-061-2/+3
* More AutoFill heuristics fixes.jhawkins@chromium.org2010-03-171-37/+29
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-13/+38
* Fix a crash when parsing address fields. It's possible we've run out of fiel...jhawkins@chromium.org2010-02-101-0/+4
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+3
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-071-2/+2
* Implement AddressField, a FormField that matches a set of address fields in a...jhawkins@chromium.org2009-12-151-0/+334