summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* Make last_download_timestamp and initial_sync_ended per-datatype.nick@chromium.org2010-04-018-114/+520
* Implemented initial version of themes syncing (behind a flag).akalin@chromium.org2010-03-293-1/+14
* Make it clear what last_sync_timestamp actually tracks. Updatenick@chromium.org2010-03-244-15/+15
* Refactor Directory/Directory::Kernel to eliminate some duplicate variable dec...nick@chromium.org2010-03-222-51/+49
* Update sync to support syncing of typed urlszork@chromium.org2010-03-183-0/+13
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-097-0/+0
* Add unique hashing to sync API.chron@google.com2010-02-181-9/+0
* We dump all of the originals_ metahandles to the dirty_metahandles index and ...chron@google.com2010-02-173-10/+187
* Hook up client side of per-datatype GetUpdates.nick@chromium.org2010-02-114-7/+171
* Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...chron@google.com2010-02-097-30/+501
* Mark dirty in PutParentIdPropertyOnly.nick@chromium.org2010-02-091-0/+1
* Fix a bug where positions inside of a newly-committed folder would benick@chromium.org2010-02-092-3/+19
* Sync api changes to support preferences.albertb@google.com2010-02-022-0/+4
* Don't acquire a database lock in syncable::DirectoryBackingStore::SaveChanges...nick@chromium.org2010-01-281-1/+10
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-278-114/+951
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-221-0/+27
* EntryKernel: change from assignable refs to puts.nick@chromium.org2010-01-093-68/+77
* Finish removing query_helpers.*zork@google.com2010-01-082-3/+26
* Fix for sync bug 31566. Return const& rather than a copy fromtim@chromium.org2010-01-072-4/+22
* Continue migration from query_helpers.* to sqlite_utils.*zork@google.com2009-12-294-153/+158
* atl: Remove unused <atlbase.h> header from some source files.jhawkins@chromium.org2009-12-291-72/+72
* Fix a release mode crash. Work should not be done inside of DCHECK()s.zork@google.com2009-12-191-2/+2
* Continuing migration of directory_backing_store.cc to Chromium sqlite wrappers.zork@google.com2009-12-183-41/+45
* Update DirectoryBackingStore::SaveChanges() to use Chromium's SQlite helper f...zork@chromium.org2009-12-181-45/+37
* Remove per-field dirty bits from EntryKernel.nick@chromium.org2009-12-174-115/+87
* Alter DirectoryBackingStore::InitializeTables() andzork@google.com2009-12-171-32/+33
* Handle errors in DoesTableExist() gracefully instead of crashing.zork@google.com2009-12-161-2/+6
* sync: get rid of path_helpers files.nick@chromium.org2009-11-255-5/+0
* Final part of PathString cleanup.munjal@chromium.org2009-11-245-128/+125
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-211-0/+2
* Remove unique naming from syncer! This reduces the complexity. Modify the ind...chron@google.com2009-11-205-819/+208
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Part 1 of removing PathSTring. I scrubbed files that are notmunjal@chromium.org2009-11-133-12/+15
* Clean up the strings for sync code:munjal@chromium.org2009-11-047-228/+81
* linux: fix gcc 4.3 issues (for arm)piman@chromium.org2009-10-271-0/+1
* Fix unit test compiling on Linuxzork@chromium.org2009-10-212-8/+0
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-173-11/+11
* Fix some warnings on Mac that are treated as errors:munjal@chromium.org2009-10-152-3/+1
* Fixed some more Google Sync mac build compile errors.akalin@chromium.org2009-10-131-48/+0
* Replace pthreads locks with chrome locks in syncable.cc.chron@chromium.org2009-10-093-211/+233
* Part 1 of making sync work on Mac:munjal@chromium.org2009-10-082-15/+2
* Update sync unit tests to build on linuxzork@chromium.org2009-10-071-425/+35
* Sync: Replace pthread mutex with base::Lock in a few more places.timsteele@google.com2009-10-073-41/+25
* Revert 28198 - Remove pthreads from syncable.chron@google.com2009-10-072-10/+34
* Remove pthreads from syncable.chron@chromium.org2009-10-072-34/+10
* Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...timsteele@google.com2009-10-031-2/+2
* Replace Read/Write lock with a plain old chrome lock.chron@chromium.org2009-10-022-259/+66
* Fix compiling of sync on linux.zork@chromium.org2009-09-224-29/+32
* Build the sync unit tests:nick@chromium.org2009-09-161-21/+0
* Build sync engine as part of the browser build.nick@chromium.org2009-09-154-22/+28