| Commit message (Expand) | Author | Age | Files | Lines |
* | Autofill heuristics: detect combined month/year credit card expiration fields. | isherman@chromium.org | 2011-08-17 | 1 | -1/+9 |
* | Remove Autofill support for the ECML standard, as it is virtually unused. | isherman@chromium.org | 2011-08-08 | 1 | -3/+1 |
* | Add "ccfullname" for credit card holder name matching pattern. | Takano.Naoki@gmail.com | 2011-07-01 | 1 | -0/+2 |
* | Heuristics for grabber-continental.com.out (multi-pass) | dhollowa@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Autofill refactor form_field.h/cc. | dhollowa@chromium.org | 2011-05-19 | 1 | -3/+12 |
* | Refactor Autofill parsing code. Most notably, add a helper class for parsing... | isherman@chromium.org | 2011-05-05 | 1 | -12/+12 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-03-30 | 1 | -0/+2 |
* | autofill: Rename AutoFillField to AutofillField. | tfarina@chromium.org | 2011-03-04 | 1 | -10/+10 |
* | Autofill infobar doesn't come up when security code is filled | dhollowa@chromium.org | 2010-11-24 | 1 | -0/+3 |
* | FBTF: Small nits; moving virtual methods to implementation. | erg@google.com | 2010-10-08 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 1 | -3/+0 |
* | AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible. | jhawkins@chromium.org | 2010-06-21 | 1 | -2/+2 |
* | AutoFill credit card field filling. | dhollowa@chromium.org | 2010-03-31 | 1 | -2/+2 |
* | Remove FormField::priority as it's not used by AutoFill++. | jhawkins@chromium.org | 2010-02-23 | 1 | -1/+0 |
* | Implement ContactInfo, the FormGroup that stores contact information. | jhawkins@chromium.org | 2010-01-04 | 1 | -2/+2 |
* | Implement CreditCardField, a FormField that matches a credit card field in a ... | jhawkins@chromium.org | 2009-12-16 | 1 | -0/+52 |