browser_Extensions.js File Reference

Go to the source code of this file.

Functions

function test ()
 
function onGenericEvent (event)
 
function onPrefChange (evt)
 
function onPrefChange2 (evt)
 

Variables

var testdata
 
var gLastEvent = ""
 

Function Documentation

function onGenericEvent (   event)

Definition at line 108 of file browser_Extensions.js.

Here is the caller graph for this function:

function onPrefChange (   evt)

Definition at line 112 of file browser_Extensions.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function onPrefChange2 (   evt)

Definition at line 122 of file browser_Extensions.js.

Here is the caller graph for this function:

function test ( )

Definition at line 12 of file browser_Extensions.js.

Here is the call graph for this function:

Variable Documentation

var gLastEvent = ""

Definition at line 10 of file browser_Extensions.js.

var testdata
Initial value:
= {
dummyid: "fuel-dummy-extension@mozilla.org",
dummyname: "Dummy Extension",
inspectorid: "inspector@mozilla.org",
inspectorname: "DOM Inspector",
missing: "fuel.fuel-test-missing",
dummy: "fuel.fuel-test"
}

Definition at line 2 of file browser_Extensions.js.