| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove initial_sync_ended bits | rlarocque@chromium.org | 2012-12-12 | 2 | -20/+24 |
* | Sync: Add DeviceInfo's ChangeProcessor | rlarocque@chromium.org | 2012-11-21 | 2 | -2/+29 |
* | Remove various DoNothing functions in favor of base::DoNothing | akalin@chromium.org | 2012-11-15 | 1 | -7/+2 |
* | [Sync] Add application logic for non-nigori control types (reland) | zea@chromium.org | 2012-11-13 | 1 | -6/+8 |
* | Revert 167280 - [Sync] Add application logic for non-nigori control types. | zea@chromium.org | 2012-11-13 | 1 | -8/+6 |
* | [Sync] Add application logic for non-nigori control types. | zea@chromium.org | 2012-11-13 | 1 | -6/+8 |
* | [Sync] Introduce DataTypeDebugListener and add plumbing to the DataTypeManager | zea@chromium.org | 2012-11-08 | 1 | -1/+2 |
* | Rename ModelType/ObjectIdStateMap to InvalidationMap. | dcheng@chromium.org | 2012-10-04 | 1 | -6/+7 |
* | sync: Refactor CreateRoot() test helper function | rlarocque@chromium.org | 2012-09-24 | 1 | -0/+30 |
* | [Sync] Add keystore migration conflict support. | zea@chromium.org | 2012-09-17 | 1 | -4/+69 |
* | [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend} | akalin@chromium.org | 2012-09-07 | 1 | -24/+9 |
* | [Sync] Pass ModelTypeSet by value everywhere | akalin@chromium.org | 2012-09-01 | 1 | -2/+2 |
* | [Sync] Move keystore key handling to SyncEncryptionHandlerImpl | zea@chromium.org | 2012-08-29 | 1 | -4/+0 |
* | Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler. | dcheng@chromium.org | 2012-08-28 | 1 | -5/+5 |
* | [Sync] Refactor GetEncryptedTypes usage. | zea@chromium.org | 2012-08-24 | 1 | -0/+4 |
* | Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. | dcheng@chromium.org | 2012-08-24 | 1 | -5/+5 |
* | [Sync] Add SyncEncryptionHandler | zea@chromium.org | 2012-08-16 | 1 | -25/+8 |
* | sync: add InternalComponentsFactory::Switches to simplify passing switches to... | tim@chromium.org | 2012-08-15 | 2 | -5/+10 |
* | [Sync] Avoid unregistering object IDs on shutdown | akalin@chromium.org | 2012-08-10 | 1 | -17/+39 |
* | Revert 150990 - [Sync] Avoid unregistering object IDs on shutdown | jeremya@chromium.org | 2012-08-10 | 1 | -39/+17 |
* | [Sync] Avoid unregistering object IDs on shutdown | akalin@chromium.org | 2012-08-10 | 1 | -17/+39 |
* | Remove SyncManager::Init() return value | rlarocque@chromium.org | 2012-08-09 | 1 | -2/+1 |
* | [Sync] Address msw's comments for r149747 | akalin@chromium.org | 2012-08-04 | 1 | -4/+4 |
* | [Sync] Enable adding notifier observers from ProfileSyncService | akalin@chromium.org | 2012-08-02 | 1 | -9/+70 |
* | [Sync] Persist keystore key across restarts | zea@chromium.org | 2012-08-01 | 1 | -0/+5 |
* | Fix SyncManager initialization failure crash. | rlarocque@chromium.org | 2012-07-31 | 1 | -7/+14 |
* | [Sync] Add support for performing a GetKey on startup. | zea@chromium.org | 2012-07-31 | 2 | -2/+6 |
* | Make SyncBackendRegistrar aware of loaded data | rlarocque@chromium.org | 2012-07-30 | 2 | -7/+7 |
* | [Sync] Pass the correct set of enabled types to the sync notifier | akalin@chromium.org | 2012-07-24 | 1 | -1/+7 |
* | [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings | akalin@chromium.org | 2012-07-20 | 4 | -42/+40 |
* | sync: Remove SyncInternal | tim@chromium.org | 2012-07-20 | 1 | -4/+3 |
* | sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory. | tim@chromium.org | 2012-07-19 | 2 | -1/+61 |
* | [Sync] Refactor SyncBackendHost unit tests. | zea@chromium.org | 2012-07-18 | 1 | -0/+211 |
* | [Sync] Move ModelType and related classes to 'syncer' namespace | akalin@chromium.org | 2012-07-03 | 1 | -5/+5 |
* | [Sync] Move sync/{internal_api,syncable} into syncer namespace | akalin@chromium.org | 2012-07-02 | 1 | -2/+3 |
* | [Sync] Rename csync namespace to syncer | akalin@chromium.org | 2012-06-28 | 2 | -6/+6 |
* | sync: Create sync entry factory class for tests | rlarocque@chromium.org | 2012-06-26 | 1 | -0/+165 |
* | [Sync] Rename sync_api to csync | akalin@chromium.org | 2012-06-22 | 1 | -2/+2 |
* | [Sync] Rename browser_sync to csync in sync/ | akalin@chromium.org | 2012-06-21 | 1 | -2/+2 |
* | Split syncable.{h,cc} into several files | rlarocque@chromium.org | 2012-06-20 | 1 | -0/+1 |
* | sync: move internal_api components used by chrome/browser into internal_api/p... | tim@chromium.org | 2012-06-17 | 1 | -0/+41 |