summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* AutoFill: Load the imported form data into the AutoFill dialog when the user ...jhawkins@chromium.org2010-03-161-0/+4
* AutoFill Mac Address Book "me" card data translation.dhollowa@chromium.org2010-03-091-6/+18
* AutoFill Mac preference for enabling Address Book "me" card usage.dhollowa@chromium.org2010-03-061-2/+1
* AutoFill phone number parser changes.dhollowa@chromium.org2010-03-041-10/+0
* Dialog showed now only if profiles are loaded - if not it waits until they are.georgey@chromium.org2010-02-101-2/+2
* Finished all windows functionality for autofill dialoggeorgey@chromium.org2010-01-291-1/+8
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-11/+40
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-7/+69
* Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u...jhawkins@chromium.org2010-01-081-0/+48
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-3/+10
* Add a stub implementation of PersonalDataManager, the connection between the ...jhawkins@chromium.org2009-11-061-0/+36