sbIPDServicePaneService.js File Reference

Javascript source for the iPod device service pane service. More...

Go to the source code of this file.

Functions

Components utils import ("resource://gre/modules/XPCOMUtils.jsm")
 
 if (typeof(Cc)=="undefined") var Cc
 
function IPD_SPS ()
 Construct an iPod device service pane services object. More...
 
function NSGetModule (compMgr, fileSpec)
 

Variables

const TYPE_X_SB_TRANSFER_MEDIA_LIST = "application/x-sb-transfer-media-list"
 
const IPODSP_NS = "http://songbirdnest.com/rdf/ipod-servicepane#"
 
var IPD_SPSCfg
 
IPD_SPS prototype constructor = IPD_SPS
 
IPD_SPS prototype
 

Detailed Description

Javascript source for the iPod device service pane service.

Definition in file sbIPDServicePaneService.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.

Components utils import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function IPD_SPS ( )

Construct an iPod device service pane services object.

Definition at line 132 of file sbIPDServicePaneService.js.

Here is the caller graph for this function:

function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 1010 of file sbIPDServicePaneService.js.

Here is the call graph for this function:

Variable Documentation

IPD_SPS prototype constructor = IPD_SPS

Definition at line 137 of file sbIPDServicePaneService.js.

var IPD_SPSCfg
Initial value:
= {
className: "Songbird iPod Device Service Pane Service",
cid: Components.ID("{EC76F798-AB27-4B85-A2AD-0D794E0232F9}"),
contractID: "@songbirdnest.com/servicepane/IPodDevice;1",
ifList: [ Ci.sbIServicePaneModule,
Ci.nsIObserver,
Ci.sbIDeviceEventListener ],
[
{
category: "service-pane",
entry: "ipod-device"
}
],
localeBundlePath: "chrome://ipod/locale/IPodDevice.properties",
devURNPrefix: "urn:device:",
libURNPrefix: "urn:library:",
itemURNPrefix: "urn:item:",
devImgURL: "chrome://ipod/skin/icon_ipod_16x16.png",
devBusyImgURL: "chrome://songbird/skin/icons/icon-busy.png",
devMgrURL: "chrome://ipod/content/xul/iPodDeviceSummaryPage.xul"
}
classDescription entry
Definition: FeedWriter.js:1427
sbLibraryImporterManagerCfg categoryList
sbOSDControlService prototype className
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
const Ci

Definition at line 94 of file sbIPDServicePaneService.js.

const IPODSP_NS = "http://songbirdnest.com/rdf/ipod-servicepane#"

Definition at line 65 of file sbIPDServicePaneService.js.

IPD_SPS prototype

Definition at line 139 of file sbIPDServicePaneService.js.

const TYPE_X_SB_TRANSFER_MEDIA_LIST = "application/x-sb-transfer-media-list"

Definition at line 64 of file sbIPDServicePaneService.js.