summaryrefslogtreecommitdiffstats
path: root/content/child/push_messaging
Commit message (Expand)AuthorAgeFilesLines
* Replace Curve25519dh with P256dh in the plumbing for push encryption keys.peter2015-10-062-6/+6
* Revert of Replace Curve25519dh with P256dh in the plumbing for push encryptio...peter2015-10-022-6/+6
* Replace Curve25519dh with P256dh in the plumbing for push encryption keys.peter2015-09-292-6/+6
* Use override for push and notifications Blink API implementations.peter2015-09-251-8/+8
* Move WorkerTaskRunner observer interface to WorkerThread.kalman2015-09-042-8/+7
* Pass WebPushError::ErrorTypePermissionDenied when appropriate.peter2015-09-011-1/+6
* [PushMessaging] Use appopriate type parameters for WebCallbacks (2/3).yhirano2015-08-211-12/+7
* CallbackPromiseAdapter types should be more compatible with WebCallbacks (2/3).yhirano2015-08-101-3/+2
* Introduce the PushSubscription.curve25519dh attribute (2/3)peter2015-07-142-11/+17
* Move push endpoint concatenation up to the browser process.peter2015-06-032-14/+6
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* Push API: use of (un)subscription instead of (un)registrationpranay.kumar2015-05-223-30/+31
* Reject the permissionState promise with NotSupported Exception if userVisible...miguelg2015-05-132-3/+16
* Add test coverage for PushSubscriptionOptions.userVisibleOnlypeter2015-05-072-46/+2
* Change Push Messaging's OWNERS files to use file: includes.peter2015-04-171-2/+1
* Hook up PushSubscriptionOptions on the Chromium side.peter2015-04-012-50/+107
* Cleanup: Fix content header include guards.tfarina2015-02-271-3/+3
* Mechanical change for updating the paths to Push-related Blink API files.peter2015-02-062-3/+3
* workers: Introduce a WorkerThreadMessageFilter to ease routing/processing wor...Sadrul Habib Chowdhury2015-02-043-63/+33
* Implement WebPushProvider::getRegistration() in content layer.mlamouri2014-12-183-0/+57
* Implement WebPushProvider.unregister() in Chromium.mlamouri2014-12-173-6/+65
* Use IDMap in PushProvider.mlamouri2014-12-152-30/+26
* Push API: define platform path for registration and getting permission status...mvanouwerkerk2014-12-025-0/+384