Go to the source code of this file.
Functions | |
Cu | import ("resource://gre/modules/XPCOMUtils.jsm") |
function | sbShutdownJobService () |
function | NSGetModule (compMgr, fileSpec) |
Variables | |
const | Cc = Components.classes |
const | Ci = Components.interfaces |
const | Cu = Components.utils |
const | Cr = Components.results |
const | SB_SHUTDOWNSERVICE_CLASSNAME = "sbShutdownService" |
const | SB_SHUTDOWNSERVICE_DESC = "Songbird Shutdown Service" |
const | SB_SHUTDOWNSERVICE_CONTRACTID = "@songbirdnest.com/shutdown-service;1" |
const | SB_SHUTDOWNSERVICE_CID = "{594137ED-DB4A-4530-8635-2573C018B4FB}" |
var | gTestListeners = [] |
sbShutdownJobService | prototype |
Cu import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
function NSGetModule | ( | compMgr, | |
fileSpec | |||
) |
function sbShutdownJobService | ( | ) |
const Cc = Components.classes |
Definition at line 27 of file sbShutdownService.js.
const Ci = Components.interfaces |
Definition at line 28 of file sbShutdownService.js.
const Cr = Components.results |
Definition at line 30 of file sbShutdownService.js.
const Cu = Components.utils |
Definition at line 29 of file sbShutdownService.js.
var gTestListeners = [] |
Definition at line 44 of file sbShutdownService.js.
sbShutdownJobService prototype |
Definition at line 53 of file sbShutdownService.js.
const SB_SHUTDOWNSERVICE_CID = "{594137ED-DB4A-4530-8635-2573C018B4FB}" |
Definition at line 35 of file sbShutdownService.js.
const SB_SHUTDOWNSERVICE_CLASSNAME = "sbShutdownService" |
Definition at line 32 of file sbShutdownService.js.
Definition at line 34 of file sbShutdownService.js.
const SB_SHUTDOWNSERVICE_DESC = "Songbird Shutdown Service" |
Definition at line 33 of file sbShutdownService.js.