| Commit message (Expand) | Author | Age | Files | Lines |
* | Move files from c/b/a/bookmarks and c/b/a/sync back to c/b | kaiwang@chromium.org | 2013-03-20 | 1 | -1/+1 |
* | Extract abstract base to API directory for ProfileSyncService. | joi@chromium.org | 2012-09-19 | 1 | -1/+1 |
* | Remove #pragma once from chrome/browser/sync | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser. | thestig@chromium.org | 2012-05-14 | 1 | -2/+1 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-20 | 1 | -20/+0 |
* | Reverting to green up the memory waterfall. | jhawkins@chromium.org | 2012-02-19 | 1 | -0/+20 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-17 | 1 | -20/+0 |
* | Hide the process of instantiating NotificationServiceImpl from embedders. | tfarina@chromium.org | 2011-12-14 | 1 | -2/+2 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -1/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -5/+6 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -4/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -4/+4 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Another big out-of-lining of test code. Hits a lot of gmock objects | erg@google.com | 2011-02-08 | 1 | -68/+20 |
* | [Sync] Refactored ProfileSyncService and remove its backend() function | akalin@chromium.org | 2011-01-24 | 1 | -79/+1 |
* | [Sync] Tidy up SyncBackendHost interface. | akalin@chromium.org | 2011-01-19 | 1 | -6/+1 |
* | Turn password sync on by default. | johnnyg@chromium.org | 2011-01-15 | 1 | -2/+33 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Cleanup: Remove unneeded profile.h usage in headers. | thestig@chromium.org | 2010-12-10 | 1 | -3/+2 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Revert 63447 - sync: enable password sync by default. | tim@chromium.org | 2010-11-04 | 1 | -30/+2 |
* | sync: enable password sync by default. | tim@chromium.org | 2010-10-21 | 1 | -2/+30 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part5: | tfarina@chromium.org | 2010-10-08 | 1 | -4/+4 |
* | Adding the sync-notification-host command line parameter to the integration t... | rsimha@chromium.org | 2010-09-08 | 1 | -1/+0 |
* | Revert 58768 - Adding the sync-notification-host command line parameter to th... | rsimha@chromium.org | 2010-09-07 | 1 | -0/+1 |
* | Adding the sync-notification-host command line parameter to the integration t... | rsimha@chromium.org | 2010-09-07 | 1 | -1/+0 |
* | Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ... | viettrungluu@chromium.org | 2010-08-30 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix sync startup ordering to make sense and be less broken (though not perfec... | tim@chromium.org | 2010-07-07 | 1 | -9/+0 |
* | sync: Add location info to unrecoverable errors, and remove the Unrecoverable... | tim@chromium.org | 2010-06-08 | 1 | -11/+6 |
* | Folded TestingProfileSyncService class into TestProfileSyncService. | akalin@chromium.org | 2010-05-13 | 1 | -29/+0 |
* | Revert 46996 - Removed redundant TestingProfileSyncService class. | akalin@chromium.org | 2010-05-12 | 1 | -0/+29 |
* | Removed redundant TestingProfileSyncService class. | akalin@chromium.org | 2010-05-12 | 1 | -29/+0 |
* | Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes som... | skrul@chromium.org | 2010-04-30 | 1 | -5/+16 |
* | Combine similar code from sync unit tests and add additional unit tests for t... | zork@chromium.org | 2010-03-19 | 1 | -0/+117 |
* | Pause the sync thread while starting data types. | skrul@chromium.org | 2010-03-17 | 1 | -3/+13 |
* | Add tests to the ProfileSyncServiceAutofillTest for association merge. | skrul@chromium.org | 2010-03-09 | 1 | -0/+7 |
* | Improve autofill unit test | skrul@chromium.org | 2010-03-03 | 1 | -6/+0 |
* | Make DTCs implement the UnrecoverableErrorHandler interface so they can be | albertb@chromium.org | 2010-03-03 | 1 | -2/+5 |
* | Unit test for autofill sync. | skrul@chromium.org | 2010-03-02 | 1 | -0/+12 |
* | Un-reverting 33964 - turns out the problem here was that I used DCHECKs with ... | skrul@chromium.org | 2010-02-26 | 1 | -33/+7 |
* | Revert 39964 - Move data type start/stop management into DataTypeManager | chron@chromium.org | 2010-02-25 | 1 | -7/+33 |
* | Move data type start/stop management into DataTypeManager | skrul@chromium.org | 2010-02-25 | 1 | -33/+7 |
* | Refactored parts of the PSS unit tests to allow for preference sync to be tes... | albertb@google.com | 2010-02-22 | 1 | -0/+103 |