| Commit message (Expand) | Author | Age | Files | Lines |
* | Autofill: Support 'full names' that are lacking a first or a middle name. | isherman@chromium.org | 2011-09-29 | 1 | -4/+2 |
* | autofill: Get rid of a static variable of string16 type as it's no longer used. | tfarina@chromium.org | 2011-08-20 | 1 | -2/+0 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -232/+21 |
* | autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy... | tfarina@chromium.org | 2011-05-09 | 1 | -29/+29 |
* | Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText() | isherman@chromium.org | 2011-03-31 | 1 | -68/+0 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-03-30 | 1 | -0/+5 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 1 | -5/+5 |
* | Autofill rename GetFieldText to GetInfo | dhollowa@chromium.org | 2011-03-17 | 1 | -3/+3 |
* | Reduce boxing and unboxing of AutofillFieldType | isherman@chromium.org | 2011-03-17 | 1 | -43/+33 |
* | Autofill extend profiles to include multi-valued fields, part 2. | dhollowa@chromium.org | 2011-03-09 | 1 | -136/+203 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -4/+4 |
* | autofill: Rename AutoFillFieldType to AutofillFieldType. | tfarina@chromium.org | 2011-03-01 | 1 | -4/+4 |
* | Fix changes from r75314 to preserve the prevailing pattern of "(expected, act... | pkasting@chromium.org | 2011-02-25 | 1 | -2/+2 |
* | Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/... | rsesek@chromium.org | 2011-02-17 | 1 | -1/+1 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -0/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 1 | -4/+31 |
* | AutoFill duplicate NAME_FULL checks. | dhollowa@chromium.org | 2010-06-16 | 1 | -21/+1 |
* | AutoFill Profiles dialog implemented according to new mocks on Mac | dhollowa@chromium.org | 2010-06-09 | 1 | -1/+21 |
* | Adjusted icons, control sizes, etc. | georgey@chromium.org | 2010-06-07 | 1 | -0/+26 |
* | AutoFill: Initiate AutoFill for all fields, not just the name field. | jhawkins@chromium.org | 2010-04-09 | 1 | -1/+2 |
* | AutoFill: Handle NAME_MIDDLE_INITIAL when setting field info. | jhawkins@chromium.org | 2010-04-07 | 1 | -1/+1 |
* | Where possible, use return-by-const-ref for accessors in AutoFill data struct... | jhawkins@chromium.org | 2010-03-03 | 1 | -13/+13 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -1/+2 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -4/+4 |
* | Implement ContactInfo, the FormGroup that stores contact information. | jhawkins@chromium.org | 2010-01-04 | 1 | -0/+357 |