| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -5/+0 |
* | Autofill should reject aggregated profiles where email address is found in no... | dhollowa@chromium.org | 2011-05-16 | 1 | -4/+0 |
* | Autofill PersonalDataManager should eliminate batch updates | dhollowa@chromium.org | 2011-05-11 | 1 | -23/+19 |
* | autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy... | tfarina@chromium.org | 2011-05-09 | 1 | -3/+3 |
* | Set datapresent string to contain precisely those field types available in st... | isherman@chromium.org | 2011-05-06 | 1 | -7/+10 |
* | Refactor Autofill parsing code. Most notably, add a helper class for parsing... | isherman@chromium.org | 2011-05-05 | 1 | -6/+7 |
* | Add metric for whether Autofill is enabled or disabled. | isherman@chromium.org | 2011-04-13 | 1 | -6/+6 |
* | Log Autofill credit card metrics as histogram; rename metrics from AutoFill t... | isherman@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 1 | -5/+5 |
* | Autofill database migration to clean up bogus profiles. | dhollowa@chromium.org | 2011-03-17 | 1 | -6/+18 |
* | Get rid of native autofill dialogs. | estade@chromium.org | 2011-03-16 | 1 | -6/+0 |
* | autofill: Rename AutoFillProfile to AutofillProfile. | tfarina@chromium.org | 2011-03-10 | 1 | -14/+14 |
* | autofill: Rename AutoFillManager to AutofillManager. | tfarina@chromium.org | 2011-03-05 | 1 | -1/+1 |
* | Add UMA metric for number of autofill profiles | isherman@chromium.org | 2011-03-01 | 1 | -0/+16 |
* | Autofill cleanup of labels | dhollowa@chromium.org | 2011-02-15 | 1 | -14/+1 |
* | Add a data-driven unit test to validate autofill profile merging during aggre... | isherman@chromium.org | 2011-02-09 | 1 | -0/+7 |
* | Clean up PersonalDataManager::ImportFormData() | isherman@chromium.org | 2011-02-04 | 1 | -19/+8 |
* | Refactoring of upload, form saving, and UMA logging. | dhollowa@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -7/+3 |
* | Clean up PersonalDataManager code a wee bit | isherman@chromium.org | 2010-11-24 | 1 | -1/+3 |
* | Autofill form submission creates wrong credit cards. | dhollowa@chromium.org | 2010-11-11 | 1 | -2/+1 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 1 | -39/+3 |
* | Autofill deprecate unique_ids in favor of guids for DOMUI | dhollowa@chromium.org | 2010-10-28 | 1 | -10/+10 |
* | autofill: Add GetCreditCardById to PersonalDataManager. | tfarina@chromium.org | 2010-10-26 | 1 | -0/+4 |
* | autofill: Add GetProfileById function to PersonalDataManager. | tfarina@chromium.org | 2010-10-22 | 1 | -0/+4 |
* | Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat... | isherman@chromium.org | 2010-10-19 | 1 | -2/+2 |
* | DOMUI: Implement adding and editing credit cards in the AutoFill page. | jhawkins@chromium.org | 2010-09-13 | 1 | -0/+6 |
* | DOMUI: Implement editing AutoFill addresses. | jhawkins@chromium.org | 2010-09-01 | 1 | -0/+3 |
* | DOMUI: Implement adding an AutoFill address. | jhawkins@chromium.org | 2010-08-26 | 1 | -1/+3 |
* | DOMUI: Implement the 'Remove...' button on the AutoFill page. | jhawkins@chromium.org | 2010-08-24 | 1 | -0/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | AutoFill Mac fails to fill Address Book card data | dhollowa@chromium.org | 2010-07-22 | 1 | -2/+9 |
* | AutoFill: Make IDs for profiles and credit cards unique among the two sets by | jhawkins@chromium.org | 2010-07-14 | 1 | -0/+4 |
* | Makes the auto fill dialogs match the mocks. | sky@chromium.org | 2010-07-14 | 1 | -2/+8 |
* | Add "save credit card info?" infobar for Autofill. | avi@chromium.org | 2010-07-08 | 1 | -6/+7 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 1 | -5/+5 |
* | AutoFill: Remove dead code. | jhawkins@chromium.org | 2010-06-19 | 1 | -8/+0 |
* | AutoFill: Don't parse hidden fields for labels. Also don't count hidden fields | jhawkins@chromium.org | 2010-06-15 | 1 | -1/+1 |
* | AutoFill: Remove the default profile/CC prefs. | jhawkins@chromium.org | 2010-06-11 | 1 | -8/+0 |
* | AutoFill: Make PersonalDataManager RefCountedThreadSafe. | jhawkins@chromium.org | 2010-06-03 | 1 | -7/+11 |
* | AutoFill profile shouldn't be saved when cancelled during initial setup. | dhollowa@chromium.org | 2010-05-05 | 1 | -4/+14 |
* | Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init... | dhollowa@chromium.org | 2010-05-05 | 1 | -14/+4 |
* | AutoFill profile shouldn't be saved when cancelled during initial setup. | dhollowa@chromium.org | 2010-05-05 | 1 | -4/+14 |
* | AutoFill: Segregate profile and credit card filling. | jhawkins@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | AutoFill: Handle non-unique profile labels by appending an increasing number to | jhawkins@chromium.org | 2010-04-15 | 1 | -0/+7 |
* | AutoFill credit card filling when initiated from an address fill. | dhollowa@chromium.org | 2010-04-07 | 1 | -0/+8 |
* | Changes to web database and autofill components required | tim@chromium.org | 2010-04-02 | 1 | -5/+46 |
* | Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le... | jhawkins@chromium.org | 2010-03-18 | 1 | -1/+0 |
* | Enable AutoFill when in incognito mode. The infobar will not be shown, but p... | jhawkins@chromium.org | 2010-03-17 | 1 | -0/+1 |