Implementation of the interface sbIDataRemote This implementation of sbIDataRemote uses the mozilla pref system as a backend for storing key-value pairs. More...
Go to the source code of this file.
Functions | |
function | DataRemote () |
if (DEBUG_DATAREMOTES) = Components.interfaces | |
function | NSGetModule (compMgr, fileSpec) |
Variables | |
var | DEBUG_DATAREMOTES = false |
var | Cr = Components.results |
var | Ci = Components.interfaces |
var | Cc = Components.classes |
const | SONGBIRD_DATAREMOTE_CONTRACTID = null |
const | SONGBIRD_DATAREMOTE_CLASSNAME = "Songbird Data Remote Instance" |
const | SONGBIRD_DATAREMOTE_CID = Components.ID("{e0990420-e9c0-11dd-ba2f-0800200c9a66}") |
const | SONGBIRD_DATAREMOTE_IID = Ci.sbPIDataRemote2 |
DataRemote | prototype |
DataRemote prototype | constructor = DataRemote |
const | gDataRemoteModule |
Implementation of the interface sbIDataRemote This implementation of sbIDataRemote uses the mozilla pref system as a backend for storing key-value pairs.
Definition in file sbDataRemote.js.
function DataRemote | ( | ) |
if | ( | DEBUG_DATAREMOTES | ) | = Components.interfaces |
Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.
Definition at line 524 of file sbDataRemote.js.
function NSGetModule | ( | compMgr, | |
fileSpec | |||
) |
Definition at line 629 of file sbDataRemote.js.
var Cc = Components.classes |
Definition at line 38 of file sbDataRemote.js.
var Ci = Components.interfaces |
Definition at line 37 of file sbDataRemote.js.
DataRemote prototype constructor = DataRemote |
Definition at line 513 of file sbDataRemote.js.
var Cr = Components.results |
Definition at line 36 of file sbDataRemote.js.
var DEBUG_DATAREMOTES = false |
Definition at line 34 of file sbDataRemote.js.
const gDataRemoteModule |
DataRemote prototype |
Definition at line 55 of file sbDataRemote.js.
const SONGBIRD_DATAREMOTE_CID = Components.ID("{e0990420-e9c0-11dd-ba2f-0800200c9a66}") |
Definition at line 46 of file sbDataRemote.js.
const SONGBIRD_DATAREMOTE_CLASSNAME = "Songbird Data Remote Instance" |
Definition at line 45 of file sbDataRemote.js.
const SONGBIRD_DATAREMOTE_CONTRACTID = null |
Definition at line 44 of file sbDataRemote.js.
const SONGBIRD_DATAREMOTE_IID = Ci.sbPIDataRemote2 |
Definition at line 47 of file sbDataRemote.js.