| Commit message (Expand) | Author | Age | Files | Lines |
* | sync: Process updates responses on the sync thread | rlarocque@chromium.org | 2013-10-01 | 6 | -29/+39 |
* | Add DOM Distiller sync datatype. | nyquist@chromium.org | 2013-09-27 | 2 | -2/+28 |
* | sync: Process commit responses on the sync thread | rlarocque@chromium.org | 2013-09-26 | 2 | -8/+9 |
* | sync: Introduce ModelNeutralWriteTransactions | rlarocque@chromium.org | 2013-09-26 | 13 | -89/+246 |
* | sync: Add ModelNeutralMutableEntry | rlarocque@chromium.org | 2013-09-24 | 5 | -395/+488 |
* | sync: Refactor MutablEntry internals | rlarocque@chromium.org | 2013-09-17 | 2 | -268/+270 |
* | sync: Add getters and setters to Entry classes | rlarocque@chromium.org | 2013-09-13 | 10 | -405/+606 |
* | sync: Expose BuildCommitItem helper function | rlarocque@chromium.org | 2013-08-27 | 2 | -5/+7 |
* | Fix missing const-reference on parameter. | etienneb@chromium.org | 2013-08-22 | 2 | -4/+4 |
* | [Sync] Add CoreTypes support | zea@chromium.org | 2013-07-18 | 1 | -2/+22 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 2 | -4/+4 |
* | [Sync] Add password support to sync api | zea@chromium.org | 2013-07-10 | 1 | -0/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 2 | -4/+4 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 5 | -10/+10 |
* | [sql] Add histogram tags to sync databases. | shess@chromium.org | 2013-06-16 | 2 | -0/+7 |
* | sync: Reduce work done to process bookmark changes | rlarocque@chromium.org | 2013-06-15 | 4 | -0/+22 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/. | dcheng@chromium.org | 2013-06-12 | 1 | -1/+1 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 2 | -2/+2 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 7 | -7/+7 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -0/+1 |
* | Always sync managed users. | bauerb@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | sync: Cleanups in and around directory.h | rlarocque@chromium.org | 2013-06-07 | 8 | -204/+120 |
* | [Sync] Allow enabling partial sets of types instead of blocking | zea@chromium.org | 2013-06-07 | 4 | -60/+145 |
* | Use hash_map for syncable::Directory indices | rlarocque@chromium.org | 2013-06-04 | 15 | -549/+493 |
* | Prioritize configuration of data types in data type manager. | haitaol@chromium.org | 2013-05-31 | 1 | -1/+1 |
* | sync: Count nodes more efficiently | rlarocque@chromium.org | 2013-05-29 | 4 | -0/+54 |
* | sync: Better iteration in GenericChangeProcessor | rlarocque@chromium.org | 2013-05-28 | 2 | -0/+10 |
* | Add Sync data type for managed users. | bauerb@chromium.org | 2013-05-24 | 2 | -2/+27 |
* | sync: Use a specialized transaction version setter | rlarocque@chromium.org | 2013-05-23 | 3 | -1/+17 |
* | sync: Test and improve bookmark performance | rlarocque@chromium.org | 2013-05-21 | 1 | -3/+1 |
* | sync: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 1 | -4/+4 |
* | Warn on missing OVERRIDE/virtual everywhere, not just in header files. | rsleevi@chromium.org | 2013-05-02 | 1 | -1/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-30 | 2 | -3/+3 |
* | Add ManagedUserSettings Sync data type. | bauerb@chromium.org | 2013-04-17 | 2 | -2/+27 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 4 | -4/+4 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 4 | -4/+4 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 4 | -4/+4 |
* | sync: Bookmark unique position end-to-end support | rlarocque@chromium.org | 2013-04-02 | 27 | -599/+1374 |
* | sync: Implementation of Priority Preferences. | albertb@chromium.org | 2013-03-27 | 1 | -3/+7 |
* | sync: Define histogram ints for model types | rlarocque@chromium.org | 2013-03-15 | 2 | -0/+83 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | Revert "Revert 182527" ([Sync] Make SESSIONS an implicit type) | zea@chromium.org | 2013-03-02 | 2 | -8/+16 |
* | Add WriteNode::Drop() to delete entry locally but not on server. | haitaol@chromium.org | 2013-02-27 | 1 | -0/+4 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 3 | -3/+3 |
* | enable -Wstring-conversion when compiling with clang | scottmg@chromium.org | 2013-02-22 | 1 | -1/+1 |
* | [Sync] Single definition of set of user selectable sync types | mgist@chromium.org | 2013-02-21 | 1 | -0/+18 |
* | [Sync] Add boilerplate for favicons type | zea@chromium.org | 2013-02-20 | 2 | -2/+50 |
* | Cleanup: Remove deprecated base::Value methods from sync. Use base::Value too. | thestig@chromium.org | 2013-02-16 | 4 | -40/+47 |