openLocation.js File Reference

Go to the source code of this file.

Functions

 catch (ex)
 
Components utils import ("resource:///modules/openLocationLastURL.jsm")
 
function onLoad ()
 
function doEnabling ()
 
function open ()
 
function createInstance (contractid, iidName)
 
function onChooseFile ()
 

Variables

var browser
 
var dialog = {}
 
var pref = null
 
 try
 
const nsIFilePicker = Components.interfaces.nsIFilePicker
 

Function Documentation

catch (   ex)

Definition at line 48 of file openLocation.js.

function createInstance (   contractid,
  iidName 
)

Definition at line 133 of file openLocation.js.

function doEnabling ( )

Definition at line 90 of file openLocation.js.

Here is the caller graph for this function:

Components utils import ( )
function onChooseFile ( )

Definition at line 140 of file openLocation.js.

Here is the call graph for this function:

function onLoad ( )

Definition at line 54 of file openLocation.js.

Here is the call graph for this function:

function open ( )

Definition at line 95 of file openLocation.js.

Here is the call graph for this function:

Variable Documentation

var browser

Definition at line 42 of file openLocation.js.

var dialog = {}

Definition at line 43 of file openLocation.js.

const nsIFilePicker = Components.interfaces.nsIFilePicker

Definition at line 139 of file openLocation.js.

pref = null

Definition at line 44 of file openLocation.js.

try
Initial value:
{
pref = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefBranch)
var pref
Definition: openLocation.js:44

Definition at line 45 of file openLocation.js.