summaryrefslogtreecommitdiffstats
path: root/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* sync: Process updates responses on the sync threadrlarocque@chromium.org2013-10-016-29/+39
* Add DOM Distiller sync datatype.nyquist@chromium.org2013-09-272-2/+28
* sync: Process commit responses on the sync threadrlarocque@chromium.org2013-09-262-8/+9
* sync: Introduce ModelNeutralWriteTransactionsrlarocque@chromium.org2013-09-2613-89/+246
* sync: Add ModelNeutralMutableEntryrlarocque@chromium.org2013-09-245-395/+488
* sync: Refactor MutablEntry internalsrlarocque@chromium.org2013-09-172-268/+270
* sync: Add getters and setters to Entry classesrlarocque@chromium.org2013-09-1310-405/+606
* sync: Expose BuildCommitItem helper functionrlarocque@chromium.org2013-08-272-5/+7
* Fix missing const-reference on parameter.etienneb@chromium.org2013-08-222-4/+4
* [Sync] Add CoreTypes supportzea@chromium.org2013-07-181-2/+22
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-181-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-4/+4
* [Sync] Add password support to sync apizea@chromium.org2013-07-101-0/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-4/+4
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-282-2/+2
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-215-10/+10
* [sql] Add histogram tags to sync databases.shess@chromium.org2013-06-162-0/+7
* sync: Reduce work done to process bookmark changesrlarocque@chromium.org2013-06-154-0/+22
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/.dcheng@chromium.org2013-06-121-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-112-2/+2
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-117-7/+7
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-0/+1
* Always sync managed users.bauerb@chromium.org2013-06-071-1/+1
* sync: Cleanups in and around directory.hrlarocque@chromium.org2013-06-078-204/+120
* [Sync] Allow enabling partial sets of types instead of blockingzea@chromium.org2013-06-074-60/+145
* Use hash_map for syncable::Directory indicesrlarocque@chromium.org2013-06-0415-549/+493
* Prioritize configuration of data types in data type manager.haitaol@chromium.org2013-05-311-1/+1
* sync: Count nodes more efficientlyrlarocque@chromium.org2013-05-294-0/+54
* sync: Better iteration in GenericChangeProcessorrlarocque@chromium.org2013-05-282-0/+10
* Add Sync data type for managed users.bauerb@chromium.org2013-05-242-2/+27
* sync: Use a specialized transaction version setterrlarocque@chromium.org2013-05-233-1/+17
* sync: Test and improve bookmark performancerlarocque@chromium.org2013-05-211-3/+1
* sync: Use base::MessageLoop.xhwang@chromium.org2013-05-071-4/+4
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-302-3/+3
* Add ManagedUserSettings Sync data type.bauerb@chromium.org2013-04-172-2/+27
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-4/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-094-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-4/+4
* sync: Bookmark unique position end-to-end supportrlarocque@chromium.org2013-04-0227-599/+1374
* sync: Implementation of Priority Preferences.albertb@chromium.org2013-03-271-3/+7
* sync: Define histogram ints for model typesrlarocque@chromium.org2013-03-152-0/+83
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Revert "Revert 182527" ([Sync] Make SESSIONS an implicit type)zea@chromium.org2013-03-022-8/+16
* Add WriteNode::Drop() to delete entry locally but not on server.haitaol@chromium.org2013-02-271-0/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-3/+3
* enable -Wstring-conversion when compiling with clangscottmg@chromium.org2013-02-221-1/+1
* [Sync] Single definition of set of user selectable sync typesmgist@chromium.org2013-02-211-0/+18
* [Sync] Add boilerplate for favicons typezea@chromium.org2013-02-202-2/+50
* Cleanup: Remove deprecated base::Value methods from sync. Use base::Value too.thestig@chromium.org2013-02-164-40/+47