summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Set username for sync setup on ChromeOSstevenjb@chromium.org2010-10-221-0/+10
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-2212-34/+64
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-221-0/+2
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*.pkasting@chromium.org2010-10-227-69/+70
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-223-3/+3
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-223-3/+3
* sync: enable password sync by default.tim@chromium.org2010-10-2112-214/+314
* Convert LOG(INFO) to VLOG(1) - chrome/browser/sync/engine/.pkasting@chromium.org2010-10-2114-217/+193
* Convert LOG(INFO) to VLOG(1) - chrome/browser/sync/glue/.pkasting@chromium.org2010-10-219-45/+44
* UI changes to support syncing foreign sessions. Changes were largely made to ...zea@chromium.org2010-10-211-0/+14
* Check for startup suppression at startup, not in AreCredentialsAvailable().johnnyg@chromium.org2010-10-211-7/+9
* Fix syncing of sessions. Numerous changes have been made. Currently, the mode...zea@chromium.org2010-10-208-140/+155
* FBTF: Even more deinlining.erg@google.com2010-10-204-0/+10
* Revert 63223 - sync: enable password sync by default.tim@chromium.org2010-10-203-34/+10
* Center the content of the setting up dialog.johnnyg@chromium.org2010-10-201-1/+1
* sync: enable password sync by default.tim@chromium.org2010-10-203-10/+34
* sync: fix passphrase bootstrapping and more.tim@chromium.org2010-10-204-11/+70
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-202-0/+12
* sync: fix checkboxes and focus on configure screen.tim@chromium.org2010-10-191-6/+20
* sync: reencrypt all passwords on passphrase changetim@chromium.org2010-10-191-4/+34
* Revert 62699 - [Sync] Added some switches for testing/debugging.rsimha@chromium.org2010-10-193-20/+10
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-192-7/+9
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-184-17/+50
* Move the rest of the Extension data into either StaticData or RuntimeDatampcomplete@chromium.org2010-10-181-2/+2
* Fix some problems with the ENTER_PASSPHRASE state in sync setup.johnnyg@chromium.org2010-10-189-17/+71
* Disable the SyncerThreadWithSyncerTest.Pause because it crashes almost all th...nsylvain@chromium.org2010-10-161-5/+4
* [Sync] Replace TalkMediator delegate handling with thread-safe observer listsakalin@chromium.org2010-10-162-54/+19
* [Sync] fix about:sync crash with unrecoverable errorakalin@chromium.org2010-10-155-4/+193
* [Sync] Added some switches for testing/debugging.akalin@chromium.org2010-10-153-10/+20
* Disable crashy ProfileSyncServiceAutofillTest.ServerChangeRacephajdan.jr@chromium.org2010-10-141-2/+2
* [Sync] Revamped ChromeSystemResources tests, fixed memory leakakalin@chromium.org2010-10-141-46/+53
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-1414-19/+31
* [Sync] Made notifications code read/write persistent state.akalin@chromium.org2010-10-142-44/+78
* Revert unintended commit.agl@chromium.org2010-10-131-1/+1
* Adding a method to the Sync test harness that disables sync for a client.rsimha@chromium.org2010-10-132-1/+8
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* sync (cros): Don't try to migrate tokens on cros.tim@chromium.org2010-10-131-0/+6
* Use protobuf_lite to save on binary size.agl@chromium.org2010-10-1314-57/+29
* Add timeout to clearing server dataraz@chromium.org2010-10-133-4/+105
* Delete moar code. And fix clang.thakis@chromium.org2010-10-131-7/+0
* [Sync] Removed unused function causing clang build to failakalin@chromium.org2010-10-131-11/+0
* [Sync] Rolled cache invalidation API to @49.akalin@chromium.org2010-10-136-181/+61
* Rename ChromeThread to BrowserThread Final Part:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-1247-48/+47
* [Sync] Pass correct ExpectedCrxType to ExtensionsService.akalin@chromium.org2010-10-123-1/+12
* [Sync] Post notification state write callback instead of running it immediatelyakalin@chromium.org2010-10-122-3/+17
* Add UI for setting the encryption passphrase.johnnyg@chromium.org2010-10-1212-603/+1088
* sync: second factor auth supporttim@chromium.org2010-10-1110-30/+207
* sync: use ObserverList instead of EventChannel (deprecated) for syncer events.tim@chromium.org2010-10-1129-612/+348
* Nudge syncer when datatypes are deleted. This ensures the deletion happens in...zea@chromium.org2010-10-111-10/+20