summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/phone_field_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-7/+7
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-73/+0
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-184/+138
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-92/+13
* Added <cc>:3 - <phone>:10 matching pattern for phone field.Takano.Naoki@gmail.com2011-06-281-0/+31
* Autofill heuristics checkout files for 02_checkout_advanceautoparts.com.htmldhollowa@chromium.org2011-06-181-0/+40
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-14/+18
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-14/+11
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-36/+25
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+1
* 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-25/+25
* Changed parsing code for the phonenumbers fields to incorporate different com...georgey@chromium.org2011-02-181-2/+7
* Reorganized phone field parsing, fixing parsing for fax numbers in the proces...georgey@chromium.org2011-02-091-0/+91
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-15/+30
* 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-15/+17
* Small correction in comment.dhollowa@chromium.org2010-05-241-1/+1
* AutoFill telephone number prefix and suffix heuristics.dhollowa@chromium.org2010-05-201-0/+41
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-8/+61
* AutoFill: Add a simple heuristic to match fax fields.jhawkins@chromium.org2010-04-211-1/+0
* 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-16/+8
* Removing AutoFill Death Tests.dhollowa@chromium.org2010-03-261-4/+0
* AutoFill phone field unit tests.dhollowa@chromium.org2010-03-151-0/+167