| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Have SBH tell SyncManager which types to purge | zea@chromium.org | 2013-06-22 | 6 | -61/+33 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 3 | -18/+10 |
* | [Autofill] Sync Autofill profiles' origins. | isherman@chromium.org | 2013-06-21 | 2 | -0/+2 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 42 | -138/+145 |
* | Replace sync experiments with prefs backed by switches and migration code. | pastarmovj@chromium.org | 2013-06-20 | 1 | -1/+0 |
* | [Autofill] Deprecate the "label" field for Sync. | isherman@chromium.org | 2013-06-20 | 2 | -5/+1 |
* | Add model version to association stats and client debug info. | haitaol@chromium.org | 2013-06-17 | 7 | -1/+33 |
* | Add support for master key upon LMU creation | antrim@chromium.org | 2013-06-17 | 1 | -0/+2 |
* | [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 | 11 | -120/+107 |
* | sync: Handle type throttling in NudgeTracker | rlarocque@chromium.org | 2013-06-14 | 39 | -490/+498 |
* | Use OAuth2 token for sync | pavely@chromium.org | 2013-06-13 | 15 | -63/+48 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/. | dcheng@chromium.org | 2013-06-12 | 3 | -8/+2 |
* | 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 | 42 | -46/+45 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 5 | -5/+5 |
* | sync: Allow commit of successors of conflict items | rlarocque@chromium.org | 2013-06-08 | 3 | -75/+60 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -0/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 4 | -4/+4 |
* | sync: Refactor NudgeTracker | rlarocque@chromium.org | 2013-06-07 | 5 | -116/+258 |
* | 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 | 19 | -267/+144 |
* | Make some more code use "if (weak_ptr)" style | akalin@chromium.org | 2013-06-07 | 2 | -7/+7 |
* | [Sync] Allow enabling partial sets of types instead of blocking | zea@chromium.org | 2013-06-07 | 14 | -91/+382 |
* | Flip the "acknowledged" flag for managed users in the Python Sync test server. | bauerb@chromium.org | 2013-06-05 | 3 | -4/+65 |
* | Use hash_map for syncable::Directory indices | rlarocque@chromium.org | 2013-06-04 | 18 | -554/+497 |
* | Fix even more remaining uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-04 | 2 | -7/+7 |
* | Update sync::WeakHandle to use WeakPtr<T>::get() | akalin@chromium.org | 2013-06-03 | 1 | -5/+5 |
* | Update sync/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 3 | -4/+4 |
* | Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ... | rsleevi@chromium.org | 2013-06-03 | 6 | -21/+19 |
* | Prioritize configuration of data types in data type manager. | haitaol@chromium.org | 2013-05-31 | 10 | -28/+111 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 4 | -5/+5 |
* | sync: Count nodes more efficiently | rlarocque@chromium.org | 2013-05-29 | 5 | -25/+55 |
* | Client changes for disabled dasher account | pavely@chromium.org | 2013-05-29 | 8 | -1/+21 |
* | Worker changes to prepare for lock-free shutdown. | haitaol@chromium.org | 2013-05-29 | 14 | -26/+149 |
* | sync: Better iteration in GenericChangeProcessor | rlarocque@chromium.org | 2013-05-28 | 4 | -0/+19 |
* | Record blocked navigations for managed users. | bauerb@chromium.org | 2013-05-24 | 4 | -6/+27 |
* | Add Sync data type for managed users. | bauerb@chromium.org | 2013-05-24 | 15 | -5/+111 |
* | sync: Use a specialized transaction version setter | rlarocque@chromium.org | 2013-05-23 | 3 | -1/+17 |
* | [Android] Hardcode InvalidationService as the Ticl service. | yfriedman@chromium.org | 2013-05-23 | 2 | -98/+4 |
* | sync: Test and improve bookmark performance | rlarocque@chromium.org | 2013-05-21 | 1 | -3/+1 |
* | sync: Process conflicts out of order | rlarocque@chromium.org | 2013-05-17 | 1 | -39/+6 |
* | sync: Fix handling of data type throttling | rlarocque@chromium.org | 2013-05-16 | 7 | -27/+167 |
* | Initial version of Test Accounts service client (attempt #2) | pvalenzuela@chromium.org | 2013-05-13 | 7 | -0/+464 |
* | Fix mem leak in DownloadUpdatesCommandTest | rlarocque@chromium.org | 2013-05-10 | 1 | -2/+4 |
* | Add time tracking to association stats: | haitaol@chromium.org | 2013-05-09 | 3 | -1/+34 |
* | sync: Report GetUpdate triggers to the server | rlarocque@chromium.org | 2013-05-09 | 22 | -409/+978 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |