summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/phone_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-273/+0
* [Autofill] Enable heuristic detection of credit card issuer fields.isherman@chromium.org2013-02-211-2/+1
* Minor style cleanup in the PhoneField class:isherman@chromium.org2013-01-161-145/+136
* [Autofill] Add parsing for credit card type fields.isherman@chromium.org2012-10-271-1/+2
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-96/+42
* Make autofill regular expressions unicode again.tony@chromium.org2011-09-151-73/+11
* Final step in removing resource strings in chrome.dll.tony@chromium.org2011-09-081-11/+73
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-21/+1
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-2/+2
* Added <cc>:3 - <phone>:10 matching pattern for phone field.Takano.Naoki@gmail.com2011-06-281-1/+11
* Autofill heuristics checkout files for 02_checkout_advanceautoparts.com.htmldhollowa@chromium.org2011-06-181-0/+5
* Simplify Autofill Scanner semanticsisherman@chromium.org2011-06-081-1/+2
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-2/+2
* Heuristics for grabber-continental.com.out (select-one)dhollowa@chromium.org2011-05-251-3/+5
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-2/+2
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-31/+34
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-50/+50
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-2/+2
* Revert 77296 - zea@chromium.org2011-03-081-2/+2
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-2/+2
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-5/+5
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-7/+7
* Autofill Coverity issue termination of loopdhollowa@chromium.org2011-02-261-1/+2
* Changed parsing code for the phonenumbers fields to incorporate different com...georgey@chromium.org2011-02-181-92/+193
* More test out-of-lining.erg@google.com2011-02-141-0/+2
* Reorganized phone field parsing, fixing parsing for fax numbers in the proces...georgey@chromium.org2011-02-091-66/+153
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Autofill heuristics regular expressions should be stored in external data files.dhollowa@chromium.org2011-01-051-6/+16
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible.jhawkins@chromium.org2010-06-211-16/+9
* [Mac] more -Wextra support:thomasvl@chromium.org2010-06-171-1/+2
* AutoFill telephone number prefix and suffix heuristics.dhollowa@chromium.org2010-05-201-2/+2
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-3/+17
* AutoFill crash in FormStructure::GetHeuristicAutoFillTypes().dhollowa@chromium.org2010-04-221-0/+7
* AutoFill phone field unit tests.dhollowa@chromium.org2010-03-151-0/+4
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-2/+2
* Fix a few pieces of the heuristic autofill:jhawkins@chromium.org2010-01-081-1/+1
* Implement PhoneField, a FormField that matches a phone number field in a form.jhawkins@chromium.org2009-12-111-0/+114