summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes DCHECK that would get hit if webdb couldn't be opened. Thesky@chromium.org2011-04-141-3/+9
* Autofill case-insensitive merging of profilesdhollowa@chromium.org2011-04-141-1/+2
* Add metric for whether Autofill is enabled or disabled.isherman@chromium.org2011-04-131-12/+10
* Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google...dhollowa@chromium.org2011-04-131-1/+19
* Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium...siggi@chromium.org2011-04-131-19/+1
* Autofill extend profiles to include multi-valued fields, part 6 (Aggregation)dhollowa@chromium.org2011-04-131-1/+19
* Only strip separators from credit card numbers when implicitly learning or fi...isherman@chromium.org2011-04-111-0/+4
* Clean up Autofill CreditCard logicisherman@chromium.org2011-04-061-20/+10
* Log Autofill credit card metrics as histogram; rename metrics from AutoFill t...isherman@chromium.org2011-03-281-1/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-2/+2
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-9/+9
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-171-60/+156
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-26/+21
* Get rid of native autofill dialogs.estade@chromium.org2011-03-161-15/+0
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-49/+49
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-2/+2
* Revert 77296 - zea@chromium.org2011-03-081-2/+2
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-2/+2
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-23/+23
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-051-1/+1
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-3/+3
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
* Add UMA metric for number of autofill profilesisherman@chromium.org2011-03-011-1/+31
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-42/+9
* Add a data-driven unit test to validate autofill profile merging during aggre...isherman@chromium.org2011-02-091-46/+58
* Clean up PersonalDataManager::ImportFormData()isherman@chromium.org2011-02-041-64/+52
* Support autocompletion for HTMl5 tags:"email", "month" and "tel".dhollowa@chromium.org2011-02-031-2/+7
* Autofill should filter malformed emails addresses when form is submitteddhollowa@chromium.org2011-02-031-0/+15
* Autofill should filter incomplete addresses when form is submitteddhollowa@chromium.org2011-02-031-0/+14
* Refactoring of upload, form saving, and UMA logging.dhollowa@chromium.org2011-01-201-2/+2
* Autofill saves duplicate profiles and credit card info in preferencesdhollowa@chromium.org2010-12-211-25/+23
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+12
* 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