summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_data_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Added WebIntents GetAll supportgroby@chromium.org2011-08-131-0/+24
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-7/+4
* Cleanup of code in WebDataService unittestsgroby@chromium.org2011-08-081-9/+4
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* Make WebIntents table available via WebDataServicegroby@chromium.org2011-08-031-0/+72
* Move more files from chrome/test to chrome/test/base, part #2phajdan.jr@chromium.org2011-07-291-1/+1
* 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-15/+15
* Sync: Delete Autofill profiles through [Clear saved Autofill form data] does ...dhollowa@chromium.org2011-04-131-0/+82
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-6/+6
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-21/+21
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-7/+7
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Signal events in WebDataService unit tests -- shave 24 seconds off the test r...isherman@chromium.org2011-02-251-3/+3
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-96/+42
* 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