summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_data_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Differentiate between ADD and CHANGED when adding new autofill entries.skrul@chromium.org2009-12-211-10/+2
* Bring the remove notifications up from the WebDatabase to the WebDataService.skrul@chromium.org2009-12-181-1/+6
* Fixes two related bugs:sky@chromium.org2009-12-181-6/+23
* Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween()skrul@chromium.org2009-12-171-1/+3
* Send notifications when single items are removed from autofill.skrul@chromium.org2009-12-161-10/+21
* Add details to autofill add notificationskrul@chromium.org2009-12-161-13/+28
* Add notification for autofill changes.skrul@chromium.org2009-12-071-0/+16
* Add functions to purge the Web Database memory and get the service without cr...pkasting@chromium.org2009-10-231-10/+40
* Remove some #includes where possible.pkasting@chromium.org2009-10-231-8/+6
* Break out FormFieldValues::Element into FormField, which will eventually hold...jhawkins@chromium.org2009-10-231-6/+5
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-10/+10
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-11/+11
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-2/+1
* Change GetAllLogins to GetAllBlacklistLogins.stuartmorgan@google.com2009-07-201-10/+21
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+1
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-0/+1
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-1/+1
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+24
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Porting profiles to the Mac.avi@chromium.org2009-01-281-6/+6
* Porting in chrome/browser/phajdan.jr@chromium.org2009-01-201-65/+4
* Move search code to a subdirben@chromium.org2009-01-161-1/+1
* Fie.ben@chromium.org2009-01-151-1/+1
* Move search engines files into subdirben@chromium.org2009-01-151-1/+1
* Move password manager files into a subdirben@chromium.org2009-01-151-1/+1
* New functions in WebDatabase and WebDataService for the removal of form entri...petersont@google.com2008-11-121-0/+23
* Added functions to WebDatabase and WebDataService for recording frequent entr...petersont@google.com2008-11-051-0/+55