summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-5/+0
* Autofill should reject aggregated profiles where email address is found in no...dhollowa@chromium.org2011-05-161-4/+0
* Autofill PersonalDataManager should eliminate batch updatesdhollowa@chromium.org2011-05-111-23/+19
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-3/+3
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-7/+10
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-6/+7
* Add metric for whether Autofill is enabled or disabled.isherman@chromium.org2011-04-131-6/+6
* Log Autofill credit card metrics as histogram; rename metrics from AutoFill t...isherman@chromium.org2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-5/+5
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-171-6/+18
* Get rid of native autofill dialogs.estade@chromium.org2011-03-161-6/+0
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-14/+14
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-051-1/+1
* Add UMA metric for number of autofill profilesisherman@chromium.org2011-03-011-0/+16
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-14/+1
* Add a data-driven unit test to validate autofill profile merging during aggre...isherman@chromium.org2011-02-091-0/+7
* Clean up PersonalDataManager::ImportFormData()isherman@chromium.org2011-02-041-19/+8
* Refactoring of upload, form saving, and UMA logging.dhollowa@chromium.org2011-01-201-1/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-7/+3
* Clean up PersonalDataManager code a wee bitisherman@chromium.org2010-11-241-1/+3
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-111-2/+1
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-39/+3
* Autofill deprecate unique_ids in favor of guids for DOMUIdhollowa@chromium.org2010-10-281-10/+10
* autofill: Add GetCreditCardById to PersonalDataManager.tfarina@chromium.org2010-10-261-0/+4
* autofill: Add GetProfileById function to PersonalDataManager.tfarina@chromium.org2010-10-221-0/+4
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...isherman@chromium.org2010-10-191-2/+2
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-0/+6
* DOMUI: Implement editing AutoFill addresses.jhawkins@chromium.org2010-09-011-0/+3
* DOMUI: Implement adding an AutoFill address.jhawkins@chromium.org2010-08-261-1/+3
* DOMUI: Implement the 'Remove...' button on the AutoFill page.jhawkins@chromium.org2010-08-241-0/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill Mac fails to fill Address Book card datadhollowa@chromium.org2010-07-221-2/+9
* AutoFill: Make IDs for profiles and credit cards unique among the two sets byjhawkins@chromium.org2010-07-141-0/+4
* Makes the auto fill dialogs match the mocks.sky@chromium.org2010-07-141-2/+8
* Add "save credit card info?" infobar for Autofill.avi@chromium.org2010-07-081-6/+7
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-5/+5
* AutoFill: Remove dead code.jhawkins@chromium.org2010-06-191-8/+0
* AutoFill: Don't parse hidden fields for labels. Also don't count hidden fieldsjhawkins@chromium.org2010-06-151-1/+1
* AutoFill: Remove the default profile/CC prefs.jhawkins@chromium.org2010-06-111-8/+0
* AutoFill: Make PersonalDataManager RefCountedThreadSafe.jhawkins@chromium.org2010-06-031-7/+11
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-4/+14
* Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...dhollowa@chromium.org2010-05-051-14/+4
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-4/+14
* AutoFill: Segregate profile and credit card filling.jhawkins@chromium.org2010-04-201-1/+1
* AutoFill: Handle non-unique profile labels by appending an increasing number tojhawkins@chromium.org2010-04-151-0/+7
* AutoFill credit card filling when initiated from an address fill.dhollowa@chromium.org2010-04-071-0/+8
* Changes to web database and autofill components requiredtim@chromium.org2010-04-021-5/+46
* Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le...jhawkins@chromium.org2010-03-181-1/+0
* Enable AutoFill when in incognito mode. The infobar will not be shown, but p...jhawkins@chromium.org2010-03-171-0/+1