summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* browser: Fix some presubmit errors.tfarina@chromium.org2010-07-281-1/+1
* Sync: set BASE_VERSION to entry.version() instead of 0 when changingnick@chromium.org2010-07-283-26/+35
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2634-0/+34
* Significantly speed up sync integration tests.rsimha@chromium.org2010-07-262-0/+9
* Use message loop proxy to avoid null message loop crashes.chron@chromium.org2010-07-262-5/+12
* Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/*finnur@chromium.org2010-07-241-2/+3
* sync: fixes crash that happens when you disable a datatype while there are un...tim@chromium.org2010-07-213-2/+92
* Fix deadlock by introducing a new transaction event.chron@chromium.org2010-07-212-13/+33
* Disabling test that hangs botpinkerton@chromium.org2010-07-201-1/+2
* Handle client-tag duplicates on server items.nick@chromium.org2010-07-206-233/+429
* Added switch to use ChromeAsyncSocket for sync.akalin@chromium.org2010-07-162-2/+9
* sync: Get rid of duplicated typedef Closure definition.tfarina@chromium.org2010-07-166-14/+10
* Using Keychain mock in Sync unit tests.dhollowa@chromium.org2010-07-161-0/+6
* Add support for the "clear pending" server / storage backend state.tim@chromium.org2010-07-153-5/+11
* Fix race condition in test Pause method.skrul@chromium.org2010-07-141-15/+14
* sync: Remove unused path_helpers.h file.tfarina@chromium.org2010-07-141-1/+0
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-149-19/+106
* Always pass along the GAIA failure event, regardless of the local authenticat...johnnyg@chromium.org2010-07-141-9/+2
* Disable SyncerThreadTest.Pause on Windows because it's crashing.oshima@chromium.org2010-07-141-2/+8
* Fix handling of undeletion within the syncer.nick@chromium.org2010-07-1314-225/+953
* Use TimedWait everywhere to prevent hangs.skrul@chromium.org2010-07-091-26/+42
* Pass an EntitySpecifics with delete changes to generalize delete handling (an...johnnyg@chromium.org2010-07-094-64/+16
* Fix sync startup ordering to make sense and be less broken (though not perfec...tim@chromium.org2010-07-071-13/+19
* sync: Get rid of the now obsolete character_set_converters.h API.tfarina@chromium.org2010-07-032-2/+0
* Mark PauseWhenNotConnected as flaky as it keeps timing out,tim@chromium.org2010-07-022-2/+3
* sync: add CleanupDisabledTypesCommand to purge data pertaining to previouslytim@chromium.org2010-07-0210-9/+230
* Remove NIGORI from the sync routing info.albertb@chromium.org2010-07-011-1/+0
* This is still timing out.vandebo@chromium.org2010-07-011-1/+2
* Nudge syncer thread when notifications are enabled.rsimha@chromium.org2010-07-011-0/+8
* Added checks for server-issued notifications.akalin@chromium.org2010-07-011-3/+6
* Remove extended attributes. The lame broken codepath in the DBS was causingnick@chromium.org2010-06-304-108/+0
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ...ajwong@chromium.org2010-06-303-6/+6
* Make sure sync starts up on browser restart as well as initial sync flow.tim@chromium.org2010-06-292-5/+12
* This change allows the syncer thread to be paused and resumed when the syncer...skrul@chromium.org2010-06-298-73/+334
* Update the Nigori node when the passphrase changes.albertb@chromium.org2010-06-281-1/+11
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-252-44/+13
* A few cleanups to the sync unit tests.nick@chromium.org2010-06-254-7/+9
* Take 2: sync changes to support encryptionalbertb@chromium.org2010-06-2312-33/+371
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-231-13/+29
* Revert 50550 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-231-29/+13
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-231-13/+29
* TBR: willchanalbertb@chromium.org2010-06-2212-371/+33
* DRAFT: sync_api changes to support password encryptionalbertb@chromium.org2010-06-2212-33/+371
* Revert 50479 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-221-29/+13
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-221-13/+29
* Fix line endings in sync code.albertb@chromium.org2010-06-221-16/+16
* TTF: Disabled test, SyncerTest.FAILS_ServerDeletingFolderWeHaveAnOpenEntryInvandebo@chromium.org2010-06-181-1/+2
* FAILS tests should not turn the bot red.vandebo@chromium.org2010-06-181-1/+0
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-0/+1
* Allow InitByTagLookup for WriteNodes.albertb@chromium.org2010-06-182-3/+21