| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Move a bunch of non-shared methods out of the FormGroup class. | isherman@chromium.org | 2011-10-05 | 1 | -20/+1 |
* | Don't show the "Save credit card for Autofill?" infobar unnecessarily. | isherman@chromium.org | 2011-10-04 | 1 | -3/+0 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -5/+22 |
* | autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy... | tfarina@chromium.org | 2011-05-09 | 1 | -4/+4 |
* | Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText() | isherman@chromium.org | 2011-03-31 | 1 | -11/+0 |
* | 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 | -5/+4 |
* | Autofill extend profiles to include multi-valued fields, part 2. | dhollowa@chromium.org | 2011-03-09 | 1 | -3/+0 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -5/+5 |
* | autofill: Rename AutoFillFieldType to AutofillFieldType. | tfarina@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Autofill form submission creates wrong credit cards. | dhollowa@chromium.org | 2010-11-11 | 1 | -0/+3 |
* | Autofill deprecate unique_ids in favor of guids for Mac UI | dhollowa@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -4/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | AutoFill: Save the imported credit card data in response to the CC InfoBar. | jhawkins@chromium.org | 2010-07-12 | 1 | -0/+15 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 1 | -1/+5 |
* | Add more tests for BillingAddress and fix the issues found by the tests. | jhawkins@chromium.org | 2010-03-05 | 1 | -1/+2 |
* | Where possible, use return-by-const-ref for accessors in AutoFill data struct... | jhawkins@chromium.org | 2010-03-03 | 1 | -1/+1 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -1/+1 |
* | Implement ContactInfo, the FormGroup that stores contact information. | jhawkins@chromium.org | 2010-01-04 | 1 | -2/+5 |
* | Add FormGroup, an interface that represents a collection of form fields group... | jhawkins@chromium.org | 2009-12-22 | 1 | -0/+52 |