mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
c433e8ff00
Normally we delay-load PushService on session restore. However, we won't have session restore when Gecko is running in background without GUI. So we need a way to load PushService immediately.
12 lines
522 B
Plaintext
12 lines
522 B
Plaintext
# DOM API
|
|
component {cde1d019-fad8-4044-b141-65fb4fb7a245} Push.js
|
|
contract @mozilla.org/push/PushManager;1 {cde1d019-fad8-4044-b141-65fb4fb7a245}
|
|
|
|
# XPCOM components.
|
|
component {daaa8d73-677e-4233-8acd-2c404bd01658} PushComponents.js
|
|
contract @mozilla.org/push/Service;1 {daaa8d73-677e-4233-8acd-2c404bd01658}
|
|
category app-startup PushServiceParent @mozilla.org/push/Service;1
|
|
|
|
# For immediate loading of PushService instead of delayed loading.
|
|
category android-push-service PushServiceParent @mozilla.org/push/Service;1
|