| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Fix long bookmark title syncing | zea@chromium.org | 2014-03-12 | 3 | -19/+25 |
* | [invalidations] Added table with registered objectsIds | mferreria@chromium.org | 2014-02-20 | 4 | -0/+8 |
* | sync: Move migration signal out of snapshot | rlarocque@chromium.org | 2014-02-12 | 9 | -4/+18 |
* | Enhanced bookmarks: added support for sync based experiment | yefim@chromium.org | 2014-02-12 | 2 | -3/+35 |
* | sync: Remove dead code related to ClearUserData | rlarocque@chromium.org | 2014-02-12 | 7 | -32/+0 |
* | Split up SyncEngineEventListener callbacks | rlarocque@chromium.org | 2014-02-11 | 3 | -21/+17 |
* | [Autofill, Sync] Deprecate the Autofill culling experiment. | isherman@chromium.org | 2014-02-11 | 2 | -20/+2 |
* | [GCM] Add experiment and startup logic for partial rollout | zea@chromium.org | 2014-02-08 | 2 | -2/+25 |
* | Fix CancelationSignalTest.Cancel | rlarocque@chromium.org | 2014-02-05 | 1 | -40/+51 |
* | Disable flaky CancelationSignalTest.Cancel on iOS and Mac. | msw@chromium.org | 2014-02-03 | 1 | -1/+7 |
* | Add ManagedUserSharedSettings as sync datatype if the ManagedUserSettings syn... | akuegel@chromium.org | 2014-02-03 | 4 | -43/+0 |
* | Create sync_driver component. | blundell@chromium.org | 2014-01-31 | 1 | -4/+4 |
* | New Sync datatype for Synced Notifications App Info | petewil@chromium.org | 2014-01-29 | 1 | -0/+2 |
* | sync: Introduce ModelTypeRegistry and helpers | rlarocque@chromium.org | 2014-01-17 | 8 | -13/+23 |
* | sync: Remove some WebUI debug functions | rlarocque@chromium.org | 2014-01-16 | 6 | -522/+15 |
* | sync: Consistently refcount ModelSafeWorkers | rlarocque@chromium.org | 2014-01-11 | 11 | -12/+12 |
* | Cleanup: Remove legacy accessors from URLRequestContext. | thestig@chromium.org | 2014-01-09 | 1 | -1/+6 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 2 | -17/+17 |
* | Remove the Value class names from the global namespace. | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Add Sync datatype for shared managed user settings. | bauerb@chromium.org | 2013-12-19 | 1 | -0/+3 |
* | sync: Use invalidation local acknowledgements | rlarocque@chromium.org | 2013-12-17 | 2 | -3/+17 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-11 | 2 | -5/+4 |
* | Add AppListSpecifics .proto definition and support code | stevenjb@chromium.org | 2013-12-11 | 1 | -0/+2 |
* | Revert of https://codereview.chromium.org/100823007/ | antrim@chromium.org | 2013-12-11 | 2 | -4/+5 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 2 | -3/+2 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 2 | -2/+3 |
* | sync: Refactor GetUpdates loop | rlarocque@chromium.org | 2013-12-10 | 3 | -3/+6 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-10 | 2 | -5/+4 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 2 | -3/+2 |
* | Revert 239635 "Revert 239615 "Retry: Clean up TestProfileSyncSer..." | scottmg@chromium.org | 2013-12-10 | 4 | -27/+14 |
* | Allow customization of HttpPostProviderFactory via ProfileSyncService | pvalenzuela@chromium.org | 2013-12-10 | 5 | -10/+126 |
* | Revert 239615 "Retry: Clean up TestProfileSyncService tests" | scottmg@chromium.org | 2013-12-10 | 4 | -14/+27 |
* | Retry: Clean up TestProfileSyncService tests | rlarocque@chromium.org | 2013-12-10 | 4 | -27/+14 |
* | sync: Per-type update application | rlarocque@chromium.org | 2013-12-04 | 2 | -9/+8 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Revert 238348 "Clean up TestProfileSyncService and related tests" | dubroy@chromium.org | 2013-12-03 | 4 | -14/+27 |
* | Clean up TestProfileSyncService and related tests | rlarocque@chromium.org | 2013-12-03 | 4 | -27/+14 |
* | Implement new invalidations ack tracking system | rlarocque@chromium.org | 2013-11-26 | 4 | -17/+40 |
* | Don't clear debug info until after it has been sent to the server. | maniscalco@chromium.org | 2013-11-21 | 5 | -20/+38 |
* | Introduce AppListSyncableService, owns AppListModel and builder | stevenjb@chromium.org | 2013-11-19 | 1 | -1/+1 |
* | ProfileSyncServiceTest refactoring | pavely@chromium.org | 2013-11-18 | 1 | -5/+33 |
* | Set DebugInfoEventListener's kMaxEntries to ModelType::MODEL_TYPE_COUNT to en... | maniscalco@chromium.org | 2013-11-18 | 1 | -2/+4 |
* | Pass retry_task to SyncScheduler::ScheduleConfiguration | pavely@chromium.org | 2013-11-17 | 2 | -38/+6 |
* | sync: Remove test dependencies on SyncerCommand | rlarocque@chromium.org | 2013-11-15 | 1 | -4/+0 |
* | sync: Deprecate old UniquePosition format | rlarocque@chromium.org | 2013-11-15 | 2 | -48/+11 |
* | Reveal information about sync server connection and token on about tab. | haitaol@chromium.org | 2013-11-07 | 1 | -0/+1 |
* | Add code for new invalidation local ack system | rlarocque@chromium.org | 2013-10-31 | 2 | -18/+29 |
* | Remove references to GaiaConstants::kSyncService from sync | pavely@chromium.org | 2013-10-25 | 8 | -42/+0 |
* | sync: Init backend without UI thread task | rlarocque@chromium.org | 2013-10-23 | 6 | -6/+158 |
* | Add UnackedInvalidationSet class | rlarocque@chromium.org | 2013-10-23 | 3 | -3/+48 |