gecko-dev/dom/push
Andrew Sutherland fbc2447524 Bug 1383905 - Push notifications should only use "web" content processes. r=bkelly
This introduces filtering to avoid attempting to dispatch notifications
to WebExtensions processes and other types of content processes.

This is dependent upon bug 1395827 changing xpcshell to create its child
processes with a remote type of "web" in order to not break the push
xpcshell tests.

--HG--
extra : rebase_source : 347a9ed6997115a4b1fa362294efb7566b578ee6
extra : source : ebca24a97c779b0b66fa2261e8a771e7220e3cac
2017-07-24 23:28:41 -04:00
..
test Bug 1387805 - Remove [deprecated] nsIScriptSecurityManager.getCodebasePrincipal(). r=bz 2017-08-06 15:31:31 +09:00
moz.build
Push.js
Push.manifest
PushComponents.js
PushCrypto.jsm Bug 1345665 - Implement the "aes128gcm" push decryption scheme. r=mt 2017-05-11 22:03:26 -07:00
PushDB.jsm Bug 1357517 - Remove Preferences.jsm usage from some dom/push/* files. r=kitcambridge 2017-07-28 23:13:57 +02:00
PushManager.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
PushManager.h
PushNotifier.cpp Bug 1383905 - Push notifications should only use "web" content processes. r=bkelly 2017-07-24 23:28:41 -04:00
PushNotifier.h
PushRecord.jsm Bug 1357517 - Remove Preferences.jsm usage from some dom/push/* files. r=kitcambridge 2017-07-28 23:13:57 +02:00
PushService.jsm
PushServiceAndroidGCM.jsm Bug 1368456 - Remove imports of Promise.jsm from Firefox, r=mconley. 2017-06-23 11:25:18 +02:00
PushServiceHttp2.jsm Bug 1357517 - Remove Preferences.jsm usage from some dom/push/* files. r=kitcambridge 2017-07-28 23:13:57 +02:00
PushServiceWebSocket.jsm Bug 1368456 - Remove imports of Promise.jsm from Firefox, r=mconley. 2017-06-23 11:25:18 +02:00
PushSubscription.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
PushSubscription.h
PushSubscriptionOptions.cpp
PushSubscriptionOptions.h
PushUtil.cpp
PushUtil.h