| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert 182527 | isherman@chromium.org | 2013-02-14 | 1 | -7/+1 |
* | [Sync] Make SESSIONS an implicit type | zea@chromium.org | 2013-02-14 | 1 | -1/+7 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 6 | -16/+16 |
* | [Sync] Add support for proxy types | zea@chromium.org | 2013-02-08 | 6 | -23/+69 |
* | Linux/ChromeOS Chromium style checker cleanup, sync/ edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | [sync] Remove unecessary DCHECK in Directory::PurgeEntriesWithTypeIn | nyquist@chromium.org | 2013-02-05 | 1 | -2/+0 |
* | [sync] Componentize sync: Part Final: Target 'sync' is now its own component | rsimha@chromium.org | 2013-02-01 | 5 | -6/+15 |
* | Don't try to read notifications state from sync DB | rlarocque@chromium.org | 2013-01-29 | 4 | -43/+12 |
* | [Sync] Fix various model type mistakes for new types | zea@chromium.org | 2013-01-26 | 1 | -0/+7 |
* | Copy entries of broken (having unrecoverable error) data types to delete jour... | haitaol@chromium.org | 2013-01-26 | 4 | -11/+32 |
* | [sync] Componentize sync: Part 7: Eliminate more filename collisions in sync.gyp | rsimha@chromium.org | 2013-01-24 | 4 | -10/+9 |
* | Sync user's custom spellcheck dictionary | rouslan@chromium.org | 2013-01-23 | 2 | -0/+26 |
* | Use delete journal to remove bookmarks that are already deleted in sync model | haitaol@chromium.org | 2013-01-22 | 3 | -12/+14 |
* | reland: sync: Initialize entries with a model type | rlarocque@chromium.org | 2013-01-12 | 3 | -80/+94 |
* | Revert 176340 | joaodasilva@chromium.org | 2013-01-11 | 3 | -93/+80 |
* | sync: Initialize entries with a valid model type | rlarocque@chromium.org | 2013-01-11 | 3 | -80/+93 |
* | sync: Add PriorityPreference protobuf and supporting code. | albertb@chromium.org | 2013-01-09 | 1 | -0/+24 |
* | sync: Start moving away from PREV_ID and NEXT_ID | rlarocque@chromium.org | 2013-01-08 | 5 | -5/+16 |
* | [Sync] Add support for loading, updating and querying delete journals in | haitaol@chromium.org | 2013-01-05 | 18 | -98/+597 |
* | Create a fresh sync datatype for Synced Notifications | petewil@chromium.org | 2013-01-03 | 1 | -0/+21 |
* | [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/ | rsimha@chromium.org | 2013-01-02 | 21 | -65/+101 |
* | sync: Move unique_client_tag hashing code | rlarocque@chromium.org | 2012-12-21 | 3 | -0/+55 |
* | [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyp | rsimha@chromium.org | 2012-12-19 | 14 | -38/+38 |
* | [Sync] Add support for keystore key rotation. | zea@chromium.org | 2012-12-19 | 1 | -3/+10 |
* | [Sync] Display encrypted data in about:sync | zea@chromium.org | 2012-12-13 | 6 | -14/+47 |
* | Remove initial_sync_ended bits | rlarocque@chromium.org | 2012-12-12 | 6 | -77/+361 |
* | [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/ | rsimha@chromium.org | 2012-12-11 | 3 | -4/+7 |
* | [Sync] Handle invalid specifics field numbers gracefully | akalin@chromium.org | 2012-12-11 | 2 | -1/+15 |
* | [Sync] Add deleted_metas table to sync database. | haitaol@chromium.org | 2012-12-10 | 3 | -4/+157 |
* | [Sync] Re-enable experiments datatype | zea@chromium.org | 2012-11-17 | 1 | -3/+0 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 2 | -8/+8 |
* | Added directory entry counters to about:sync | vishwath@google.com | 2012-11-15 | 2 | -0/+23 |
* | [Sync] Disable experiments datatype temporarily | zea@chromium.org | 2012-11-14 | 1 | -0/+3 |
* | [Sync] Add application logic for non-nigori control types (reland) | zea@chromium.org | 2012-11-13 | 1 | -6/+0 |