Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove FormField::priority as it's not used by AutoFill++. | jhawkins@chromium.org | 2010-02-23 | 1 | -2/+0 |
* | Fix a few pieces of the heuristic autofill: | jhawkins@chromium.org | 2010-01-08 | 1 | -2/+2 |
* | Set the address field type based on how many address fields we encountered. | jhawkins@chromium.org | 2009-12-19 | 1 | -0/+27 |
* | Implement NameField, a FormField that matches a name field in a form. | jhawkins@chromium.org | 2009-12-17 | 1 | -4/+4 |
* | Implement CreditCardField, a FormField that matches a credit card field in a ... | jhawkins@chromium.org | 2009-12-16 | 1 | -1/+4 |
* | Implement AddressField, a FormField that matches a set of address fields in a... | jhawkins@chromium.org | 2009-12-15 | 1 | -2/+4 |
* | Implement PhoneField, a FormField that matches a phone number field in a form. | jhawkins@chromium.org | 2009-12-11 | 1 | -0/+4 |
* | autofill: Add the FormField interface. Classes that implement the FormField ... | jhawkins@chromium.org | 2009-12-09 | 1 | -0/+191 |