mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2d97297632
--- b2g/installer/package-manifest.in | 2 +- browser/installer/package-manifest.in | 2 +- dom/push/Push.manifest | 11 +- dom/push/PushNotificationService.js | 81 +++++++++ dom/push/PushService.jsm | 324 ++++++++++++++++++++-------------- dom/push/PushServiceLauncher.js | 50 ------ dom/push/moz.build | 2 +- 7 files changed, 285 insertions(+), 187 deletions(-) create mode 100644 dom/push/PushNotificationService.js delete mode 100644 dom/push/PushServiceLauncher.js
15 lines
765 B
Plaintext
15 lines
765 B
Plaintext
# DOM API
|
|
component {cde1d019-fad8-4044-b141-65fb4fb7a245} Push.js
|
|
contract @mozilla.org/push/PushManager;1 {cde1d019-fad8-4044-b141-65fb4fb7a245}
|
|
|
|
component {CA86B665-BEDA-4212-8D0F-5C9F65270B58} Push.js
|
|
contract @mozilla.org/push/PushSubscription;1 {CA86B665-BEDA-4212-8D0F-5C9F65270B58}
|
|
|
|
# XPCOM component; initializes the PushService on startup.
|
|
component {32028e38-903b-4a64-a180-5857eb4cb3dd} PushNotificationService.js
|
|
contract @mozilla.org/push/NotificationService;1 {32028e38-903b-4a64-a180-5857eb4cb3dd}
|
|
category app-startup PushNotificationService @mozilla.org/push/NotificationService;1
|
|
|
|
component {66a87970-6dc9-46e0-ac61-adb4a13791de} PushNotificationService.js
|
|
contract @mozilla.org/push/ObserverNotification;1 {66a87970-6dc9-46e0-ac61-adb4a13791de}
|