diff options
Diffstat (limited to 'comm/suite/components/sessionstore/nsSessionStartup.manifest')
-rw-r--r-- | comm/suite/components/sessionstore/nsSessionStartup.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comm/suite/components/sessionstore/nsSessionStartup.manifest b/comm/suite/components/sessionstore/nsSessionStartup.manifest new file mode 100644 index 0000000000..c1ade9aa87 --- /dev/null +++ b/comm/suite/components/sessionstore/nsSessionStartup.manifest @@ -0,0 +1,11 @@ +# This components must restrict its registration for the app-startup category +# to the specific list of apps that use it so it doesn't get loaded in xpcshell. +# Thus we restrict it to these apps: +# +# suite {4e6c1112-57b6-44ba-adf9-99fb573b0a30} + +component {4e6c1112-57b6-44ba-adf9-99fb573b0a30} nsSessionStartup.js +contract @mozilla.org/suite/sessionstartup;1 {4e6c1112-57b6-44ba-adf9-99fb573b0a30} +category app-startup SessionStartup service,@mozilla.org/suite/sessionstartup;1 +component {d37ccdf1-496f-4135-9575-037180af010d} nsSessionStore.js +contract @mozilla.org/suite/sessionstore;1 {d37ccdf1-496f-4135-9575-037180af010d} |