| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix race in syncer thread unit test. | zea@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | Marking test flaky. | jcivelli@chromium.org | 2010-11-11 | 1 | -1/+4 |
* | Provide sync integration tests with a way to set a favicon for a bookmark. | rsimha@chromium.org | 2010-11-11 | 2 | -4/+21 |
* | Change the protocol specifics files to unblock the server team | lipalani@chromium.org | 2010-11-11 | 1 | -0/+3 |
* | Plumb datatype information to syncer from nudges. | zea@chromium.org | 2010-11-11 | 12 | -48/+256 |
* | Rename GaiaAuthenticator2 to GaiaAuthFetcher. | tfarina@chromium.org | 2010-11-10 | 3 | -12/+12 |
* | fix arm build. | tim@chromium.org | 2010-11-10 | 1 | -2/+2 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 14 | -61/+213 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Make TestURLFetcherFactory able to remove fetchers from its map, and add an I... | pkasting@chromium.org | 2010-11-08 | 1 | -2/+2 |
* | Revert 63447 - sync: enable password sync by default. | tim@chromium.org | 2010-11-04 | 12 | -314/+214 |
* | [Sync] Removed unused notification methods, renamed 'transitional' to 'p2p' | akalin@chromium.org | 2010-11-04 | 2 | -37/+10 |
* | Add barrier to autofill datatype controller shutdown. | zea@chromium.org | 2010-11-04 | 2 | -3/+17 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 2 | -45/+40 |
* | Session sync integration tests. Left out many client for now, since even | zea@chromium.org | 2010-11-04 | 3 | -16/+28 |
* | PyAuto hooks for Sync in TestingAutomationProvider | rsimha@chromium.org | 2010-11-03 | 4 | -42/+119 |
* | sync: on chrome os, postpone network reachability check | tim@chromium.org | 2010-11-03 | 1 | -0/+20 |
* | When checking "sync everything", only check the other boxes which are visible... | johnnyg@chromium.org | 2010-11-03 | 1 | -13/+18 |
* | Cloud Print Dialog work. | scottbyer@google.com | 2010-11-02 | 1 | -0/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 3 | -5/+8 |
* | Clear the suppress-start flag when a user submits credentials, since this ind... | johnnyg@chromium.org | 2010-11-01 | 1 | -0/+6 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 4 | -19/+19 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 6 | -10/+10 |
* | sync: clear auth error on shutdown. | tim@chromium.org | 2010-10-29 | 1 | -0/+1 |
* | [Sync] made --sync-notification-host take an optional port | akalin@chromium.org | 2010-10-28 | 1 | -2/+30 |
* | Make SigninManager tolerate SignOut() calls when not initialized. | mnissler@chromium.org | 2010-10-28 | 2 | -0/+14 |
* | [Sync] Expanded CacheInvalidationPacketHandler unittests. | akalin@chromium.org | 2010-10-27 | 2 | -6/+26 |
* | Revert 64127 - sync: hide encryption tabstrip | tim@chromium.org | 2010-10-27 | 1 | -16/+15 |
* | Unrevert again r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-27 | 3 | -123/+129 |
* | sync: hide encryption tabstrip | tim@chromium.org | 2010-10-27 | 1 | -15/+16 |
* | [Sync] Fixed memory leak in CacheInvalidationPacketHandler. | akalin@chromium.org | 2010-10-27 | 4 | -5/+110 |
* | Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu... | pkasting@chromium.org | 2010-10-27 | 2 | -20/+17 |
* | Add a method in sync/resources/gaia_login.html to hide the blurb at the top. ... | johnnyg@chromium.org | 2010-10-27 | 1 | -0/+4 |
* | Fix line endings in gaia_login.html | tim@chromium.org | 2010-10-27 | 1 | -37/+37 |
* | Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "... | thakis@chromium.org | 2010-10-26 | 3 | -129/+123 |
* | Unrevert r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 3 | -123/+129 |
* | Take 3: Refactor, relocate and rename ProfileSyncServiceTestHarness. | rsimha@chromium.org | 2010-10-26 | 3 | -1/+692 |
* | Revert r63919 "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 3 | -129/+123 |
* | Part 2 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-26 | 3 | -123/+129 |
* | [Sync] Added some switches for testing/debugging. | akalin@chromium.org | 2010-10-26 | 2 | -3/+20 |
* | sync: Update sync.proto to match the server's and handle new error codes. | albertb@chromium.org | 2010-10-26 | 2 | -15/+35 |
* | [Sync] Some cleanup of sync_listen_notifications tool | akalin@chromium.org | 2010-10-26 | 1 | -39/+64 |
* | Convert LOG/LOG_IF(INFO) to VLOG/VLOG_IF(1) - chrome/browser/sync | rsimha@chromium.org | 2010-10-25 | 5 | -7/+8 |
* | Create a new browser signin layer. This is currently a proxy on top of sync ... | johnnyg@chromium.org | 2010-10-25 | 4 | -7/+7 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 3 | -3/+3 |
* | Set username for sync setup on ChromeOS | stevenjb@chromium.org | 2010-10-22 | 1 | -0/+10 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 12 | -34/+64 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 1 | -0/+2 |
* | Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*. | pkasting@chromium.org | 2010-10-22 | 7 | -69/+70 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 3 | -3/+3 |