| Commit message (Expand) | Author | Age | Files | Lines |
* | [sync] Extract Android-specific prod Java GYP-target to a separate file. | nyquist@chromium.org | 2013-02-20 | 1 | -0/+1 |
* | [sync] Componentize sync: Part Final: Target 'sync' is now its own component | rsimha@chromium.org | 2013-02-01 | 1 | -1007/+80 |
* | Adds a client for v2 of the notification library. | dsmyers@chromium.org | 2013-01-26 | 1 | -0/+1 |
* | Makes the necessary changes to sync.gyp as well as its dependencies (most not... | blundell@chromium.org | 2013-01-24 | 1 | -30/+5 |
* | [sync] Componentize sync: Part 7: Eliminate more filename collisions in sync.gyp | rsimha@chromium.org | 2013-01-24 | 1 | -2/+2 |
* | Use delete journal to remove bookmarks that are already deleted in sync model | haitaol@chromium.org | 2013-01-22 | 1 | -0/+2 |
* | [sync] Divorce python sync test server chromiumsync.py from testserver.py | rsimha@chromium.org | 2013-01-20 | 1 | -1/+44 |
* | [sync] Add java InvalidationController for Android. | nyquist@chromium.org | 2013-01-12 | 1 | -0/+31 |
* | Initial UniquePositions implementation | rlarocque@chromium.org | 2013-01-08 | 1 | -3/+6 |
* | [Sync] Add support for loading, updating and querying delete journals in | haitaol@chromium.org | 2013-01-05 | 1 | -0/+2 |
* | sync: Move unique_client_tag hashing code | rlarocque@chromium.org | 2012-12-21 | 1 | -0/+1 |
* | [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyp | rsimha@chromium.org | 2012-12-19 | 1 | -7/+7 |
* | [Sync] Add tests for invalid specifics field number handling | akalin@chromium.org | 2012-12-13 | 1 | -0/+1 |
* | [sync] [chromeos] Get rid of dependencies on chrome/browser from within sync/ | rsimha@chromium.org | 2012-12-07 | 1 | -10/+11 |
* | Implement features needed for local ack handling in InvalidationStateTracker. | dcheng@chromium.org | 2012-12-05 | 1 | -0/+21 |
* | Depend on stored sync session GUID for Android. | nyquist@chromium.org | 2012-12-05 | 1 | -2/+0 |
* | For iOS, exclude a unit test that crashes when coverage is turned on. | lliabraa@chromium.org | 2012-11-29 | 1 | -2/+7 |
* | Remove unregistered IDs from the invalidation state map cache. | dcheng@chromium.org | 2012-11-21 | 1 | -1/+2 |
* | Sync: Add DeviceInfo's ChangeProcessor | rlarocque@chromium.org | 2012-11-21 | 1 | -1/+3 |
* | [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test ... | rsimha@chromium.org | 2012-11-14 | 1 | -126/+160 |
* | [Sync] Add datatype controller support for tracking association stats | zea@chromium.org | 2012-11-14 | 1 | -1/+4 |
* | Bring up minimal sync and sync unittest targets on iOS. | blundell@chromium.org | 2012-11-13 | 1 | -2/+24 |
* | Implement a class to manage backoff timers for local invalidation reminders. | dcheng@chromium.org | 2012-11-09 | 1 | -0/+3 |
* | [Sync] Introduce DataTypeDebugListener and add plumbing to the DataTypeManager | zea@chromium.org | 2012-11-08 | 1 | -0/+3 |
* | sync: Follow-up to conflict resolution refactor | rlarocque@chromium.org | 2012-11-01 | 1 | -3/+2 |
* | sync: reland scheduler ownership refactoring, now with less crash | tim@chromium.org | 2012-10-30 | 1 | -0/+3 |
* | Revert 164565 - sync: make scheduling logic and job ownership more obvious. | dharani@google.com | 2012-10-29 | 1 | -3/+0 |
* | sync: make scheduling logic and job ownership more obvious. | tim@chromium.org | 2012-10-28 | 1 | -0/+3 |
* | sync: Merge apply updates and resolve conflicts | rlarocque@chromium.org | 2012-10-26 | 1 | -5/+3 |
* | sync: Merge {Verify,Process}UpdatesCommand | rlarocque@chromium.org | 2012-10-16 | 1 | -3/+0 |
* | [sync] Refactor SyncSessionSnapshot to use new ProgressMarkerMap. | mmontgomery@chromium.org | 2012-10-15 | 1 | -0/+2 |
* | Add support for coverage=1 builds on iOS | stuartmorgan@chromium.org | 2012-10-12 | 1 | -0/+9 |
* | Do not build libjingle on iOS. | msarda@chromium.org | 2012-10-08 | 1 | -4/+15 |
* | sync: Remove ConflictProgress | rlarocque@chromium.org | 2012-10-06 | 1 | -1/+0 |
* | Rename ModelType/ObjectIdStateMap to InvalidationMap. | dcheng@chromium.org | 2012-10-04 | 1 | -13/+13 |
* | Do not build sync command line tools on iOS. | msarda@chromium.org | 2012-09-25 | 1 | -38/+41 |
* | [Sync] Add keystore encryption info to about:sync | zea@chromium.org | 2012-09-19 | 1 | -0/+1 |
* | sync: add Google API Key to all ClientToServerMessages. | tim@chromium.org | 2012-09-17 | 1 | -0/+1 |
* | Remove {base,net}_java dependencies from GYP client targets on Android. | pliard@chromium.org | 2012-09-10 | 1 | -1/+0 |
* | [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend} | akalin@chromium.org | 2012-09-07 | 1 | -3/+5 |
* | [Sync] Generalize StringOrdinal to handle ordinal_in_parent field | akalin@chromium.org | 2012-09-07 | 1 | -0/+6 |
* | [Sync] Rename classes in sync/ that start with Chrome | akalin@chromium.org | 2012-09-06 | 1 | -6/+6 |
* | [Sync] Rework Invalidator-related unit tests | akalin@chromium.org | 2012-08-31 | 1 | -4/+5 |
* | sync: Introduce control data types | rlarocque@chromium.org | 2012-08-31 | 1 | -2/+7 |
* | Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler. | dcheng@chromium.org | 2012-08-28 | 1 | -18/+18 |
* | [Sync] Use fakes for SyncNotifier{,Observer} instead of mocks | akalin@chromium.org | 2012-08-24 | 1 | -2/+4 |
* | Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. | dcheng@chromium.org | 2012-08-24 | 1 | -5/+12 |
* | [Sync] Add SyncEncryptionHandler | zea@chromium.org | 2012-08-16 | 1 | -0/+12 |
* | sync: add InternalComponentsFactory::Switches to simplify passing switches to... | tim@chromium.org | 2012-08-15 | 1 | -0/+3 |
* | [Sync] Avoid unregistering object IDs on shutdown | akalin@chromium.org | 2012-08-10 | 1 | -3/+3 |