summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable/directory_backing_store.cc
Commit message (Expand)AuthorAgeFilesLines
* sync: Put sqlite_utils.* into sqlite_utils namespace.tfarina@chromium.org2011-08-091-35/+36
* Move sqlite_utils.* to sync/util/ directory.tfarina@chromium.org2011-08-091-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* sync: remove autofill migration tim@chromium.org2011-07-071-58/+48
* [Sync] Refactor syncable::{Base,Read,Write}Transactionakalin@chromium.org2011-06-291-1/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-6/+6
* Move crypto_helpers from sync to cryptoqsr@google.com2011-05-051-3/+3
* Coverity: Add a missing DB result check and fix some DB result checking logic.thestig@chromium.org2011-03-161-13/+9
* The sync server supports a new "progress token" scheme that allows data types...nick@chromium.org2011-01-131-21/+104
* Rest of the autofill work.lipalani@chromium.org2010-12-161-14/+130
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* sync: use ObserverList instead of EventChannel (deprecated) for syncer events.tim@chromium.org2010-10-111-3/+3
* [Sync] Added notifications_state field to PersistentKernelInfoakalin@chromium.org2010-10-111-9/+41
* Fix sync_unit_tests two-phase lookup problems.hans@chromium.org2010-09-201-0/+1
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-181-2/+2
* sync: Fix backend configuration to support sync db refresh.tim@chromium.org2010-08-111-3/+27
* Remove sync_types.h. No functions from this file are used, and some of them arebrettw@chromium.org2010-08-081-23/+24
* Stopgap fix for bug 48502. Stop syncing on db corruption.tim@chromium.org2010-08-021-3/+26
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Fix leaks found by sync unit tests.nick@chromium.org2010-07-281-9/+29
* sync: add CleanupDisabledTypesCommand to purge data pertaining to previouslytim@chromium.org2010-07-021-0/+30
* Remove extended attributes. The lame broken codepath in the DBS was causingnick@chromium.org2010-06-301-103/+15
* sync: Change entry purging approach to rely on SaveChanges, which is more con...tim@chromium.org2010-06-251-29/+0
* Add method to delete entries from the Directory backing sqlite file by metaha...tim@chromium.org2010-06-211-0/+29
* Wrap Sqlite utils functions into a sqlite_utils namespace.tfarina@chromium.org2010-06-031-2/+2
* sync: only add to the dirty_metahandles index when marking an item dirty, rat...tim@chromium.org2010-05-071-1/+1
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-7/+7
* Remove CHECK()s from directory backing store and check return values.zork@chromium.org2010-04-291-37/+53
* Delete and recreate the sync database if it is corrupt.albertb@chromium.org2010-04-271-3/+15
* I fail at merging. Build fix.evan@chromium.org2010-04-231-1/+1
* Minor code issues found by Clang.evan@chromium.org2010-04-231-1/+2
* Revert 45257 - Delete and recreate the sync database if it is corrupt.jamesr@chromium.org2010-04-221-13/+3
* Delete and recreate the sync database if it is corrupt.albertb@chromium.org2010-04-211-3/+13
* Make last_download_timestamp and initial_sync_ended per-datatype.nick@chromium.org2010-04-011-36/+156
* Make it clear what last_sync_timestamp actually tracks. Updatenick@chromium.org2010-03-241-2/+2
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...chron@google.com2010-02-091-1/+26
* 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-271-49/+260
* EntryKernel: change from assignable refs to puts.nick@chromium.org2010-01-091-7/+7
* Finish removing query_helpers.*zork@google.com2010-01-081-2/+26
* Continue migration from query_helpers.* to sqlite_utils.*zork@google.com2009-12-291-147/+153
* 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-181-30/+41
* 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-171-52/+18
* 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-251-1/+0
* Final part of PathString cleanup.munjal@chromium.org2009-11-241-5/+3