| Commit message (Expand) | Author | Age | Files | Lines |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 1 | -40/+2 |
* | Add preliminary support for the autocompletetype atttribute for phone/fax pre... | isherman@chromium.org | 2011-08-23 | 1 | -1/+1 |
* | Remove Autofill support for the ECML standard, as it is virtually unused. | isherman@chromium.org | 2011-08-08 | 1 | -5/+1 |
* | Added <cc>:3 - <phone>:10 matching pattern for phone field. | Takano.Naoki@gmail.com | 2011-06-28 | 1 | -0/+1 |
* | Autofill heuristics checkout files for 02_checkout_advanceautoparts.com.html | dhollowa@chromium.org | 2011-06-18 | 1 | -0/+1 |
* | Heuristics for grabber-continental.com.out (multi-pass) | dhollowa@chromium.org | 2011-05-27 | 1 | -2/+2 |
* | Autofill refactor form_field.h/cc. | dhollowa@chromium.org | 2011-05-19 | 1 | -2/+15 |
* | Refactor Autofill parsing code. Most notably, add a helper class for parsing... | isherman@chromium.org | 2011-05-05 | 1 | -7/+7 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | autofill: Rename AutoFillField to AutofillField. | tfarina@chromium.org | 2011-03-04 | 1 | -6/+6 |
* | Changed parsing code for the phonenumbers fields to incorporate different com... | georgey@chromium.org | 2011-02-18 | 1 | -8/+51 |
* | More test out-of-lining. | erg@google.com | 2011-02-14 | 1 | -0/+2 |
* | Reorganized phone field parsing, fixing parsing for fax numbers in the proces... | georgey@chromium.org | 2011-02-09 | 1 | -0/+35 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible. | jhawkins@chromium.org | 2010-06-21 | 1 | -3/+3 |
* | AutoFill crash in FormStructure::GetHeuristicAutoFillTypes(). | dhollowa@chromium.org | 2010-04-22 | 1 | -0/+1 |
* | Remove FormField::priority as it's not used by AutoFill++. | jhawkins@chromium.org | 2010-02-23 | 1 | -2/+0 |
* | Implement PhoneField, a FormField that matches a phone number field in a form. | jhawkins@chromium.org | 2009-12-11 | 1 | -0/+42 |