sbShutdownService.js File Reference

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
 

Function Documentation

Cu import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 314 of file sbShutdownService.js.

Here is the call graph for this function:

function sbShutdownJobService ( )

Definition at line 46 of file sbShutdownService.js.

Here is the caller graph for this function:

Variable Documentation

const Cc = Components.classes

Definition at line 27 of file sbShutdownService.js.

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.

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.

const SB_SHUTDOWNSERVICE_CONTRACTID = "@songbirdnest.com/shutdown-service;1"

Definition at line 34 of file sbShutdownService.js.

const SB_SHUTDOWNSERVICE_DESC = "Songbird Shutdown Service"

Definition at line 33 of file sbShutdownService.js.