summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix pyauto autofill flakiness when submitting profile info via webpage forms.dennisjeffrey@chromium.org2011-08-241-1/+7
* autofill: Refactor PersonalDataManager::Observer into its own header file.tfarina@chromium.org2011-08-081-6/+5
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-66/+19
* Don't learn credit cards for Autofill if they are missing any data.isherman@chromium.org2011-07-221-7/+1
* Cache Autofill heuristics regexesisherman@chromium.org2011-06-021-3/+3
* Autofill should use unicode/regex.h instead of WebKit::WebRegularExpressiondhollowa@chromium.org2011-05-281-10/+4
* Autofill phone number enhancements and integration of Phone Number Util Libra...georgey@chromium.org2011-05-231-45/+39
* Autofill should reject aggregated profiles where email address is found in no...dhollowa@chromium.org2011-05-161-24/+37
* Autofill PersonalDataManager should eliminate batch updatesdhollowa@chromium.org2011-05-111-160/+190
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-12/+11
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-7/+22
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-87/+84
* Autofill Multi-Value: Additional profiles with same name and address not adde...dhollowa@chromium.org2011-04-281-15/+25
* 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