summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address_field_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-25/+50
* AutoFill: Fix two heuristic issues with nrm.org.jhawkins@chromium.org2010-11-021-0/+34
* AutoFill: Add more NameField tests and fix incorrect logic in ParseEmpty.jhawkins@chromium.org2010-08-041-4/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Removing string16 global construction and conversion.tommi@chromium.org2010-07-141-37/+43
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-3/+43
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-0/+40
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-19/+38
* AutoFill: Try to parse a third address line and discard it if it exists.jhawkins@chromium.org2010-04-231-0/+36
* AutoFill: Only match the exact string 'mi' when matching a middle initial field.jhawkins@chromium.org2010-04-081-1/+0
* AutoFill address filling when labels are missing.dhollowa@chromium.org2010-04-061-0/+30
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-1/+1
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-28/+14
* Removing AutoFill Death Tests.dhollowa@chromium.org2010-03-261-4/+0
* Don't use the empty string to try to match against an empty text field. Add ...jhawkins@chromium.org2010-03-161-3/+3
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-0/+307