summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
* Remove pthreads from build and installer files.tim@chromium.org2009-10-107-1200/+0
* Remove pthreads from event_sys_unittest.tim@chromium.org2009-10-091-48/+42
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-092-2/+2
* [Windows] Add a button in bookmark manager to show the status of bookmarks sy...tim@chromium.org2009-10-091-0/+1
* Sync: Remove pthreads from syncapi. Convert AddressWatchThread from pthreads ...tim@chromium.org2009-10-091-51/+57
* Replace pthreads locks with chrome locks in syncable.cc.chron@chromium.org2009-10-094-211/+234
* Sync: Remove pthreads from ServerConnectionManager and notifier.tim@chromium.org2009-10-086-74/+38
* Part 1 of making sync work on Mac:munjal@chromium.org2009-10-0814-36/+150
* Fix merge and sync alignment issue.nick@chromium.org2009-10-081-4/+6
* Sync: Remove pthreads from auth_watcher.tim@chromium.org2009-10-077-253/+385
* Update sync unit tests to build on linuxzork@chromium.org2009-10-0710-937/+545
* Sync: Replace pthread mutex with base::Lock in a few more places.timsteele@google.com2009-10-0710-63/+40
* Revert 28198 - Remove pthreads from syncable.chron@google.com2009-10-072-10/+34
* Remove pthreads from syncable.chron@chromium.org2009-10-072-34/+10
* Cleanup some rotten references to old command line switches.nick@chromium.org2009-10-062-4/+2
* Change the Windows build to statically link the sync library.nick@chromium.org2009-10-062-34/+7
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-066-32/+87
* Initialize message_loop_ in gaia authenticator.timsteele@google.com2009-10-061-1/+2
* Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...timsteele@google.com2009-10-0315-151/+130
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-032-3/+2
* Revert my revert because it causes more problems.nsylvain@chromium.org2009-10-022-34/+1
* revert this change because protoc.exe crashes during compile and breaks the t...nsylvain@chromium.org2009-10-022-1/+34
* Set the LITE runtime optimization flag in sync.proto.nick@chromium.org2009-10-022-34/+1
* Replace Read/Write lock with a plain old chrome lock.chron@chromium.org2009-10-023-261/+68
* A small cleanup to the sync setup flow.nick@chromium.org2009-10-011-1/+1
* Convert the SslInitializationSingleton over to a base/singleton.nick@chromium.org2009-10-011-14/+3
* Rename EscapeUrl and expand the code comment.brg@chromium.com2009-10-011-1/+1
* Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...brg@chromium.com2009-10-011-1/+1
* Remove the syncapi stub.nick@chromium.org2009-09-301-305/+0
* Unflakify SyncerThreadWithSyncerTest.Polling by using TimeTicks instead of sy...tim@chromium.org2009-09-291-15/+7
* Make two members private in sync and add getters/setters for them. tim@chromium.org2009-09-294-9/+30
* Disable it for real this time.nsylvain@chromium.org2009-09-291-1/+3
* Disable SyncerThreadWithSyncerTest.Polling because it's flaky.nsylvain@chromium.org2009-09-291-1/+2
* Remove unused pthread helpers. Looks like we don't use pthread_rw locks at all.chron@chromium.org2009-09-281-127/+0
* sync i18n support for gaia_login.html and merge_and_sync.htmlMove resources i...tim@chromium.org2009-09-282-55/+68
* Balance call to CommandLine::Init in syncapi with call to CommandLine::Termin...tim@chromium.org2009-09-271-0/+2
* Use base/logging from chrome/browser/sync. Add a macro to libjingle'snick@chromium.org2009-09-267-41/+45
* Rename "xmpp/constants.*" to" xmpp/xmppconstants.*"nick@chromium.org2009-09-255-5/+5
* Second attempt at the new syncer thread impl, now with less crashes!tim@chromium.org2009-09-258-248/+1556
* Remove string.h/.cc, xml_parse_helpers.h/.cc, and date- parsing codenick@chromium.org2009-09-2511-1958/+1
* Reverting 27117.davemoore@chromium.org2009-09-248-1550/+248
* Use chrome/base synchronization primitives and threads instead oftim@chromium.org2009-09-248-248/+1550
* Fix compiling of sync on linux.zork@chromium.org2009-09-2240-164/+158
* For bookmark sync, remove cookie support from http bridge and syncapi.chron@chromium.org2009-09-214-65/+5
* Remove syncer_paused from syncapi.tim@chromium.org2009-09-212-4/+0
* Handle some startup errors encountered by ModelAssociator (such as tim@chromium.org2009-09-165-14/+35
* Build the sync unit tests:nick@chromium.org2009-09-163-33/+2
* Build sync engine as part of the browser build.nick@chromium.org2009-09-1546-96/+121
* Check in syncapi header consistent with most recent build of syncapi.dlltim@chromium.org2009-09-151-0/+3
* Made some style fixes in the remaining code under chrom/browser/sync and unde...idana@chromium.org2009-09-14102-865/+867