summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/personal_data_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-972/+0
* Move Autofill-specific switches and pref names into files within the component.joi@chromium.org2013-03-081-1/+1
* Remove sync dependency from PersonalDataManager.joi@chromium.org2013-03-061-55/+0
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-2/+3
* PersonalDataManager stop depending on ProfileKeyedServicekaiwang@chromium.org2013-03-011-34/+28
* [autofill] Move validation functions to proper file.groby@chromium.org2013-02-261-18/+5
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-161-3/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Allow multiple observers of autofill::PersonalDataManager.estade@chromium.org2013-02-071-4/+1
* handle credit card autofill popups in autofill dialogestade@chromium.org2013-01-121-14/+14
* requestAutocomplete: mark textfields as invalid when user tries to submit wit...estade@chromium.org2013-01-111-0/+38
* [Autofill] Ensure that clients pass the correct region info when parsing phon...isherman@chromium.org2013-01-101-2/+1
* Cleanup: Remove more unneeded browser_thread.h includes.thestig@chromium.org2013-01-041-1/+0
* use autofill popup to suggest autofill data in RequestAutocomplete dialog.estade@chromium.org2012-12-211-0/+81
* [Autofill] Rename {Get,Set}CanonicalizedInfo() to {Get,Set}Info(), and pass i...isherman@chromium.org2012-12-051-8/+13
* Real autofill crash fix.estade@chromium.org2012-11-291-20/+18
* [Autofill] Clean up some variable names.isherman@chromium.org2012-11-281-10/+10
* retry r168247: more autofill refactoringestade@chromium.org2012-11-161-25/+11
* Revert 168247 - more autofill refactoringsreeram@chromium.org2012-11-161-11/+25
* more autofill refactoringestade@chromium.org2012-11-161-25/+11
* Refactor autofill code somewhat.estade@chromium.org2012-11-131-2/+2
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-7/+7
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* add some missing includes of <functional> to fix compilation on VS2012scottmg@chromium.org2012-10-101-0/+1
* [Autofill] Remove client-side culling for old autocomplete entries.isherman@chromium.org2012-10-091-15/+0
* Switching from ForXyz naming to FromXyz naming, for consistency.joi@chromium.org2012-09-221-22/+22
* Extract abstract base to API directory for ProfileSyncService.joi@chromium.org2012-09-191-13/+10
* Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile.joi@chromium.org2012-09-131-40/+46
* Introduce a couple of abstract bases for WebDataService.joi@chromium.org2012-09-131-79/+78
* Extract PrefServiceBase into chrome/browser/api. Use in api and autofill.joi@chromium.org2012-08-211-5/+9
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-4/+4
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* Taking over issue 10006037.rlp@chromium.org2012-05-141-42/+53
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-111-53/+42
* Taking over issue 10006037.rlp@chromium.org2012-05-111-42/+53
* Add probability of culling if sync is enabled to https://chromiumcodereview.a...georgey@chromium.org2012-04-051-0/+14
* Revert 129097 - Cull autofill entries older than 60 days.isherman@chromium.org2012-03-271-14/+0
* Cull autofill entries older than 60 days.georgey@chromium.org2012-03-271-0/+14
* Remove a bunch of GetProfileSyncService callers to use the new factory.tim@chromium.org2012-01-271-2/+5
* Toward an android build of sync_unit_tests: OWNERS=dhollowajrg@chromium.org2012-01-271-2/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-7/+9
* Move a bunch of non-shared methods out of the FormGroup class.isherman@chromium.org2011-10-051-31/+6
* Don't show the "Save credit card for Autofill?" infobar unnecessarily.isherman@chromium.org2011-10-041-23/+24
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-231-0/+30
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-171-20/+6
* 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