| Commit message (Expand) | Author | Age | Files | Lines |
* | Split ValueSerializer into separate Serializer and Deserializer classes. | prashhir | 2015-03-05 | 1 | -1/+2 |
* | Add the Sync.PassphraseType histogram. | maxbogue | 2014-12-05 | 1 | -0/+4 |
* | sync: Add non-blocking type encryption (retry) | rlarocque@chromium.org | 2014-08-06 | 1 | -1/+1 |
* | Revert of sync: Add non-blocking type encryption support (https://codereview.... | thestig@chromium.org | 2014-08-05 | 1 | -1/+1 |
* | sync: Add non-blocking type encryption support | rlarocque@chromium.org | 2014-08-05 | 1 | -1/+1 |
* | sync: Specialize functions that fetch type root | rlarocque@chromium.org | 2014-06-03 | 1 | -11/+8 |
* | Refactor password sync integration tests | rlarocque@chromium.org | 2014-05-09 | 1 | -1/+0 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -2/+1 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -1/+2 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -2/+1 |
* | Chrome sync: Put WeakPtrFactory members at the end | dmichael@chromium.org | 2013-10-10 | 1 | -3/+3 |
* | sync: Add getters and setters to Entry classes | rlarocque@chromium.org | 2013-09-13 | 1 | -2/+2 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 1 | -3/+3 |
* | [Sync] Allow enabling partial sets of types instead of blocking | zea@chromium.org | 2013-06-07 | 1 | -4/+2 |
* | sync: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 1 | -2/+2 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-27 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | [Sync] Stop requiring backwards compatbility for sync encryption | zea@chromium.org | 2013-03-22 | 1 | -10/+18 |
* | [sync] Fix UMA tracking of sync encryption state | rsimha@chromium.org | 2013-03-02 | 1 | -0/+13 |
* | [Sync] Add more encryption histograms | zea@chromium.org | 2013-02-06 | 1 | -0/+50 |
* | [Sync] Fix histogram labelling for keystore rotation | zea@chromium.org | 2013-01-31 | 1 | -3/+3 |
* | [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyp | rsimha@chromium.org | 2012-12-19 | 1 | -2/+2 |
* | [Sync] Add support for keystore key rotation. | zea@chromium.org | 2012-12-19 | 1 | -44/+270 |
* | [Sync] Add history delete directive type | akalin@chromium.org | 2012-10-17 | 1 | -8/+8 |
* | [Sync] Add custom passphrase time tracking | zea@chromium.org | 2012-10-12 | 1 | -6/+51 |
* | [Sync] Add keystore encryption info to about:sync | zea@chromium.org | 2012-09-19 | 1 | -6/+17 |
* | [Sync] Base64 encode the keystore key before using | zea@chromium.org | 2012-09-18 | 1 | -2/+8 |
* | [Sync] Add keystore migration conflict support. | zea@chromium.org | 2012-09-17 | 1 | -1/+6 |
* | [Sync] Implement keystore migration support. | zea@chromium.org | 2012-09-13 | 1 | -112/+607 |
* | sync: Introduce control data types | rlarocque@chromium.org | 2012-08-31 | 1 | -7/+11 |
* | [Sync] Move keystore key handling to SyncEncryptionHandlerImpl | zea@chromium.org | 2012-08-29 | 1 | -2/+32 |
* | [Sync] Refactor passphrase state handling | zea@chromium.org | 2012-08-26 | 1 | -16/+26 |
* | [Sync] Refactor GetEncryptedTypes usage. | zea@chromium.org | 2012-08-24 | 1 | -92/+165 |
* | [Sync] Add SyncEncryptionHandler | zea@chromium.org | 2012-08-16 | 1 | -0/+678 |