summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_data_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-1/+1
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-1/+2
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-150/+0
* Autofill deprecate unique_ids in favor of guids for WebDataServicedhollowa@chromium.org2010-10-291-14/+243
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-0/+81
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-071-4/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Cleanup: Remove some unneeded WebKit headers.thestig@chromium.org2010-06-181-1/+0
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-1/+2
* Add integration test for autofill profiles.skrul@chromium.org2010-05-051-4/+5
* Change autofill profile notifications to use WDS as sourceskrul@chromium.org2010-05-041-6/+6
* Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes som...skrul@chromium.org2010-04-301-71/+10
* Cleanup: Order the methods in WebDataService. Rename a method to match curren...jhawkins@chromium.org2010-04-261-3/+3
* Changes to web database and autofill components requiredtim@chromium.org2010-04-021-7/+8
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-2/+1
* Hook autofill++ WebDatabase changes up to the NotificationService.tim@chromium.org2010-03-271-12/+165
* More code cleanups found by -Wextra.evan@chromium.org2010-03-091-1/+1
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-011-45/+102
* Reland r38570. The underlying bug has been fix.jhawkins@chromium.org2010-02-111-1/+6
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-101-6/+1
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...jhawkins@chromium.org2010-02-101-1/+6
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-6/+3
* Fix leak from cl 524003 (Change WDS to use the DB thread...)skrul@chromium.org2010-01-041-1/+5
* Revert 35339 - Change WDS to use the DB thread rather than its own thread.michaeln@google.com2009-12-291-5/+1
* Change WDS to use the DB thread rather than its own thread.skrul@chromium.org2009-12-291-1/+5
* Bring the remove notifications up from the WebDatabase to the WebDataService.skrul@chromium.org2009-12-181-30/+69
* Send notifications when single items are removed from autofill.skrul@chromium.org2009-12-161-8/+48
* Add details to autofill add notificationskrul@chromium.org2009-12-161-16/+49
* Add notification for autofill changes.skrul@chromium.org2009-12-071-2/+28
* Add the beginnings of a unit test for the autofill features of the WebDataSer...skrul@chromium.org2009-12-011-0/+91