summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_data_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Make WebIntents table available via WebDataServicegroby@chromium.org2011-08-031-0/+80
* Include-what-you-use - web_database.h does not include headers for every sing...groby@chromium.org2011-07-291-0/+5
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-17/+17
* Converts WebDataService::GenericRequest to return objects by referencesky@chromium.org2011-06-281-37/+34
* Moves responsibility for showing profile error dialog out of Browsersky@chromium.org2011-04-141-5/+4
* Sync: Delete Autofill profiles through [Clear saved Autofill form data] does ...dhollowa@chromium.org2011-04-131-1/+24
* Split out the rest of the tables within WebDatabase.andybons@chromium.org2011-04-011-18/+22
* Split out Keywords and Autofill logic from WebDatabase.andybons@chromium.org2011-03-301-29/+36
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-1/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-2/+2
* Autofill database migration to clean up bogus profiles.dhollowa@chromium.org2011-03-171-0/+61
* Some minor sync cleanup and aftermath. Mostly just removing unused headers an...andybons@chromium.org2011-03-151-0/+1
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-39/+39
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-4/+4
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-81/+42
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Revert 65329 - Revert 65272 - Autofill heapcheck and valgrind leak in Persona...jar@chromium.org2010-11-071-0/+2
* Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager un...jar@chromium.org2010-11-071-2/+0
* Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixeddhollowa@chromium.org2010-11-051-0/+2
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-227/+20
* Autofill deprecate unique_ids in favor of guids for WebDataServicedhollowa@chromium.org2010-10-291-61/+255
* FBTF: Even more deinlining.erg@google.com2010-10-201-3/+8
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-7/+83
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...isherman@chromium.org2010-10-191-0/+31
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-071-4/+4
* Change NOTREACHED() to LOG(ERROR) when we cannot initializewtc@chromium.org2010-09-241-2/+2
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-10/+11
* Address feedback regarding r57641.levin@chromium.org2010-08-271-10/+4
* Need to ensure that the autogenerated keyword is generated on the UI thread.levin@chromium.org2010-08-271-0/+12
* Spelling correction: "nonexistant" -> "nonexistent".viettrungluu@chromium.org2010-08-221-2/+2
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-181-0/+7
* Add token serialization to token_service.chron@chromium.org2010-08-121-0/+83
* AutoFill Prefs dialog on Mac should list derived labels for profiles, not sum...dhollowa@chromium.org2010-07-191-1/+3
* Change autofill profile notifications to use WDS as sourceskrul@chromium.org2010-05-041-7/+7
* Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes som...skrul@chromium.org2010-04-301-3/+4
* Cleanup: Order the methods in WebDataService. Rename a method to match curren...jhawkins@chromium.org2010-04-261-284/+296
* Fix memory leak for autofil profiles and credit cards.georgey@chromium.org2010-04-221-0/+20
* Fix AutoFillProfile leaks in WebDataService.tim@chromium.org2010-04-021-9/+14
* Changes to web database and autofill components requiredtim@chromium.org2010-04-021-25/+46
* Hook autofill++ WebDatabase changes up to the NotificationService.tim@chromium.org2010-03-271-0/+42
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-011-16/+33
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-18/+83
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-7/+42
* Hook up AutoFill profile DB handling in WebDataService.jhawkins@chromium.org2010-01-201-0/+93
* Fix leak from cl 524003 (Change WDS to use the DB thread...)skrul@chromium.org2010-01-041-37/+8
* Revert 35339 - Change WDS to use the DB thread rather than its own thread.michaeln@google.com2009-12-291-8/+37
* Change WDS to use the DB thread rather than its own thread.skrul@chromium.org2009-12-291-37/+8