summaryrefslogtreecommitdiffstats
path: root/sync/notifier
Commit message (Expand)AuthorAgeFilesLines
* sync: Use base::MessageLoop.xhwang@chromium.org2013-05-079-18/+18
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-303-4/+4
* sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-273-6/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-21/+29
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-096-29/+21
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-21/+29
* Separate invalidator and sync client ID (part 2/2)rlarocque@chromium.org2013-03-2822-102/+95
* Use specific client type for tango on iOS.qsr@chromium.org2013-03-241-0/+4
* Implement Invalidator::Acknowledge.dcheng@chromium.org2013-03-0514-105/+465
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-213-63/+54
* Linux/ChromeOS Chromium style checker cleanup, sync/ edition.rsleevi@chromium.org2013-02-073-10/+12
* Migrate invalidator client IDs out of syncrlarocque@chromium.org2013-02-065-0/+45
* Remove syncer::IncomingInvalidationSourcerlarocque@chromium.org2013-02-0218-140/+57
* Separate local and remote sync invalidationsrlarocque@chromium.org2013-01-301-1/+2
* Don't try to read notifications state from sync DBrlarocque@chromium.org2013-01-2915-142/+5
* Makes the necessary changes to sync.gyp as well as its dependencies (most not...blundell@chromium.org2013-01-241-0/+2
* Roll cacheinvalidation forward to @261.ghc@google.com2013-01-181-1/+1
* [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2013-01-0215-39/+56
* [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2012-12-118-20/+29
* [Sync] Treat XMPP auth errors as sync auth errorsakalin@chromium.org2012-12-051-0/+1
* Implement features needed for local ack handling in InvalidationStateTracker.dcheng@chromium.org2012-12-056-18/+102
* Remove unregistered IDs from the invalidation state map cache.dcheng@chromium.org2012-11-215-2/+48
* Remove various DoNothing functions in favor of base::DoNothingakalin@chromium.org2012-11-151-4/+2
* sync: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-145-11/+11
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-2/+3
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-3/+2
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-2/+3
* Implement a class to manage backoff timers for local invalidation reminders.dcheng@chromium.org2012-11-094-0/+692
* Add the InvalidationState struct to bundle local state about invalidations.dcheng@chromium.org2012-10-1914-49/+52
* [Invalidations] Require there to be no registered handlers on Invalidator des...akalin@chromium.org2012-10-055-5/+39
* Rename ModelType/ObjectIdStateMap to InvalidationMap.dcheng@chromium.org2012-10-0430-389/+410
* Rename InvalidationState to BootstrapDatadcheng@chromium.org2012-10-0313-52/+53
* [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend}akalin@chromium.org2012-09-0729-488/+504
* [Sync] Rename classes in sync/ that start with Chromeakalin@chromium.org2012-09-068-228/+227
* Add InvalidationStateTracker::Forget() to erase an entry from storage.dcheng@chromium.org2012-09-048-17/+49
* [Sync] Pass ModelTypeSet by value everywhereakalin@chromium.org2012-09-012-2/+2
* [Sync] Rework Invalidator-related unit testsakalin@chromium.org2012-08-3123-508/+1090
* Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler.dcheng@chromium.org2012-08-2822-429/+422
* [Sync] Use fakes for SyncNotifier{,Observer} instead of mocksakalin@chromium.org2012-08-2413-223/+421
* Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.dcheng@chromium.org2012-08-2425-204/+348
* Fix SyncNotifierRegistrarHelper test in official builds.dcheng@chromium.org2012-08-141-2/+3
* [Sync] Avoid unregistering object IDs on shutdownakalin@chromium.org2012-08-1017-368/+606
* Revert 150990 - [Sync] Avoid unregistering object IDs on shutdownjeremya@chromium.org2012-08-1017-606/+368
* [Sync] Avoid unregistering object IDs on shutdownakalin@chromium.org2012-08-1017-368/+606
* [Sync] Rework unit tests for ChromeInvalidationClientakalin@chromium.org2012-08-0912-315/+801
* [Sync] Address msw's comments for r149747akalin@chromium.org2012-08-043-8/+7
* [Sync] Enable adding notifier observers from ProfileSyncServiceakalin@chromium.org2012-08-023-3/+28
* Change protoc build rule to not use cygwin bash.iannucci@chromium.org2012-07-316-6/+6
* [Sync] Fix race condition with notification startupakalin@chromium.org2012-07-281-1/+4
* Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserverdcheng@chromium.org2012-07-2721-195/+540