| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |