| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -36/+5 |
* | autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy... | tfarina@chromium.org | 2011-05-09 | 1 | -3/+3 |
* | Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText() | isherman@chromium.org | 2011-03-31 | 1 | -9/+0 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-03-29 | 1 | -0/+1 |
* | Autofill extend profiles to include multi-valued fields, part 3. | dhollowa@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Autofill rename GetFieldText to GetInfo | dhollowa@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Reduce boxing and unboxing of AutofillFieldType | isherman@chromium.org | 2011-03-17 | 1 | -3/+4 |
* | Autofill extend profiles to include multi-valued fields, part 2. | dhollowa@chromium.org | 2011-03-09 | 1 | -5/+3 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -3/+3 |
* | Autofill i18n: Set postal code and state field labels based on the selected c... | isherman@chromium.org | 2011-02-25 | 1 | -1/+14 |
* | Clean up Autofill address code. | isherman@chromium.org | 2011-02-17 | 1 | -35/+6 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 1 | -2/+2 |
* | `#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 | -0/+1 |
* | Where possible, use return-by-const-ref for accessors in AutoFill data struct... | jhawkins@chromium.org | 2010-03-03 | 1 | -7/+7 |
* | Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p... | jhawkins@chromium.org | 2010-02-22 | 1 | -12/+14 |
* | Add AddressField, a form group that stores address information. | jhawkins@chromium.org | 2010-01-04 | 1 | -0/+105 |