sbWindowsAutoPlayService.js File Reference

Songbird Windows AutoPlay Service Source. More...

Go to the source code of this file.

Functions

 if (typeof(Cc)=="undefined") var Cc
 
Cu import ("resource://app/jsmodules/ObserverUtils.jsm")
 
function sbWindowsAutoPlayService ()
 
function NSGetModule (compMgr, fileSpec)
 

Variables

var sbWindowsAutoPlayServiceCfg
 
sbWindowsAutoPlayServiceCfg _xpcom_categories
 
sbWindowsAutoPlayService prototype
 

Detailed Description

Songbird Windows AutoPlay Service Source.

Definition in file sbWindowsAutoPlayService.js.

Function Documentation

if ( typeof(Cc = ="undefined")

Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.

Enable DEBUG_DATAREMOTES to track down leaks.

Definition at line 524 of file sbDataRemote.js.

Cu import ( "resource://app/jsmodules/ObserverUtils.jsm"  )
function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 672 of file sbWindowsAutoPlayService.js.

Here is the call graph for this function:

function sbWindowsAutoPlayService ( )

Construct a Windows AutoPlay service object.

Definition at line 107 of file sbWindowsAutoPlayService.js.

Here is the caller graph for this function:

Variable Documentation

sbWindowsAutoPlayServiceCfg _xpcom_categories
Initial value:
= [
{
category: "app-startup",
value: "service," + sbWindowsAutoPlayServiceCfg.contractID
}
]
classDescription entry
Definition: FeedWriter.js:1427
countRef value
Definition: FeedWriter.js:1423
var sbWindowsAutoPlayServiceCfg

Definition at line 88 of file sbWindowsAutoPlayService.js.

Definition at line 113 of file sbWindowsAutoPlayService.js.

var sbWindowsAutoPlayServiceCfg
Initial value:
= {
classDescription: "Songbird Windows AutoPlay Service",
classID: Components.ID("{3124ec90-1dd2-11b2-8059-c4e994415c12}"),
contractID: "@songbirdnest.com/Songbird/WindowsAutoPlayService;1",
ifList: [ Ci.sbIWindowsAutoPlayService,
Ci.sbICommandLineFlagHandler,
Ci.nsIObserver ]
}
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
const Ci
sbDeviceFirmwareAutoCheckForUpdate prototype classID

Definition at line 79 of file sbWindowsAutoPlayService.js.