summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Added more DCHECK code to track bug 89059.atwilson@chromium.org2011-07-141-0/+18
* Adds code to track a set of expanded folders. This is going to be usedsky@chromium.org2011-07-132-2/+3
* bookmarks: Use empty() accessor in some places instead of relying in child_co...tfarina@chromium.org2011-07-122-3/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-1210-47/+72
* [Sync] Rev protocol version for encryption support. Fix re-encryption.zea@chromium.org2011-07-128-157/+224
* With out this fix if there is an unrecoverable error then the code would asse...lipalani@chromium.org2011-07-121-1/+16
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-112-12/+0
* More build fixes for linux and chrome os.ananta@chromium.org2011-07-102-13/+20
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-1054-247/+267
* Multi-Profiles: Enable multi-profiles by default for views uisail@chromium.org2011-07-101-3/+2
* Ignore change notifications to throttle sync traffic.atwilson@chromium.org2011-07-083-5/+102
* bookmarks: Forward declare BookmarkModelObserver in bookmark_model.htfarina@chromium.org2011-07-082-2/+4
* [Sync] Have ChromeInvalidationClient call OnSessionStatus on its delegateakalin@chromium.org2011-07-071-0/+3
* sync: remove autofill migration tim@chromium.org2011-07-0720-553/+233
* Patch by ghc@google.com.akalin@chromium.org2011-07-0218-426/+657
* [Sync] Add UI thread to sync_listen_notifications utility.akalin@chromium.org2011-07-011-11/+12
* Now batch up typed url deletions coming from the server for more efficiency.atwilson@chromium.org2011-07-012-21/+56
* sync: distinguish between sync setup and user reconfiguration for GetUpdatestim@chromium.org2011-07-011-2/+4
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-012-4/+2
* Add another missing dependency for net.rvargas@google.com2011-07-011-0/+1
* Initialize token service for sync after a crash.stevenjb@google.com2011-06-302-4/+11
* sync: misc state cleanup in ProfileSyncService::Shutdown / Inittim@chromium.org2011-06-291-0/+13
* [Sync] Pass cache_guid() to invalidation clientakalin@chromium.org2011-06-299-24/+80
* [Sync] Refactor syncable::{Base,Read,Write}Transactionakalin@chromium.org2011-06-2914-201/+264
* [Sync] Move SyncNotifierFactory construction to UI threadakalin@chromium.org2011-06-287-34/+43
* Check flow_handler_ before calling SyncSetupFlow::Focus()stevenjb@google.com2011-06-281-2/+5
* [Sync] Simplify notifier code now that we have a single sync threadakalin@chromium.org2011-06-2813-118/+81
* Added last_modified to Search Engines specifics protobuffer.stevet@chromium.org2011-06-282-0/+2
* sync: don't RefreshEncryption if setup hasn't completedtim@chromium.org2011-06-281-4/+9
* Add protobuffer and model type for syncing custom search engines. Includes al...stevet@chromium.org2011-06-2811-3/+114
* Fix DCHECK that occurs in SigninManager if the user types an incorrect password.rogerta@chromium.org2011-06-272-8/+33
* Adds --enable-sync-oauth, enabling INFO logging of oauth_token cookiesrickcam@chromium.org2011-06-242-0/+70
* Revert 90421 - Adds --enable-sync-oauth, enabling INFO logging of oauth_token...rickcam@chromium.org2011-06-242-70/+0
* Adds --enable-sync-oauth, enabling INFO logging of oauth_token cookiesrickcam@chromium.org2011-06-242-0/+70
* Move GetVersionStringModifier() and GetChannel() from platform_util_* to chro...haraken@google.com2011-06-241-4/+4
* [Sync] Fix encryption issueszea@chromium.org2011-06-248-42/+96
* sync: remove old passphrase migration logictim@chromium.org2011-06-233-43/+1
* [Sync] Don't set old style bookmarks anymore.zea@chromium.org2011-06-231-6/+1
* sync: fetch encryption information before OnBackendInitializedtim@chromium.org2011-06-2211-62/+115
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-215-4/+22
* When a user logs into sync, the appropriate cookies are retrieved so thatrogerta@chromium.org2011-06-212-1/+55
* Now creates a sync node on a VISITED notification, not just MODIFIED.atwilson@chromium.org2011-06-213-65/+120
* Fix handling of non-user controlled syncable preferences.zea@chromium.org2011-06-201-9/+32
* sort() for std::set_*tzik@chromium.org2011-06-201-0/+4
* Move the NotificationInfo and NotificationMap types andwtc@chromium.org2011-06-171-38/+36
* Fix reference to BrowserList::GetLastActive to make sure it respects the corr...mirandac@chromium.org2011-06-171-1/+2
* [Sync] Add Location parameter to Read/WriteTransactionsakalin@chromium.org2011-06-1754-484/+532
* Don't shut down sync and deadlock when trying to remove passwords that sync d...mdm@chromium.org2011-06-171-2/+4
* Sync: Clean up SyncSetupWizard.jhawkins@chromium.org2011-06-172-41/+37
* [Sync] Ensure we set the title of nodes in the generic change processor.zea@chromium.org2011-06-175-8/+39