summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-154-17/+3
* Add a check to the registry before the intent infobar is shown.gbillock@chromium.org2011-11-116-10/+111
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-1/+1
* [Web Intents] Change the webdata API to reference "Services" forgbillock@chromium.org2011-11-096-62/+71
* Move the sync_guid patching from the web data service level up to the Templat...stevet@chromium.org2011-11-082-34/+1
* Added internal Protector key to official buildavayvod@chromium.org2011-11-084-7/+105
* Remove 'using' from browser_thread.h, and make things compile.joi@chromium.org2011-11-031-0/+2
* Move Autocomplete to the new syncgeorgey@chromium.org2011-11-034-3/+550
* Move BrowserThread to content namespace.joi@chromium.org2011-11-027-3/+11
* Add webkit_glue namespace. Improve some variable and test names.gbillock@chromium.org2011-11-016-126/+139
* Added histogram on successful check. Safe verificationavayvod@chromium.org2011-11-012-2/+9
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-286-14/+14
* Added Protector, hooked up DSE verification with error bubble.avayvod@chromium.org2011-10-266-41/+95
* Added histograms for default search provider protection. Removed protectionavayvod@chromium.org2011-10-262-8/+28
* Fix an Autofill crash caused by accessing the g_browser_process on the DB thr...isherman@chromium.org2011-10-222-1/+19
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-195-30/+33
* Allow migration of dbs with no DSP ID to v40avayvod@chromium.org2011-10-191-2/+4
* Backup setting for default search engineavayvod@chromium.org2011-10-196-21/+202
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-194-67/+70
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Cull the data in autofill profile, before sending it to the sync (culling alr...georgey@chromium.org2011-10-143-22/+35
* Reland r105404 with compile warning fix.zea@chromium.org2011-10-143-43/+38
* Revert 105404 - [Sync] Refactor non-frontend DTC to handle new API properly.zea@chromium.org2011-10-133-38/+43
* [Sync] Refactor non-frontend DTC to handle new API properly.zea@chromium.org2011-10-133-43/+38
* The AutofillProfileSyncableService's lifetime should be managed by the WebDat...isherman@chromium.org2011-10-125-15/+53
* Revert r105016 "The AutofillProfileSyncableService's lifetime should be manag...maruel@chromium.org2011-10-125-53/+15
* The AutofillProfileSyncableService's lifetime should be managed by the WebDat...isherman@chromium.org2011-10-125-15/+53
* Web Intents: Remove handling of NOTREACHEDs.jhawkins@chromium.org2011-10-121-17/+5
* Move the AutofillTable constructor and destructor to be out-of-lineisherman@chromium.org2011-10-122-3/+10
* Reduce dependencies for the AutofillProfileSyncableServiceisherman@chromium.org2011-10-114-35/+27
* Move AutofillProfileSyncableService out of sync/glue into webdata/isherman@chromium.org2011-10-073-0/+843
* Migrate browser/webdata/web_data_service* to base::Bind()dhollowa@chromium.org2011-09-283-149/+70
* Profile shouldn't own PersonalDataManagerdhollowa@chromium.org2011-09-232-0/+55
* Moved web_intent_service_data into webkit/gluegroby@chromium.org2011-09-222-2/+2
* Ensure that TemplateURLs created from old database entries without sync_guids...stevet@chromium.org2011-09-212-1/+34
* Rename WebIntentData for backend storage to WebIntentServiceData.gbillock@chromium.org2011-09-216-99/+107
* Autofill: Remove fax number completely.jhawkins@chromium.org2011-09-174-129/+23
* Add disposition field to intents web data.groby@chromium.org2011-09-152-28/+59
* Data race on boolean in WebDataService::WebDataRequestdhollowa@chromium.org2011-09-133-55/+65
* Revert 100757 - Data race on boolean in WebDataService::WebDataRequestdmazzoni@chromium.org2011-09-122-62/+52
* Data race on boolean in WebDataService::WebDataRequestdhollowa@chromium.org2011-09-122-52/+62
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-273-6/+3
* Return title for web_intents_table queriesgroby@chromium.org2011-08-192-14/+27
* Autofill: Check for different string sizes when comparing for equality.jhawkins@chromium.org2011-08-171-8/+1
* Autofill: Disable WebDatabaseMigrationTest.MigrateVersion32ToCurrent. While I...jhawkins@chromium.org2011-08-151-1/+8
* Added WebIntents GetAll supportgroby@chromium.org2011-08-136-6/+111
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-113-3/+3
* Web Intents: Hook up the register intent InfoBar with the WebIntentsRegistry.jhawkins@chromium.org2011-08-119-77/+88
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-092-240/+115
* Cleanup of code in WebDataService unittestsgroby@chromium.org2011-08-081-9/+4