| Commit message (Expand) | Author | Age | Files | Lines |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 6 | -14/+14 |
* | Added Protector, hooked up DSE verification with error bubble. | avayvod@chromium.org | 2011-10-26 | 6 | -41/+95 |
* | Added histograms for default search provider protection. Removed protection | avayvod@chromium.org | 2011-10-26 | 2 | -8/+28 |
* | Fix an Autofill crash caused by accessing the g_browser_process on the DB thr... | isherman@chromium.org | 2011-10-22 | 2 | -1/+19 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 5 | -30/+33 |
* | Allow migration of dbs with no DSP ID to v40 | avayvod@chromium.org | 2011-10-19 | 1 | -2/+4 |
* | Backup setting for default search engine | avayvod@chromium.org | 2011-10-19 | 6 | -21/+202 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 4 | -67/+70 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Cull the data in autofill profile, before sending it to the sync (culling alr... | georgey@chromium.org | 2011-10-14 | 3 | -22/+35 |
* | Reland r105404 with compile warning fix. | zea@chromium.org | 2011-10-14 | 3 | -43/+38 |
* | Revert 105404 - [Sync] Refactor non-frontend DTC to handle new API properly. | zea@chromium.org | 2011-10-13 | 3 | -38/+43 |
* | [Sync] Refactor non-frontend DTC to handle new API properly. | zea@chromium.org | 2011-10-13 | 3 | -43/+38 |
* | The AutofillProfileSyncableService's lifetime should be managed by the WebDat... | isherman@chromium.org | 2011-10-12 | 5 | -15/+53 |
* | Revert r105016 "The AutofillProfileSyncableService's lifetime should be manag... | maruel@chromium.org | 2011-10-12 | 5 | -53/+15 |
* | The AutofillProfileSyncableService's lifetime should be managed by the WebDat... | isherman@chromium.org | 2011-10-12 | 5 | -15/+53 |
* | Web Intents: Remove handling of NOTREACHEDs. | jhawkins@chromium.org | 2011-10-12 | 1 | -17/+5 |
* | Move the AutofillTable constructor and destructor to be out-of-line | isherman@chromium.org | 2011-10-12 | 2 | -3/+10 |
* | Reduce dependencies for the AutofillProfileSyncableService | isherman@chromium.org | 2011-10-11 | 4 | -35/+27 |
* | Move AutofillProfileSyncableService out of sync/glue into webdata/ | isherman@chromium.org | 2011-10-07 | 3 | -0/+843 |
* | Migrate browser/webdata/web_data_service* to base::Bind() | dhollowa@chromium.org | 2011-09-28 | 3 | -149/+70 |
* | Profile shouldn't own PersonalDataManager | dhollowa@chromium.org | 2011-09-23 | 2 | -0/+55 |
* | Moved web_intent_service_data into webkit/glue | groby@chromium.org | 2011-09-22 | 2 | -2/+2 |
* | Ensure that TemplateURLs created from old database entries without sync_guids... | stevet@chromium.org | 2011-09-21 | 2 | -1/+34 |
* | Rename WebIntentData for backend storage to WebIntentServiceData. | gbillock@chromium.org | 2011-09-21 | 6 | -99/+107 |
* | Autofill: Remove fax number completely. | jhawkins@chromium.org | 2011-09-17 | 4 | -129/+23 |
* | Add disposition field to intents web data. | groby@chromium.org | 2011-09-15 | 2 | -28/+59 |
* | Data race on boolean in WebDataService::WebDataRequest | dhollowa@chromium.org | 2011-09-13 | 3 | -55/+65 |
* | Revert 100757 - Data race on boolean in WebDataService::WebDataRequest | dmazzoni@chromium.org | 2011-09-12 | 2 | -62/+52 |
* | Data race on boolean in WebDataService::WebDataRequest | dhollowa@chromium.org | 2011-09-12 | 2 | -52/+62 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 3 | -6/+3 |
* | Return title for web_intents_table queries | groby@chromium.org | 2011-08-19 | 2 | -14/+27 |
* | Autofill: Check for different string sizes when comparing for equality. | jhawkins@chromium.org | 2011-08-17 | 1 | -8/+1 |
* | Autofill: Disable WebDatabaseMigrationTest.MigrateVersion32ToCurrent. While I... | jhawkins@chromium.org | 2011-08-15 | 1 | -1/+8 |
* | Added WebIntents GetAll support | groby@chromium.org | 2011-08-13 | 6 | -6/+111 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 3 | -3/+3 |
* | Web Intents: Hook up the register intent InfoBar with the WebIntentsRegistry. | jhawkins@chromium.org | 2011-08-11 | 9 | -77/+88 |
* | Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:... | isherman@chromium.org | 2011-08-09 | 2 | -240/+115 |
* | Cleanup of code in WebDataService unittests | groby@chromium.org | 2011-08-08 | 1 | -9/+4 |
* | Initial version of web intents registry | groby@chromium.org | 2011-08-06 | 1 | -9/+2 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 3 | -3/+6 |
* | Make WebIntents table available via WebDataService | groby@chromium.org | 2011-08-03 | 3 | -1/+181 |
* | Move more files from chrome/test to chrome/test/base, part #2 | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Include-what-you-use - web_database.h does not include headers for every sing... | groby@chromium.org | 2011-07-29 | 9 | -6/+24 |
* | First implementation of web intents table. | groby@chromium.org | 2011-07-27 | 5 | -1/+269 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -1/+1 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -4/+2 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 3 | -3/+3 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 12 | -18/+18 |