This service monitors devices for errors and stores them for easy access later. More...
Go to the source code of this file.
Functions | |
if (typeof(Cc)=="undefined") var Cc | |
Cu | import ("resource://gre/modules/XPCOMUtils.jsm") |
__defineGetter__ ("Application", function(){delete this.Application;return this.Application=Cc["@mozilla.org/fuel/application;1"].getService(Ci.fuelIApplication);}) | |
function | deviceErrorMonitor () |
function | NSGetModule (compMgr, fileSpec) |
Variables | |
var | deviceErrorMonitorConfig |
deviceErrorMonitor | prototype |
This service monitors devices for errors and stores them for easy access later.
Definition in file sbDeviceErrorMonitor.js.
__defineGetter__ | ( | "Application" | , |
function(){delete Application;Application=Cc["@mozilla.org/fuel/application;1"].getService(Ci.fuelIApplication);return Application;} | |||
) |
Since we can't use the FUEL components until after all other components have been loaded we define a lazy getter here for when we need it.
Global getter for Global Hotkey Actions Service
Global getter for the Command Line Service
Global getter for Observer Service
Construct a column spec parser and read the column specification immediately
aMediaList | The media list to find columns to display for |
aPlaylist | the playlist binding |
aMask | a bitfield containing the source to look for; see the ColumnSpecParser.ORIGIN_* constants |
[optional] | aConstraint the media type constraint to use, if any |
function deviceErrorMonitor | ( | ) |
if | ( | typeof(Cc) | = ="undefined" | ) |
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.
Cu import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
function NSGetModule | ( | compMgr, | |
fileSpec | |||
) |
/brief XPCOM initialization code
Definition at line 800 of file sbDeviceErrorMonitor.js.
var deviceErrorMonitorConfig |
Definition at line 54 of file sbDeviceErrorMonitor.js.
deviceErrorMonitor prototype |
Definition at line 85 of file sbDeviceErrorMonitor.js.