summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver
Commit message (Expand)AuthorAgeFilesLines
* Create and apply the authentication data for push encryptionpeter2015-12-0111-79/+253
* Instrumentation integration test for the Push API on Android.mvanouwerkerk2015-12-015-8/+118
* ScopedPtrMap => std::map from /component/{content_settings, gcm_driver}limasdf2015-12-012-13/+11
* Include the public keys in the Web Push CEK/nonce infopeter2015-11-305-66/+278
* Use file includes for Push API OWNERS.mvanouwerkerk2015-11-261-3/+1
* Make more components pass GN check.brettw2015-11-263-2/+25
* Add context_utils.h includes where needed.torne2015-11-251-0/+1
* Add iOS-specific script to gcm_internals.htmlblundell2015-11-251-0/+6
* ScopedPtrMap -> std::map from /componentlimasdf2015-11-232-4/+4
* Switch //components from vector_as_array to vector::data.davidben2015-11-201-5/+3
* Run gn --format over all .gn filesagrieve2015-11-203-4/+4
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+2
* Rename Encryption-Key to Crypto-Key, "key" parameter to "aesgcm128".peter2015-11-166-111/+109
* Remove the custom base64url implementations in //components/gcm_driver/crypto/peter2015-11-162-37/+9
* Componentize the GCM info collection for gcm-internals.droger2015-11-163-0/+184
* Replace Curve25519 with P-256 in the GCM Driver crypto module.peter2015-11-1512-59/+536
* Fix several uses of ScopedTempDir in components_unittests.wkorman2015-11-091-2/+5
* Componentizing GcmProfileService.jitendra.ks2015-11-036-0/+323
* Make component_unittests run the same tests on GYP and GN on Androidpkotwicz2015-10-291-12/+16
* Push API: Test push service is no longer lazy-loaded after subscribing.johnme2015-10-282-14/+0
* Add more components to "gn check"brettw2015-10-221-2/+4
* Remove an outdated TODO in the GCM encryption code.peter2015-10-191-3/+0
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-134-21/+16
* Added UMA stats reporting to LevelDB proto.cmumford2015-10-131-2/+9
* Teach the GCM Driver how to decrypt incoming messages.peter2015-10-0912-7/+544
* Add parsers for the Encryption and Encryption-Key HTTP headers.peter2015-10-025-0/+585
* Unwind all the code to account for old system NSS's.davidben2015-09-291-17/+9
* Cleanup: Pass std::string as const reference from google_apis/ and components...ki.stfu2015-09-282-3/+4
* Cleanup: Pass std::string as const reference from components/ki.stfu2015-09-281-2/+2
* Use the appropriate variant of IntToString in //componentsricea2015-09-241-5/+5
* Componentizing chrome/browser/services/gcm/gcm_desktop_utils.cc.jitendra.ks2015-09-224-0/+153
* Fix typo in components/gcm_driver/registration_infojohnme2015-09-172-20/+20
* Move gcm_internals resources and constants to //components.droger2015-09-156-0/+443
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-124-16/+21
* Remove reference counting from HttpNetworkSession.mmenke2015-09-114-21/+16
* Revert of Componentizing chrome/browser/services/gcm/gcm_desktop_utils.cc. (p...pneubeck2015-09-034-153/+0
* Componentizing chrome/browser/services/gcm/gcm_desktop_utils.cc.jitendra.ks2015-09-034-0/+153
* Fix wrong usages of ScopedJavaLocalRef::Release().torne2015-08-271-8/+6
* Fix GCMClient delayed then immediate start.johnme2015-08-212-4/+25
* Fix various errorprone warnings and errors.mikecase2015-08-211-1/+1
* Componentize gcm_account_tracker.jitendra.ks2015-08-194-0/+1064
* 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