summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver
Commit message (Expand)AuthorAgeFilesLines
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* Clean-ups in the GCMKeyStore class.peter2015-07-285-30/+38
* Hook up the Push API with GCM's new ability to own encryption keys.peter2015-07-2814-16/+218
* Revert of Hook up the Push API with GCM's new ability to own encryption keys....peter2015-07-2413-216/+14
* Hook up the Push API with GCM's new ability to own encryption keys.peter2015-07-2413-14/+216
* gcm_driver: Move GN build file into common directory.tfarina2015-07-222-12/+15
* Push API: Plumb rawData byte[] from Java to Chrome.johnme2015-07-223-5/+18
* Include the raw data for incoming GCM messages.peter2015-07-223-8/+35
* Introduce the GCMMessageCryptographer class.peter2015-07-176-0/+738
* Implement GCMKeyStore for storing public/private key-pairs.peter2015-07-179-2/+643
* Remove legacy StartsWithASCII function.brettw2015-07-161-4/+4
* GN: Don't define //components/gcm_driver:unit_tests on Androidagrieve2015-07-141-16/+18
* GCM: refactor IncomingMessaging and OutgoingMessage.mvanouwerkerk2015-07-1325-114/+173
* Replace MessageLoop::current() with ThreadTaskRunnerHandle::Get() in GCMjianli2015-07-111-3/+8
* Add handling of one missing UnregistrationRequest::Status valuejianli2015-07-091-0/+2
* Make sure the GCM Driver unit tests are included in GN builds.peter2015-07-092-2/+36
* Replace more Tokenize calls with base::SplitStringbrettw2015-06-292-9/+8
* Remove cached registration first before writing to cachejianli2015-06-292-0/+51
* Improve registration log in gcm-internals page for Instance IDjianli2015-06-265-44/+64
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-257-75/+53
* Move more string_util functions to base namespace.brettw2015-06-241-1/+2
* Some error handling for instanceID.deleteTokenjianli2015-06-233-48/+110
* Fix a couple problems related to getting and deleting Instance IDjianli2015-06-227-1/+182
* Fix memory leaks in GCMClientImplTestjianli2015-06-181-0/+9
* Stop retring GCM unregistration requests after reaching maximum numberjianli2015-06-184-10/+16
* Wipe out GCM store when it is not neededjianli2015-06-173-35/+98
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-162-2/+2
* Remove unnecessary GCM warning when GCM is triggeredjianli2015-06-161-3/+2
* Do not create GCM store if it is not neededjianli2015-06-162-15/+100
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-2/+4
* Call InstanceID::DeleteID to delete InstanceID data when the app orjianli2015-06-044-1/+38
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-028-84/+61
* Move Tuple to base namespace.brettw2015-05-292-6/+6
* Remove Instance ID and token data when an app with gcm permission isjianli2015-05-283-3/+10
* Delay GetToken/DeleteToken operation until GCMClient is ready.jianli2015-05-285-34/+269
* Add field trial check for InstanceID API.jianli2015-05-271-1/+11
* Delete all associated tokens when removing an Instance ID.jianli2015-05-273-1/+229
* Support getting and deleting token for Instance ID.jianli2015-05-2626-265/+1444
* Make chrome.instanceID only available on dev and canary.jianli2015-05-161-12/+3
* [GCM] Wiring heartbeat interval calls to GCMDriverfgorski2015-05-1412-0/+129
* Persist Instance ID data to GCM store.jianli2015-05-1124-91/+510
* Implement InstanceID API functions.jianli2015-05-076-12/+30
* Pass GCMDriver instance to InstanceID.jianli2015-05-0612-24/+100
* Rename audience parameter name to authorizedEntity in IDL.jianli2015-05-053-12/+13
* Generate Instance ID locally.jianli2015-05-055-5/+192
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* Add InstanceIDDriver and InstanceID.jianli2015-04-2910-0/+427
* Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-271-10/+3
* Add instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-151-0/+5