extApplication.js File Reference

Go to the source code of this file.

Functions

function Console ()
 
function EventItem (aType, aData)
 
function Events ()
 
function PreferenceBranch (aBranch)
 
function Preference (aName, aBranch)
 
function SessionStorage ()
 
function Extension (aItem)
 
function Extensions ()
 
function extApplication ()
 

Variables

var gShutdown = []
 
Console prototype
 

Function Documentation

function Console ( )

Definition at line 45 of file extApplication.js.

function EventItem (   aType,
  aData 
)

Definition at line 78 of file extApplication.js.

function Events ( )

Definition at line 106 of file extApplication.js.

Here is the caller graph for this function:

function extApplication ( )

Definition at line 556 of file extApplication.js.

Here is the caller graph for this function:

function Extension (   aItem)

Definition at line 388 of file extApplication.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function Extensions ( )

Definition at line 492 of file extApplication.js.

function Preference (   aName,
  aBranch 
)

Definition at line 280 of file extApplication.js.

Here is the call graph for this function:

function PreferenceBranch (   aBranch)

Definition at line 155 of file extApplication.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function SessionStorage ( )

Definition at line 357 of file extApplication.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

var gShutdown = []

Definition at line 41 of file extApplication.js.

extApplication prototype
Initial value:
= {
log : function cs_log(aMsg) {
this._console.logStringMessage(aMsg);
},
open : function cs_open() {
var wMediator = Components.classes["@mozilla.org/appshell/window-mediator;1"]
.getService(Ci.nsIWindowMediator);
var console = wMediator.getMostRecentWindow("global:console");
if (!console) {
var wWatch = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
.getService(Ci.nsIWindowWatcher);
wWatch.openWindow(null, "chrome://global/content/console.xul", "_blank",
"chrome,dialog=no,all", null);
} else {
console.focus();
}
},
QueryInterface : XPCOMUtils.generateQI([Ci.extIConsole])
}
function log(s)
sbOSDControlService prototype QueryInterface
BogusChannel prototype open
return null
Definition: FeedWriter.js:1143
const Ci

Definition at line 52 of file extApplication.js.