gecko-dev/dom/push
Kit Cambridge 7500315560 Bug 1275436 - Remove push subscriptions from the server after clearing permissions and site data. r=mt
Previously, we removed records locally, but didn't notify the server.
We can be nice and avoid making the server buffer messages for
subscriptions that the client will never use again.

MozReview-Commit-ID: 5iohGQPHXuz

--HG--
extra : rebase_source : 00639fe1016ffd241c18643049f4b061740025f1
2016-05-20 09:38:26 -07:00
..
test Bug 1275436 - Remove push subscriptions from the server after clearing permissions and site data. r=mt 2016-05-20 09:38:26 -07:00
moz.build Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
Push.js Bug 1273260 - Add a pref to override push permissions. r=wchen 2016-05-17 08:32:05 -07:00
Push.manifest Bug 1252650 - Support loading PushService immediately on Android; r=kitcambridge 2016-04-20 15:06:13 -04:00
PushComponents.js Bug 1269385 - Notify Dev Tools when a push subscription is modified. f=janx r=dragana 2016-05-02 08:20:14 -07:00
PushCrypto.jsm Bug 1256488 - Add a Base64 URL-decoder for C++ and chrome JS callers. r=mt,baku 2016-03-22 12:09:04 -07:00
PushDB.jsm Bug 1275436 - Simplify firing push subscription change events. r=mt 2016-05-05 09:12:35 -07:00
PushManager.cpp Bug 1273260 - Add a pref to override push permissions. r=wchen 2016-05-17 08:32:05 -07:00
PushManager.h Bug 1270476 - Fix compilation issues on Android with PushEnabled. rs=jesup 2016-05-05 06:21:00 -04:00
PushNotifier.cpp Bug 1275434 - Refactor PushNotifier to clarify remoting logic. r=dragana 2016-05-19 19:01:34 -07:00
PushNotifier.h Bug 1275434 - Refactor PushNotifier to clarify remoting logic. r=dragana 2016-05-19 19:01:34 -07:00
PushRecord.jsm Bug 1206424 - Ensure daysElapsed is always non-negative when updating the push quota. r=wchen 2016-05-09 20:54:05 -07:00
PushService.jsm Bug 1275436 - Remove push subscriptions from the server after clearing permissions and site data. r=mt 2016-05-20 09:38:26 -07:00
PushServiceAndroidGCM.jsm Bug 1267493 - Replace isURIPotentiallyTrustworthy usage in Push with a testing pref. r=dragana 2016-04-25 20:53:06 -07:00
PushServiceHttp2.jsm Bug 1267493 - Replace isURIPotentiallyTrustworthy usage in Push with a testing pref. r=dragana 2016-04-25 20:53:06 -07:00
PushServiceWebSocket.jsm No bug - Use the correct protocol for insecure Push server URLs. r=me 2016-05-27 17:30:39 -07:00
PushSubscription.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
PushSubscription.h Bug 1270476 - Fix compilation issues on Android with PushEnabled. rs=jesup 2016-05-05 06:21:00 -04:00
PushSubscriptionOptions.cpp Bug 1247685 - WebIDL and DOM implementation changes for app server keys. r=mt,baku 2016-03-22 13:38:03 -07:00
PushSubscriptionOptions.h Bug 1270476 - Fix compilation issues on Android with PushEnabled. rs=jesup 2016-05-05 06:21:00 -04:00
PushUtil.cpp Bug 1267021 - Use fallible allocation and move semantics for Push events. r=wchen 2016-04-22 20:54:22 -07:00
PushUtil.h Bug 1267021 - Use fallible allocation and move semantics for Push events. r=wchen 2016-04-22 20:54:22 -07:00