gecko/dom/interfaces/push
Kit Cambridge a8c027f617 Bug 1150683 - Add XPCOM interfaces for push notifications. r=dougt
---
 b2g/installer/package-manifest.in                  |  1 +
 browser/installer/package-manifest.in              |  1 +
 dom/interfaces/push/moz.build                      | 12 ++++++
 dom/interfaces/push/nsIPushNotificationService.idl | 49 ++++++++++++++++++++++
 .../push/nsIPushObserverNotification.idl           | 30 +++++++++++++
 dom/moz.build                                      |  1 +
 6 files changed, 94 insertions(+)
 create mode 100644 dom/interfaces/push/moz.build
 create mode 100644 dom/interfaces/push/nsIPushNotificationService.idl
 create mode 100644 dom/interfaces/push/nsIPushObserverNotification.idl
2015-04-19 12:06:04 +02:00
..
moz.build Bug 1150683 - Add XPCOM interfaces for push notifications. r=dougt 2015-04-19 12:06:04 +02:00
nsIPushNotificationService.idl Bug 1150683 - Add XPCOM interfaces for push notifications. r=dougt 2015-04-19 12:06:04 +02:00
nsIPushObserverNotification.idl Bug 1150683 - Add XPCOM interfaces for push notifications. r=dougt 2015-04-19 12:06:04 +02:00