| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Tidy up SyncBackendHost interface. | akalin@chromium.org | 2011-01-19 | 1 | -0/+4 |
* | Change all the places where the multi-purpose sync error link is surfaced to ... | johnnyg@chromium.org | 2011-01-19 | 1 | -0/+5 |
* | Further tweaks to the passphrase UI to deal with passphrase entry. | johnnyg@chromium.org | 2011-01-13 | 1 | -2/+24 |
* | Add passphrase migration UI according to the flow chart for users who require... | johnnyg@chromium.org | 2011-01-08 | 1 | -0/+10 |
* | Fixing the crash in about:sync code. This was caused by a race condition. | lipalani@chromium.org | 2011-01-06 | 1 | -0/+4 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -3/+1 |
* | Add a boolean details to the PASSPHRASE_REQUIRED message that indicates | johnnyg@chromium.org | 2010-11-19 | 1 | -0/+8 |
* | Allow sync with 2-factor StrongAuth accounts in ChromeOS. | stevenjb@chromium.org | 2010-11-18 | 1 | -2/+3 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 1 | -7/+22 |
* | Take 3: Refactor, relocate and rename ProfileSyncServiceTestHarness. | rsimha@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Create a new browser signin layer. This is currently a proxy on top of sync ... | johnnyg@chromium.org | 2010-10-25 | 1 | -1/+1 |
* | Fix some problems with the ENTER_PASSPHRASE state in sync setup. | johnnyg@chromium.org | 2010-10-18 | 1 | -5/+9 |
* | [Sync] fix about:sync crash with unrecoverable error | akalin@chromium.org | 2010-10-15 | 1 | -3/+3 |
* | Adding a method to the Sync test harness that disables sync for a client. | rsimha@chromium.org | 2010-10-13 | 1 | -1/+4 |
* | Add timeout to clearing server data | raz@chromium.org | 2010-10-13 | 1 | -0/+9 |
* | Add UI for setting the encryption passphrase. | johnnyg@chromium.org | 2010-10-12 | 1 | -3/+8 |
* | sync: second factor auth support | tim@chromium.org | 2010-10-11 | 1 | -1/+2 |
* | Add a promptBrowserLogin method to webstorePrivate extension API | asargent@chromium.org | 2010-10-11 | 1 | -2/+2 |
* | Fix inconsistent line endings problem. | asargent@chromium.org | 2010-10-11 | 1 | -2/+2 |
* | sync: Fix Nigori download sequencing. | tim@chromium.org | 2010-10-07 | 1 | -3/+8 |
* | Added UI for clearing Chrome Sync data | raz@chromium.org | 2010-09-29 | 1 | -0/+15 |
* | Revert 60845 (check perms failure) - Added UI for clearing Chrome Sync data | willchan@chromium.org | 2010-09-28 | 1 | -15/+0 |
* | Added UI for clearing Chrome Sync data | raz@chromium.org | 2010-09-28 | 1 | -0/+15 |
* | Revert 60556 (broke chrome, at least on linux) - Refactor, rename and relocat... | thakis@chromium.org | 2010-09-25 | 1 | -2/+1 |
* | Refactor, rename and relocate ProfileSyncServiceTestHarness. | rsimha@chromium.org | 2010-09-25 | 1 | -1/+2 |
* | sync: make default passwords sync pref value false | tim@chromium.org | 2010-09-21 | 1 | -0/+1 |
* | Remove unnecessary log spew from ProfileSyncService. | tim@chromium.org | 2010-09-17 | 1 | -0/+2 |
* | Take 2 - Get password sync to a usable state. | tim@chromium.org | 2010-09-17 | 1 | -0/+6 |
* | Revert 59618 - Get password sync to a usable state. | tim@chromium.org | 2010-09-16 | 1 | -6/+0 |
* | Get password sync to a usable state. | tim@chromium.org | 2010-09-16 | 1 | -0/+6 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 1 | -23/+30 |
* | Adding the sync-notification-host command line parameter to the integration t... | rsimha@chromium.org | 2010-09-08 | 1 | -7/+4 |
* | Implements the backend for clearing data from the server | tim@chromium.org | 2010-09-08 | 1 | -0/+5 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -30/+23 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -23/+30 |
* | Revert 58768 - Adding the sync-notification-host command line parameter to th... | rsimha@chromium.org | 2010-09-07 | 1 | -4/+7 |
* | Adding the sync-notification-host command line parameter to the integration t... | rsimha@chromium.org | 2010-09-07 | 1 | -7/+4 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Switch to GoogleServiceAuthError struct instead of GaiaAuthError. | chron@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | sync: take two for: | tim@chromium.org | 2010-08-18 | 1 | -4/+11 |
* | Revert 56423 - Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 1 | -11/+4 |
* | Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 1 | -4/+11 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -1/+1 |
* | sync: Fix backend configuration to support sync db refresh. | tim@chromium.org | 2010-08-11 | 1 | -4/+7 |
* | Convert a bunch of wstring/wchar_t*'s, mostly in browser_about_handler.cc. | viettrungluu@chromium.org | 2010-08-05 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently. | skrul@chromium.org | 2010-07-23 | 1 | -4/+1 |
* | Green Tree Tactical Force: Revert skrul's bad commits (probably a git-cl bug). | phajdan.jr@chromium.org | 2010-07-23 | 1 | -1/+4 |
* | Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently. | skrul@chromium.org | 2010-07-23 | 1 | -4/+1 |