| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 3 | -18/+18 |
* | Remove the Value class names from the global namespace. | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 7 | -10/+10 |
* | Add Sync datatype for shared managed user settings. | bauerb@chromium.org | 2013-12-19 | 11 | -4/+102 |
* | sync: make sessions sync v2 work | tim@chromium.org | 2013-12-18 | 3 | -0/+53 |
* | sync: Use invalidation local acknowledgements | rlarocque@chromium.org | 2013-12-17 | 13 | -85/+517 |
* | Make TrySyncSessionJob post task on sync thread | pavely@chromium.org | 2013-12-16 | 3 | -36/+62 |
* | Scale several timeouts in Android tests. | eugenis@chromium.org | 2013-12-13 | 2 | -1/+4 |
* | Fix Java style issues in sync/android | aurimas@chromium.org | 2013-12-12 | 18 | -84/+84 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-11 | 3 | -9/+6 |
* | Add AppListSpecifics .proto definition and support code | stevenjb@chromium.org | 2013-12-11 | 15 | -4/+147 |
* | Revert of https://codereview.chromium.org/100823007/ | antrim@chromium.org | 2013-12-11 | 3 | -6/+9 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 7 | -14/+11 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 7 | -11/+14 |
* | sync: Refactor GetUpdates loop | rlarocque@chromium.org | 2013-12-10 | 12 | -117/+125 |
* | Fixing all Java import ordering issues. | aurimas@chromium.org | 2013-12-10 | 5 | -8/+4 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-10 | 3 | -9/+6 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 8 | -15/+13 |
* | Revert 239635 "Revert 239615 "Retry: Clean up TestProfileSyncSer..." | scottmg@chromium.org | 2013-12-10 | 5 | -44/+52 |
* | Allow customization of HttpPostProviderFactory via ProfileSyncService | pvalenzuela@chromium.org | 2013-12-10 | 6 | -10/+129 |
* | Revert 239615 "Retry: Clean up TestProfileSyncService tests" | scottmg@chromium.org | 2013-12-10 | 5 | -52/+44 |
* | Retry: Clean up TestProfileSyncService tests | rlarocque@chromium.org | 2013-12-10 | 5 | -44/+52 |
* | Sync bookmark meta info. | rfevang@chromium.org | 2013-12-07 | 3 | -0/+39 |
* | Refactor PushClientChannel | pavely@chromium.org | 2013-12-06 | 8 | -365/+517 |
* | Add an HTML page to the Sync test server to trigger synced notifications | pvalenzuela@chromium.org | 2013-12-06 | 3 | -46/+100 |
* | sync: Per-type update application | rlarocque@chromium.org | 2013-12-04 | 34 | -1367/+833 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 2 | -2/+2 |
* | Revert 238348 "Clean up TestProfileSyncService and related tests" | dubroy@chromium.org | 2013-12-03 | 5 | -52/+44 |
* | Clean up TestProfileSyncService and related tests | rlarocque@chromium.org | 2013-12-03 | 5 | -44/+52 |
* | Implement new invalidations ack tracking system | rlarocque@chromium.org | 2013-11-26 | 48 | -1682/+912 |
* | Send debug event info on Commit requests, not just GetUpdates requests. | maniscalco@chromium.org | 2013-11-23 | 2 | -13/+109 |
* | Attempt to fix Invalidations client name crash | rlarocque@chromium.org | 2013-11-22 | 7 | -29/+171 |
* | Add the ability to trigger synced notifications in the Sync test server. | pvalenzuela@chromium.org | 2013-11-21 | 2 | -1/+191 |
* | Don't clear debug info until after it has been sent to the server. | maniscalco@chromium.org | 2013-11-21 | 17 | -103/+219 |
* | Avoid SEGFAULT when scheduler is stopped as part of sync cycle. | pavely@chromium.org | 2013-11-20 | 2 | -1/+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 |
* | Channel all low lever scheduling calls through single function | pavely@chromium.org | 2013-11-18 | 2 | -28/+48 |
* | Remove SyncSchedulerImpl::OnShouldStopSyncingPermanently | pavely@chromium.org | 2013-11-18 | 10 | -34/+0 |
* | 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 | 8 | -99/+106 |
* | sync: Remove test dependencies on SyncerCommand | rlarocque@chromium.org | 2013-11-15 | 10 | -180/+341 |
* | sync: Deprecate old UniquePosition format | rlarocque@chromium.org | 2013-11-15 | 3 | -49/+40 |
* | Remove linux coverage scripts. | thakis@chromium.org | 2013-11-14 | 1 | -14/+0 |
* | [sync] Limit DirectoryBackingStore database cache size. | feng@chromium.org | 2013-11-13 | 1 | -0/+2 |
* | Rename stale SyncContentResolverWrapper occurrences to SyncContentResolverDel... | cimamoglu@chromium.org | 2013-11-13 | 2 | -25/+25 |
* | Android: moves sync to use long for JNI | bulach@chromium.org | 2013-11-13 | 1 | -0/+1 |
* | Support for shared invalidator client IDs | rlarocque@chromium.org | 2013-11-12 | 3 | -42/+80 |
* | Fix one case that can make sync backend stuck in auth error state. | haitaol@chromium.org | 2013-11-08 | 1 | -1/+13 |
* | sync: treat gaia http 500s as retriable. | tim@chromium.org | 2013-11-08 | 1 | -0/+2 |