| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,... | georgey@chromium.org | 2012-01-23 | 1 | -7/+1 |
* | Added multi-valued field sync to Autofill (client) (Issue: Autofill profiles ... | georgey@chromium.org | 2012-01-07 | 1 | -2/+3 |
* | Move a bunch of non-shared methods out of the FormGroup class. | isherman@chromium.org | 2011-10-05 | 1 | -1/+5 |
* | autofill: Include iosfwd in some header files. | tfarina@chromium.org | 2011-10-02 | 1 | -1/+2 |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 1 | -6/+3 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -11/+16 |
* | Autofill phone number enhancements and integration of Phone Number Util Libra... | georgey@chromium.org | 2011-05-23 | 1 | -2/+16 |
* | autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy... | tfarina@chromium.org | 2011-05-09 | 1 | -3/+3 |
* | Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google... | dhollowa@chromium.org | 2011-04-13 | 1 | -0/+7 |
* | Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium... | siggi@chromium.org | 2011-04-13 | 1 | -7/+0 |
* | Autofill extend profiles to include multi-valued fields, part 6 (Aggregation) | dhollowa@chromium.org | 2011-04-13 | 1 | -0/+7 |
* | Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText() | isherman@chromium.org | 2011-03-31 | 1 | -6/+0 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-03-30 | 1 | -1/+5 |
* | Autofill extend profiles to include multi-valued fields, part 3. | dhollowa@chromium.org | 2011-03-28 | 1 | -10/+20 |
* | 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/+3 |
* | autofill: Rename AutoFillProfile to AutofillProfile. | tfarina@chromium.org | 2011-03-10 | 1 | -16/+16 |
* | Autofill extend profiles to include multi-valued fields, part 2. | dhollowa@chromium.org | 2011-03-09 | 1 | -14/+25 |
* | Autofill profile cleanup. Encapsulation and labels. | dhollowa@chromium.org | 2011-03-07 | 1 | -9/+6 |
* | autofill: Rename AutoFillType to AutofillType. | tfarina@chromium.org | 2011-03-07 | 1 | -3/+3 |
* | autofill: Rename AutoFillFieldType to AutofillFieldType. | tfarina@chromium.org | 2011-03-01 | 1 | -4/+4 |
* | Autofill i18n: Set postal code and state field labels based on the selected c... | isherman@chromium.org | 2011-02-25 | 1 | -1/+4 |
* | Autofill cleanup of labels | dhollowa@chromium.org | 2011-02-15 | 1 | -2/+3 |
* | Refactor and decompose AutoFillProfile::CreateInferredLabels() | isherman@chromium.org | 2010-12-18 | 1 | -3/+19 |
* | Remove unused function AutoFillProfile::GetHomeAddress() | isherman@chromium.org | 2010-12-18 | 1 | -2/+0 |
* | Clean up AutoFillProfile::CreateInferredLabels() | isherman@chromium.org | 2010-12-17 | 1 | -5/+2 |
* | Decompose and clean up code for determining which fields to draw from for Aut... | isherman@chromium.org | 2010-12-16 | 1 | -7/+9 |
* | Autofill form submission creates wrong addresses. | dhollowa@chromium.org | 2010-11-11 | 1 | -0/+5 |
* | Fix for Autofill popup labels should reflect the contents of the HTML form | georgey@chromium.org | 2010-11-05 | 1 | -2/+4 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 1 | -9/+0 |
* | Autofill deprecate unique_ids in favor of guids for Mac UI | dhollowa@chromium.org | 2010-10-27 | 1 | -2/+3 |
* | Never allow empty preview entries. As some data is always present (we drop co... | georgey@chromium.org | 2010-10-25 | 1 | -10/+3 |
* | This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro... | dhollowa@chromium.org | 2010-10-20 | 1 | -2/+23 |
* | 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 Empty profiles should not be saved from AutoFillDialog Add and Edit ... | dhollowa@chromium.org | 2010-07-21 | 1 | -0/+4 |
* | Added inferred labels implementation. Label inferred from the person name + d... | georgey@chromium.org | 2010-07-17 | 1 | -0/+31 |
* | AutoFill: Save the imported credit card data in response to the CC InfoBar. | jhawkins@chromium.org | 2010-07-12 | 1 | -12/+1 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 1 | -0/+12 |
* | AutoFill: Remove a TODO and update a comment. | jhawkins@chromium.org | 2010-06-19 | 1 | -2/+1 |
* | AutoFill filling billing address and company name from profile. | dhollowa@chromium.org | 2010-05-14 | 1 | -10/+0 |
* | Where possible, use return-by-const-ref for accessors in AutoFill data struct... | jhawkins@chromium.org | 2010-03-03 | 1 | -1/+1 |
* | Adding summary string generation for the AutoFill feature. | dhollowa@chromium.org | 2010-02-13 | 1 | -0/+10 |
* | Autofill dialog for the Mac. This is UI only at this point. The UI is not h... | dhollowa@chromium.org | 2010-02-12 | 1 | -0/+1 |
* | Implement adding, updating and removing credit cards from the web database th... | jhawkins@chromium.org | 2010-01-25 | 1 | -3/+3 |
* | Add the ability to save and remove AutoFill profiles from the AutoFillDialog. | jhawkins@chromium.org | 2010-01-24 | 1 | -0/+4 |
* | Implement initial support for saving and loading AutoFill profiles to the WebDB. | jhawkins@chromium.org | 2010-01-20 | 1 | -5/+8 |
* | Added public copy constructor to AutoFillProfile to allow it to be used in st... | georgey@chromium.org | 2010-01-19 | 1 | -5/+6 |
* | Implement AutoFillProfile, a collection of form groups that stores profile in... | jhawkins@chromium.org | 2010-01-07 | 1 | -0/+74 |