summaryrefslogtreecommitdiffstats
path: root/components/invalidation
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-2620-38/+53
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-2646-69/+113
* Componentize GCMInvalidationBridge unittestblundell2015-12-143-0/+161
* Pass method parameters as JavaParamRef in components.torne2015-12-112-9/+10
* Remove kint64min.avi2015-12-032-2/+4
* Make more components pass GN check.brettw2015-11-261-19/+31
* Add context_utils.h includes where needed.torne2015-11-251-1/+1
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+2
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-173-5/+5
* Remove the custom base64url implementation in //components/invalidation/peter2015-11-163-79/+19
* Add string mapping for INVALIDATOR_SHUTTING_DOWN.wkorman2015-11-061-0/+2
* Deprecate *_EXPORT_PRIVATE macros.xhwang2015-11-0610-16/+14
* Finish porting junit tests to GNpkotwicz2015-11-031-1/+1
* Delay fetching account info until OnRefreshTokensLoaded().knn2015-10-292-0/+5
* [invalidation] Componentize TiclProfileSettingsProviderblundell2015-10-2710-1/+229
* Revert "[invalidation] Componentize TiclProfileSettingsProvider"blundell2015-10-238-226/+1
* Componentize InvalidatorStorage unittestblundell2015-10-212-0/+104
* [invalidation] Componentize TiclProfileSettingsProviderblundell2015-10-218-1/+226
* Cleanup: Pass std::string as const reference from components/ki.stfu2015-09-281-2/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-2/+2
* [Sync] Add tokenUnavailable to AccountManagerHelper.maxbogue2015-09-181-5/+6
* [Sync] Some cleanup of AccountManagerHelper.maxbogue2015-09-161-3/+2
* [Sync] Clean up owners fileszea2015-09-151-2/+0
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+5
* Revert "Report data usage UMA for Chrome services"Daniel Cheng2015-09-143-5/+0
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+5
* Make logging of incoming invalidations more verbose.nyquist2015-09-102-2/+8
* A canceled request for a profile download is causing the token service to rem...rogerta2015-09-021-1/+1
* Sync more GN unit tests with GYP.brettw2015-08-211-6/+32
* Revert of Sync more GN unit tests with GYP. (patchset #3 id:40001 of https://...nasko2015-08-211-32/+6
* Sync more GN unit tests with GYP.Brett Wilson2015-08-201-6/+32
* [Sync] Convert to using auto-generated ModelType.maxbogue2015-08-122-63/+89
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* [Sync] Don't crash on null intents in InvalidationClientService.maxbogue2015-07-292-0/+14
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Add missing cacheinvalidation_proto_cpp target to invalidation_impl and expor...knn2015-07-131-1/+3
* GCM: refactor IncomingMessaging and OutgoingMessage.mvanouwerkerk2015-07-132-5/+5
* Remove unnecessary ModelType#ALL_TYPES_TYPEpkotwicz2015-07-032-41/+36
* Refactor AO2TS to make it easier to componentizegogerald2015-07-022-2/+3
* Replace more Tokenize calls with base::SplitStringbrettw2015-06-291-2/+3
* Make Sync comments gender-neutralpvalenzuela2015-06-291-1/+1
* Introduce a layering in the invalidation component as public and impl.knn2015-06-26117-424/+443
* Add more string_util functions to base namespace.brettw2015-06-241-1/+1
* [Android log] Remove Log#makeTagdgn2015-06-221-1/+1
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-162-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Fix Lint Error: Explicitly use US Locale.knn2015-06-111-2/+3
* Fix Android sync regression as a result of https://codereview.chromium.org/11...pkotwicz2015-06-111-1/+0
* [Android] Only invalidate objects that were received from Tango on resume.knn2015-06-099-104/+307
* Replace more ObserverList with base::ObserverList.brettw2015-06-034-4/+4