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