| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 144583 - sync: fix reentrancy crash in ModelAssociationManager | zea@chromium.org | 2012-07-12 | 4 | -10/+89 |
* | Revert 146422 - Merge 144583 - sync: fix reentrancy crash in ModelAssociation... | zea@chromium.org | 2012-07-12 | 4 | -92/+10 |
* | Merge 144583 - sync: fix reentrancy crash in ModelAssociationManager | zea@chromium.org | 2012-07-12 | 4 | -10/+92 |
* | Merge 144124 - [Sync] Set error upload rate to 0. | zea@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Revert 142427 - Cleaning Up Extensions When Local Content Removed | karen@chromium.org | 2012-06-19 | 1 | -12/+0 |
* | sync: rename OnDisableDatatype to DisableBrokenDatatype. | tim@chromium.org | 2012-06-18 | 16 | -16/+19 |
* | sync: don't make DataTypeErrorHandler inherit UnrecoverableErrorHandler | tim@chromium.org | 2012-06-18 | 27 | -125/+60 |
* | Revert 142517 - [Sync] Refactor sync configuration logic. | zea@chromium.org | 2012-06-18 | 6 | -228/+324 |
* | [Sync] Propagate XMPP auth errors to SyncNotifierObservers | akalin@chromium.org | 2012-06-18 | 1 | -1/+5 |
* | Revert 142794 - Revert 142517 - [Sync] Refactor sync configuration logic. | kkania@chromium.org | 2012-06-18 | 6 | -324/+228 |
* | Revert 142517 - [Sync] Refactor sync configuration logic. | zea@chromium.org | 2012-06-18 | 6 | -228/+324 |
* | Revert 142563 - Handle sync database corruption with re-download | zea@chromium.org | 2012-06-18 | 1 | -0/+23 |
* | sync: move internal_api components used by chrome/browser into internal_api/p... | tim@chromium.org | 2012-06-17 | 45 | -118/+125 |
* | Handle sync database corruption with re-download | rlarocque@chromium.org | 2012-06-16 | 1 | -23/+0 |
* | Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont... | sergeyu@chromium.org | 2012-06-16 | 2 | -4/+4 |
* | [Sync] Refactor sync configuration logic. | zea@chromium.org | 2012-06-15 | 6 | -324/+228 |
* | Cleaning Up Extensions When Local Content Removed | rdevlin.cronin@chromium.org | 2012-06-15 | 1 | -0/+12 |
* | [Sync] Add histogram to track the reason for unrecoverable errors at the PSS. | zea@chromium.org | 2012-06-14 | 11 | -50/+92 |
* | Show throttled data types on about:sync | rlarocque@chromium.org | 2012-06-14 | 1 | -0/+5 |
* | sync: Refactor per-datatype throttling | rlarocque@chromium.org | 2012-06-13 | 2 | -3/+2 |
* | [sync] Make SetSetupInProgress kick sync engine when needed | nyquist@chromium.org | 2012-06-13 | 4 | -14/+19 |
* | TabContentsWrapper -> TabContents, part 56. | avi@chromium.org | 2012-06-13 | 1 | -3/+3 |
* | Add dependencies on HistoryService/BookmarkModel. | erg@chromium.org | 2012-06-12 | 1 | -4/+6 |
* | Adding "Clear hosted app data" checkbox to browsing data removal UI. | mkwst@chromium.org | 2012-06-12 | 1 | -0/+3 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -1/+1 |
* | RefCounted types should not have public destructors - sync and jingle | rsleevi@chromium.org | 2012-06-11 | 3 | -34/+32 |
* | TabContentsWrapper -> TabContents, part 29. | avi@chromium.org | 2012-06-11 | 4 | -24/+21 |
* | Refactor following sync commit loop change | rlarocque@chromium.org | 2012-06-08 | 2 | -8/+8 |
* | Caused pending extensions to install in the proper order (i.e. the order that... | mitchellwrosen@chromium.org | 2012-06-08 | 2 | -18/+17 |
* | Moved kGoogleServicesUsernamePattern to browser state instead of profile prefs. | atwilson@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | sync: create internal_api/public to house sync/ files needed by chrome/browse... | tim@chromium.org | 2012-06-07 | 58 | -90/+72 |
* | Add a CachingValueStore class, which acts as a frontend for LeveldbValueStore, | mpcomplete@chromium.org | 2012-06-06 | 1 | -1/+1 |
* | sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI... | tim@chromium.org | 2012-06-06 | 13 | -12/+12 |
* | Fix sync ModelAssociate trace events | rlarocque@chromium.org | 2012-06-05 | 1 | -0/+2 |
* | Make OTP sign in on by default. It can be turned off in about:flags | rogerta@chromium.org | 2012-06-05 | 2 | -2/+17 |
* | Add chrome://sync counter for total commits | rlarocque@chromium.org | 2012-06-04 | 1 | -0/+4 |
* | Updated SigninManager and TokenService to generate notifications at signout. | atwilson@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Move the rest of the content\test headers that are used by embedders to conte... | jam@chromium.org | 2012-06-04 | 3 | -3/+3 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 32 | -32/+32 |
* | Move mock notification observer header from content\test to content\public\te... | jam@chromium.org | 2012-06-03 | 2 | -4/+4 |
* | Remove sync's ModelSafeWorkerRegistrar | rlarocque@chromium.org | 2012-06-01 | 3 | -23/+53 |
* | Relanding r140069: Move extensions::SettingsStorage to ValueStore, and remove... | mpcomplete@chromium.org | 2012-06-01 | 1 | -4/+4 |
* | [Sync] Add logging after breakpad uploads to defeat optimization(again) | zea@chromium.org | 2012-06-01 | 1 | -17/+27 |
* | Remove Extension::STRICT_ERROR_CHECKS, it was never used. | aa@chromium.org | 2012-05-31 | 3 | -6/+4 |
* | sync: migrate invalidation state from syncable::Directory to InvalidationStorage | tim@chromium.org | 2012-05-31 | 6 | -15/+26 |
* | Give auth errors higher priority in the UI. | atwilson@chromium.org | 2012-05-30 | 3 | -12/+55 |
* | sync: move invalidation version prefs out of SyncPrefs into InvalidatorStorage. | tim@chromium.org | 2012-05-30 | 13 | -122/+377 |
* | [Sync] Cleanup all tab sync enabling logic now that its on by default. | zea@chromium.org | 2012-05-30 | 6 | -92/+1 |
* | [Sync] Defeat call merge optimizations in error handling. | zea@chromium.org | 2012-05-30 | 4 | -31/+81 |
* | Use AuraTestHelper to initialize aura environment in test | oshima@chromium.org | 2012-05-30 | 1 | -0/+4 |