summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Include auxiliary profiles when crowdsourcing autofill data.isherman@chromium.org2010-12-101-3/+4
* A bit of STL-ified cleanup in the PersonalDataManager codeisherman@chromium.org2010-12-041-49/+23
* Move:ben@chromium.org2010-12-021-1/+1
* Autofill: Be more selective when importing autofill data.isherman@chromium.org2010-11-241-12/+14
* Clean up PersonalDataManager code a wee bitisherman@chromium.org2010-11-241-23/+12
* Autofill: correctly save phone numbers split across multiple fieldsisherman@chromium.org2010-11-231-16/+33
* Infobar shouldn't be prompted when we don't modify the Credit Card data that'...dhollowa@chromium.org2010-11-181-0/+12
* Autofill form submission creates wrong addresses.dhollowa@chromium.org2010-11-111-20/+36
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-111-5/+13
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-151/+91
* AutoFill: Adjust the profile labels when updating a specific profile.jhawkins@chromium.org2010-10-291-0/+3
* Autofill deprecate unique_ids in favor of guids for DOMUIdhollowa@chromium.org2010-10-281-27/+27
* autofill: Add GetCreditCardById to PersonalDataManager.tfarina@chromium.org2010-10-261-0/+9
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-0/+4
* autofill: Add GetProfileById function to PersonalDataManager.tfarina@chromium.org2010-10-221-0/+9
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...isherman@chromium.org2010-10-191-0/+3
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Release unique_ids_lock_ in Autofill PDM in case observers need to acquire it.isherman@chromium.org2010-10-091-2/+18
* Rename ChromeThread to BrowserThread Part 1:tfarina@chromium.org2010-10-051-1/+1
* AutoFill schema changes break AutoFill syncingdhollowa@chromium.org2010-09-221-0/+14
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-0/+30
* DOMUI: Implement editing AutoFill addresses.jhawkins@chromium.org2010-09-011-0/+19
* DOMUI: Implement adding an AutoFill address.jhawkins@chromium.org2010-08-261-61/+39
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* DOMUI: Implement the 'Remove...' button on the AutoFill page.jhawkins@chromium.org2010-08-241-1/+55
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+3
* Fixes bug where PersonalDataManager wasn't setting unique_ids_ onsky@chromium.org2010-07-241-0/+2
* AutoFill Mac fails to fill Address Book card datadhollowa@chromium.org2010-07-221-14/+7
* AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...dhollowa@chromium.org2010-07-211-14/+4
* Generate properly unique IDs for autofill items originating from sync.nick@chromium.org2010-07-211-1/+3
* AutoFill: Make IDs for profiles and credit cards unique among the two sets byjhawkins@chromium.org2010-07-141-2/+14
* Makes the auto fill dialogs match the mocks.sky@chromium.org2010-07-141-29/+10
* AutoFill: Save the imported credit card data in response to the CC InfoBar.jhawkins@chromium.org2010-07-121-2/+37
* AutoFill Empty profiles and credit cards should not be saveddhollowa@chromium.org2010-07-121-0/+23
* Revert 51903 - AutoFill Empty profiles and credit cards should not be saveddhollowa@chromium.org2010-07-081-23/+0
* Add "save credit card info?" infobar for Autofill.avi@chromium.org2010-07-081-0/+7
* AutoFill Empty profiles and credit cards should not be saveddhollowa@chromium.org2010-07-081-0/+23
* AutoFill auxiliary profiles should be off on non-Mac platforms.dhollowa@chromium.org2010-07-031-0/+6
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-23/+59
* AutoFill: Remove dead code.jhawkins@chromium.org2010-06-191-14/+0
* AutoFill: Remove the default profile/CC prefs.jhawkins@chromium.org2010-06-111-52/+0
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-3/+0
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-0/+16
* Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...dhollowa@chromium.org2010-05-051-16/+0
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-0/+16
* AutoFill: Segregate profile and credit card filling.jhawkins@chromium.org2010-04-201-1/+6
* AutoFill: Handle non-unique profile labels by appending an increasing number tojhawkins@chromium.org2010-04-151-11/+59
* Fix for autofill profile setup through infobar where the "imported" profile w...tim@chromium.org2010-04-091-2/+1
* AutoFill credit card filling when initiated from an address fill.dhollowa@chromium.org2010-04-071-0/+53
* Changes to web database and autofill components requiredtim@chromium.org2010-04-021-4/+37