summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up sync logging.akalin@chromium.org2010-10-061-7/+9
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-042-8/+30
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-6/+0
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-30/+8
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-8/+30
* sync: Introduce support for split transaction apply/commit changes. Change_pr...tim@chromium.org2010-09-232-15/+41
* Fix sync_unit_tests two-phase lookup problems.hans@chromium.org2010-09-205-39/+20
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-092-14/+0
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-082-0/+14
* New authorization framework for sync. johnnyg@chromium.org2010-09-082-14/+0
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-182-3/+3
* sync: take two for:tim@chromium.org2010-08-182-1/+20
* Revert 56423 - Added classes to enable session sync functionality.tim@chromium.org2010-08-172-20/+1
* Added classes to enable session sync functionality.tim@chromium.org2010-08-172-1/+20
* Made server_notifier_thread listen to UNKNOWN data type.akalin@chromium.org2010-08-171-0/+16
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-152-3/+1
* sync: Fix backend configuration to support sync db refresh.tim@chromium.org2010-08-112-5/+28
* Remove sync_types.h. No functions from this file are used, and some of them arebrettw@chromium.org2010-08-087-28/+26
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)pvalchev@google.com2010-08-061-1/+1
* Added constants, strings, protos for app sync.akalin@chromium.org2010-08-062-1/+19
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Stopgap fix for bug 48502. Stop syncing on db corruption.tim@chromium.org2010-08-023-4/+33
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-2/+3
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-3/+4
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Fix leaks found by sync unit tests.nick@chromium.org2010-07-284-27/+47
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2612-0/+12
* Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/*finnur@chromium.org2010-07-241-1/+3
* sync: fixes crash that happens when you disable a datatype while there are un...tim@chromium.org2010-07-211-6/+16
* Fix deadlock by introducing a new transaction event.chron@chromium.org2010-07-212-2/+19
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* sync: Remove unused row_iterator.h file.tfarina@chromium.org2010-07-172-4/+2
* sync: Get rid of duplicated typedef Closure definition.tfarina@chromium.org2010-07-161-2/+1
* Fix handling of undeletion within the syncer.nick@chromium.org2010-07-134-18/+22
* sync: add CleanupDisabledTypesCommand to purge data pertaining to previouslytim@chromium.org2010-07-027-45/+269
* Remove extended attributes. The lame broken codepath in the DBS was causingnick@chromium.org2010-06-306-382/+180
* Added ModelType <-> server sync type mappings and used them.akalin@chromium.org2010-06-292-0/+91
* New HTML Sync Setup UI.dantasse@chromium.org2010-06-251-2/+2
* sync: Change entry purging approach to rely on SaveChanges, which is more con...tim@chromium.org2010-06-256-131/+91
* Revert r50774 as it introduces valgrind failureshclam@chromium.org2010-06-251-2/+2
* New HTML Sync Setup UI! This paves the way for the Passphrase UI. (coming so...dantasse@chromium.org2010-06-241-2/+2
* Take 2: sync changes to support encryptionalbertb@chromium.org2010-06-233-2/+15
* sync: Add method to Directory to remove all entries for a set of ModelTypes.tim@chromium.org2010-06-233-5/+145
* TBR: willchanalbertb@chromium.org2010-06-223-15/+2
* DRAFT: sync_api changes to support password encryptionalbertb@chromium.org2010-06-223-2/+15
* Add method to delete entries from the Directory backing sqlite file by metaha...tim@chromium.org2010-06-213-1/+92
* Allow InitByTagLookup for WriteNodes.albertb@chromium.org2010-06-182-0/+7
* Reland: Client side changes to set and get nigori specifics with passingalbertb@chromium.org2010-06-162-0/+9
* Revert 49967 - Client side changes to set and get nigori specifics.skerner@chromium.org2010-06-162-6/+0