summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/name_field_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-11/+11
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-208/+134
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-88/+12
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-15/+19
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-14/+10
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-39/+27
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-35/+35
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-32/+64
* AutoFill address profile not seen in dropdown for name and address field on d...dhollowa@chromium.org2010-08-241-0/+40
* AutoFill: Add more NameField tests and fix incorrect logic in ParseEmpty.jhawkins@chromium.org2010-08-041-0/+198
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-13/+26
* AutoFill heuristics extended to include multiple separator characters.dhollowa@chromium.org2010-05-131-0/+35
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-271-0/+52
* AutoFill: Add another variation of a middle name field for heuristics.jhawkins@chromium.org2010-04-121-0/+35
* AutoFill: Only match the exact string 'mi' when matching a middle initial field.jhawkins@chromium.org2010-04-081-0/+63