1. 71ae281 Replace sync experiments with prefs backed by switches and migration code. by [email protected] · 12 years ago
  2. c9ec8b8e [Autofill] Deprecate the "label" field for Sync. by [email protected] · 12 years ago
  3. 1b909d3 Add model version to association stats and client debug info. by [email protected] · 12 years ago
  4. a96e6fd Add support for master key upon LMU creation by [email protected] · 12 years ago
  5. 7ac4bc20 [sql] Add histogram tags to sync databases. by [email protected] · 12 years ago
  6. 4481310b sync: Reduce work done to process bookmark changes by [email protected] · 12 years ago
  7. d9d8f9f sync: Handle type throttling in NudgeTracker by [email protected] · 12 years ago
  8. b67c18c Use OAuth2 token for sync by [email protected] · 12 years ago
  9. aed15ff7 Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/. by [email protected] · 12 years ago
  10. 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by [email protected] · 12 years ago
  11. a4bbc1f9 Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. by [email protected] · 12 years ago
  12. 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
  13. f3c28b0 sync: Allow commit of successors of conflict items by [email protected] · 12 years ago
  14. 25a4c1c Move FileEnumerator to its own file, do some refactoring. by [email protected] · 12 years ago
  15. 90626587 Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/, media/, ppapi/, printing/, remoting/, rlz/, skia/, sql/, sync/, third_party/, tools/, webkit/, win8/. by [email protected] · 12 years ago
  16. 9ca484c sync: Refactor NudgeTracker by [email protected] · 12 years ago
  17. e9c08721 Always sync managed users. by [email protected] · 12 years ago
  18. 560009e sync: Cleanups in and around directory.h by [email protected] · 12 years ago
  19. 8ee0492 Make some more code use "if (weak_ptr)" style by [email protected] · 12 years ago
  20. 1f51ad9 [Sync] Allow enabling partial sets of types instead of blocking by [email protected] · 12 years ago
  21. e26e36b Flip the "acknowledged" flag for managed users in the Python Sync test server. by [email protected] · 12 years ago
  22. fef7b42 Use hash_map for syncable::Directory indices by [email protected] · 12 years ago
  23. eab9d01a Fix even more remaining uses of WeakPtr<T>'s operator T* conversion by [email protected] · 12 years ago
  24. b76e968 Update sync::WeakHandle to use WeakPtr<T>::get() by [email protected] · 12 years ago
  25. cf75ede0 Update sync/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
  26. 002cc08f Roll DEPS for googleurl. Second try. by [email protected] · 12 years ago
  27. 7131880 Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  28. e9d91ff Prioritize configuration of data types in data type manager. by [email protected] · 12 years ago
  29. 9e715412 Use base::MessageLoop in more files. by [email protected] · 12 years ago
  30. bb7e03b sync: Count nodes more efficiently by [email protected] · 12 years ago
  31. 5a496e5 Client changes for disabled dasher account by [email protected] · 12 years ago
  32. a3cdfcfd Worker changes to prepare for lock-free shutdown. by [email protected] · 12 years ago
  33. 414df42f0 sync: Better iteration in GenericChangeProcessor by [email protected] · 12 years ago
  34. d2d2d0c Record blocked navigations for managed users. by [email protected] · 12 years ago
  35. 42e8903 Add Sync data type for managed users. by [email protected] · 12 years ago
  36. bcda347 sync: Use a specialized transaction version setter by [email protected] · 12 years ago
  37. 8825d7db [Android] Hardcode InvalidationService as the Ticl service. by [email protected] · 12 years ago
  38. daaab476 sync: Test and improve bookmark performance by [email protected] · 12 years ago
  39. c74bac70 sync: Process conflicts out of order by [email protected] · 12 years ago
  40. 580cda6 sync: Fix handling of data type throttling by [email protected] · 12 years ago
  41. 32cf80b Initial version of Test Accounts service client (attempt #2) by [email protected] · 12 years ago
  42. 9c86108d Fix mem leak in DownloadUpdatesCommandTest by [email protected] · 12 years ago
  43. c6f0f2d Add time tracking to association stats: by [email protected] · 12 years ago
  44. 3e29907 sync: Report GetUpdate triggers to the server by [email protected] · 12 years ago
  45. fb44196 Revert 198844 "Move sequenced_task_runner to base/task" by [email protected] · 12 years ago
  46. 002c726 Move sequenced_task_runner to base/task by [email protected] · 12 years ago
  47. 89b3252 Move SpawnedTestServer to its own subdirectory. by [email protected] · 12 years ago
  48. 63164af7 Use the machine hostname on Linux machines for the sync session name rather than by [email protected] · 12 years ago
  49. 21cb28a sync: Use base::MessageLoop. by [email protected] · 12 years ago
  50. 055135d [Sync] Log age of auth tokens on authentication failure by [email protected] · 12 years ago
  51. 67c7e0a sync: SyncableService support for starting sync. by [email protected] · 12 years ago
  52. 1bdf938 Add more information to sync protocol GU messages by [email protected] · 12 years ago
  53. 16667be [Sync] Fix gu source generation when downloading control types by [email protected] · 12 years ago
  54. ce7d0cbc GTTF: rename net::TestServer -> net::SpawnedTestServer by [email protected] · 12 years ago
  55. 9460906f Revert "Initial version of Test Accounts service client. This client will" which failed compile on Mac bot. by [email protected] · 12 years ago
  56. 0f02f8a7 Initial version of Test Accounts service client. This client will by [email protected] · 12 years ago
  57. 4209190 Warn on missing OVERRIDE/virtual everywhere, not just in header files. by [email protected] · 12 years ago
  58. e5524e8 Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. by [email protected] · 12 years ago
  59. daae346 Split NetworkTimeTracker into service part and observer part. by [email protected] · 12 years ago
  60. 619f6c3 Add way to tell if device can add google accounts by [email protected] · 12 years ago
  61. c80ec7e sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  62. 950e33e Android: Make sure the NetworkChangeNotifier is initialized in getAuthToken by [email protected] · 12 years ago
  63. a50e16a Sync: Turn on full history sync by default. by [email protected] · 12 years ago
  64. 4c6260d4 Revert 196116 "Sync: Turn on full history sync by default." by [email protected] · 12 years ago
  65. 80eed2d7 Sync: Turn on full history sync by default. by [email protected] · 12 years ago
  66. e9025937 Add compression support to UniquePositions by [email protected] · 12 years ago
  67. 69cdc4e9 [Sync] Add support for server-controlled favicon sync limit by [email protected] · 12 years ago
  68. b0c341c Sync: Turn DCHECK into a warning. by [email protected] · 12 years ago
  69. 0248d92 sync: Finish the SyncScheduler refactor by [email protected] · 12 years ago
  70. b40e52d Add ManagedUserSettings Sync data type. by [email protected] · 12 years ago
  71. e2709240 [Sync] Prevent redundant sync title changes by [email protected] · 12 years ago
  72. 1ebd27d Revert 193992 "Lets try this again." by [email protected] · 12 years ago
  73. 0b31351e Lets try this again. by [email protected] · 12 years ago
  74. 173509e Revert 193968 "Roll the DEPS for google-url." by [email protected] · 12 years ago
  75. e6b2093a Roll the DEPS for google-url. by [email protected] · 12 years ago
  76. 1547693 Move path functions from file_util to FilePath object. by [email protected] · 12 years ago
  77. 4c132fe Add a space between string literals and PRIuS by [email protected] · 12 years ago
  78. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  79. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  80. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  81. 622618f sync: Refactor job ownership in SyncScheduler by [email protected] · 12 years ago
  82. 8942dc6 [Sync] Fix favicon updates to handle orphan nodes by [email protected] · 12 years ago
  83. b8ec98a3 [Android] Fix remaining linker errors for components build by [email protected] · 12 years ago
  84. 457eaeb sync: Bookmark unique position end-to-end support by [email protected] · 12 years ago
  85. b70a880 Fix a typo. by [email protected] · 12 years ago
  86. 5e9e96a Move MessageLoop to base namespace. by [email protected] · 12 years ago
  87. 13ac5353 Update the remaining references to sys_string_conversions.h to its new location. by [email protected] · 12 years ago
  88. 6656569 sync: Remove session member from SyncSessionJob by [email protected] · 12 years ago
  89. 3e419d6 Widen the data pipes between Synced Notifications and Rich Notifications by [email protected] · 12 years ago
  90. d551123 Separate invalidator and sync client ID (part 2/2) by [email protected] · 12 years ago
  91. 43fe640e sync: Implementation of Priority Preferences. by [email protected] · 12 years ago
  92. 6805b60 [Sync] Move Android enabled types logic into native by [email protected] · 12 years ago
  93. 332a8336 Get OAuth2TokenService working on Android. by [email protected] · 12 years ago
  94. 0353290 Revert 190531 "Get OAuth2TokenService working on Android." by [email protected] · 12 years ago
  95. e5a8d43d Get OAuth2TokenService working on Android. by [email protected] · 12 years ago
  96. da84fa4 Move Encryptor to //components/webdata/encryptor. by [email protected] · 12 years ago
  97. 4a50c36a Use specific client type for tango on iOS. by [email protected] · 12 years ago
  98. 099282ef Revert 190128 "Reland libjingle.gyp changes." by [email protected] · 12 years ago
  99. 96c835ea Reland libjingle.gyp changes. by [email protected] · 12 years ago
  100. d2cb1fd Make the protobuf data format for SyncedNotifications more useful, and change the code that depends on the protobuf format. by [email protected] · 12 years ago