| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Move debug info events into enums proto | zea@chromium.org | 2014-03-18 | 8 | -76/+56 |
* | Fix "unreachable code" warnings (MSVC warning 4702), misc. edition. | pkasting@chromium.org | 2014-03-18 | 1 | -27/+2 |
* | sync: Add definitions for ProtocolEvents | rlarocque@chromium.org | 2014-03-18 | 17 | -2/+783 |
* | Include sync.pb.h in sync_data.h. | maniscalco@chromium.org | 2014-03-18 | 1 | -0/+1 |
* | Remove akalin and szym from OWNERS files. | mmenke@chromium.org | 2014-03-18 | 2 | -2/+0 |
* | [invalidations] Add the scaffolding for NetworkChannel logging | mferreria@chromium.org | 2014-03-18 | 12 | -0/+125 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 2 | -2/+2 |
* | Removed redundant notifications info from about:sync-internals | mferreria@chromium.org | 2014-03-14 | 4 | -271/+3 |
* | Change DCHECK_IS_ON() to DCHECK_IS_ON | wangxianzhu@chromium.org | 2014-03-14 | 1 | -3/+9 |
* | More sync of PRESUBMIT with what CQ runs | phajdan.jr@chromium.org | 2014-03-13 | 1 | -2/+2 |
* | Receive invalidation messages through GCM | pavely@chromium.org | 2014-03-12 | 4 | -5/+147 |
* | [Sync] Fix long bookmark title syncing | zea@chromium.org | 2014-03-12 | 3 | -19/+25 |
* | Convert most Chromium presubmit files to use new multiple-tryserver-compatibl... | phajdan.jr@chromium.org | 2014-03-11 | 1 | -6/+8 |
* | Changes to sync/api/attachment in prep for integrating with sync API. | maniscalco@chromium.org | 2014-03-11 | 7 | -123/+102 |
* | Build correct URL for cacheinvalidation endpoint. | pavely@chromium.org | 2014-03-09 | 3 | -21/+154 |
* | Refactor GCMNetworkChannelDelegateImpl | pavely@chromium.org | 2014-03-06 | 3 | -0/+4 |
* | Reland r254672. | wtc@chromium.org | 2014-03-05 | 1 | -19/+3 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -1/+2 |
* | Reland "Add base::TimeDelta::Max()" again. | gavinp@chromium.org | 2014-03-05 | 1 | -4/+2 |
* | Reorganize test cases in directory_backing_store_unittest.cc. | maniscalco@chromium.org | 2014-03-05 | 1 | -139/+143 |
* | Revert 254672 "Replace the custom ProxyConfigServiceDirect class..." | ricow@chromium.org | 2014-03-04 | 1 | -3/+19 |
* | Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or... | apavlov@chromium.org | 2014-03-04 | 1 | -2/+4 |
* | Reland "Add base::TimeDelta::Max()" | gavinp@chromium.org | 2014-03-04 | 1 | -4/+2 |
* | Rewrite instructions on how to dump sync database for unit test. | maniscalco@chromium.org | 2014-03-04 | 2 | -13/+36 |
* | Replace the custom ProxyConfigServiceDirect class with the equivalent | wtc@chromium.org | 2014-03-04 | 1 | -19/+3 |
* | sync: Merge GU retry logic into normal GU | rlarocque@chromium.org | 2014-03-04 | 15 | -158/+109 |
* | Implement Commit in the Sync C++ fake server | pvalenzuela@chromium.org | 2014-03-04 | 17 | -170/+1024 |
* | Don't call RefreshColumns() in directory_backing_store_unittest.cc. | maniscalco@chromium.org | 2014-03-01 | 1 | -4/+5 |
* | Implememt garbage collection of old entries according to | haitaol@chromium.org | 2014-03-01 | 9 | -5/+209 |
* | Wrapping message into ClientGatewayMessage is specific to PushClient | pavely@chromium.org | 2014-03-01 | 8 | -305/+264 |
* | sync: Move download logic into GetUpdatesProcessor | rlarocque@chromium.org | 2014-02-28 | 8 | -300/+265 |
* | Revert 253502 "Add base::TimeDelta::Max()." | waffles@chromium.org | 2014-02-27 | 1 | -2/+4 |
* | Sync Change Processor for the 'Synced Notifications App Info' datatype. | petewil@chromium.org | 2014-02-26 | 1 | -2/+1 |
* | Add base::TimeDelta::Max(). | gavinp@chromium.org | 2014-02-26 | 1 | -4/+2 |
* | Add some unit tests for SyncData. | maniscalco@chromium.org | 2014-02-22 | 2 | -0/+67 |
* | Refactor ActivityStatus to not store current | dtrainor@chromium.org | 2014-02-21 | 1 | -2/+2 |
* | To support password sync for supervised users we need to sign (and, in future... | antrim@chromium.org | 2014-02-21 | 1 | -0/+4 |
* | [invalidations] Added table with registered objectsIds | mferreria@chromium.org | 2014-02-20 | 12 | -0/+42 |
* | sync: Add interfaces for per-type sync | rlarocque@chromium.org | 2014-02-19 | 30 | -253/+525 |
* | Remove duplicated code from sync related unit tests. | maniscalco@chromium.org | 2014-02-19 | 5 | -0/+95 |
* | Set the correct default referrer policy for sync. | jochen@chromium.org | 2014-02-18 | 1 | -2/+3 |
* | sync: Move migration signal out of snapshot | rlarocque@chromium.org | 2014-02-12 | 21 | -14/+42 |
* | Enhanced bookmarks: added support for sync based experiment | yefim@chromium.org | 2014-02-12 | 4 | -3/+43 |
* | sync: Remove dead code related to ClearUserData | rlarocque@chromium.org | 2014-02-12 | 7 | -32/+0 |
* | This is the clean-up following r249138. | rlarocque@chromium.org | 2014-02-12 | 11 | -435/+448 |
* | Split up SyncEngineEventListener callbacks | rlarocque@chromium.org | 2014-02-11 | 25 | -214/+213 |
* | [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 | 4 | -4/+33 |