summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-2/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+2
* Added implementation of buzz::AsyncSocket that uses Chrome sockets.akalin@chromium.org2010-07-145-16/+1758
* Implement support for disabling sync through configuration management.mnissler@chromium.org2010-07-145-18/+99
* Don't set the URL on folders, even to an empty string.nick@chromium.org2010-07-141-1/+2
* Microfix to cause ChromeOS to always try to renew credentials.chron@chromium.org2010-07-141-1/+1
* sync: Remove unused path_helpers.h file.tfarina@chromium.org2010-07-142-81/+0
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-1415-25/+140
* Always pass along the GAIA failure event, regardless of the local authenticat...johnnyg@chromium.org2010-07-141-9/+2
* Add the new notifications content setting preference to the list of synchroni...johnnyg@chromium.org2010-07-141-0/+3
* Add the TokenService to the chrome profile, and use it to pass the LSID from ...chron@chromium.org2010-07-143-30/+12
* Disable SyncerThreadTest.Pause on Windows because it's crashing.oshima@chromium.org2010-07-141-2/+8
* Clean up browser_resources.grd:pkasting@chromium.org2010-07-133-2/+2
* Fix handling of undeletion within the syncer.nick@chromium.org2010-07-1319-243/+978
* Reworked ChromeSystemResources to handle callbacks properly.akalin@chromium.org2010-07-133-28/+169
* Make kCookiePromptExpanded a profile pref rather than a local state pref so i...skrul@chromium.org2010-07-121-0/+3
* Set default sync notification method to "server".akalin@chromium.org2010-07-101-2/+1
* Updated cache-invalidation-api to @33.akalin@chromium.org2010-07-091-2/+2
* Theme sync: Delay the creation of the theme sync node until the user switchesalbertb@chromium.org2010-07-094-33/+56
* Use TimedWait everywhere to prevent hangs.skrul@chromium.org2010-07-091-26/+42
* Current code will definitely crash if ACTION_DELETE is passed to ThemeChangeP...johnnyg@chromium.org2010-07-091-3/+5
* Pass an EntitySpecifics with delete changes to generalize delete handling (an...johnnyg@chromium.org2010-07-097-85/+35
* Don't sync prefs::kPerHostZoomLevelsskrul@chromium.org2010-07-081-1/+2
* Mac clients should ignore updates of kAcceptLanguages.skrul@chromium.org2010-07-072-0/+24
* Fix sync startup ordering to make sense and be less broken (though not perfec...tim@chromium.org2010-07-0717-272/+339
* sync: Get rid of the now obsolete character_set_converters.h API.tfarina@chromium.org2010-07-036-66/+5
* Disallow syncing 0 datatypes.dantasse@chromium.org2010-07-022-14/+42
* Revert 51494 - Set default sync notification method to "server".akalin@chromium.org2010-07-021-1/+2
* Mark PauseWhenNotConnected as flaky as it keeps timing out,tim@chromium.org2010-07-022-2/+3
* Set default sync notification method to "server".akalin@chromium.org2010-07-021-2/+1
* sync: add CleanupDisabledTypesCommand to purge data pertaining to previouslytim@chromium.org2010-07-0218-54/+511
* sync: Remove unused function ChromeModelHasUserCreatedNodes.tfarina@chromium.org2010-07-0220-127/+1
* Updated cache-invalidation library to @30.akalin@chromium.org2010-07-021-1/+1
* Remove the old 'customize sync' panel from win/mac/linux. And a little bit o...dantasse@chromium.org2010-07-016-103/+3
* Remove NIGORI from the sync routing info.albertb@chromium.org2010-07-012-2/+0
* This is still timing out.vandebo@chromium.org2010-07-011-1/+2
* Make Keep Everything Synced = true by defaultdantasse@chromium.org2010-07-011-1/+3
* Put the focus on the OK button if displaying the choose data types page.dantasse@chromium.org2010-07-011-3/+9
* Nudge syncer thread when notifications are enabled.rsimha@chromium.org2010-07-011-0/+8
* Updated protocol for communicating with sync notifications server.akalin@chromium.org2010-07-012-38/+58
* Fixed crash in sync_listen_notifications on auth failure.akalin@chromium.org2010-07-011-5/+2
* Added checks for server-issued notifications.akalin@chromium.org2010-07-011-3/+6
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-1/+0
* Decomped registration logic into its own class.akalin@chromium.org2010-06-307-43/+544
* Enable extensions sync by default.akalin@chromium.org2010-06-302-8/+28
* Remove extended attributes. The lame broken codepath in the DBS was causingnick@chromium.org2010-06-3011-500/+182
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ...ajwong@chromium.org2010-06-3010-15/+23
* Refactored ChromeInvalidationClient to have its own listener type.akalin@chromium.org2010-06-296-213/+149
* Make sure sync starts up on browser restart as well as initial sync flow.tim@chromium.org2010-06-2912-49/+72
* Re-enable a previously disabled test. Failure is not reproducible.michaeln@chromium.org2010-06-291-9/+1