web-panels.js File Reference

Go to the source code of this file.

Functions

function getPanelBrowser ()
 
function loadWebPanel (aURI)
 
function load ()
 
function unload ()
 
function PanelBrowserStop ()
 
function PanelBrowserReload ()
 

Variables

const NS_ERROR_MODULE_NETWORK = 2152398848
 
const NS_NET_STATUS_READ_FROM = NS_ERROR_MODULE_NETWORK + 8
 
const NS_NET_STATUS_WROTE_TO = NS_ERROR_MODULE_NETWORK + 9
 
var panelProgressListener
 
var gLoadFired = false
 

Function Documentation

function getPanelBrowser ( )

Definition at line 44 of file web-panels.js.

Here is the caller graph for this function:

function load ( )

Definition at line 106 of file web-panels.js.

Here is the call graph for this function:

function loadWebPanel (   aURI)

Definition at line 96 of file web-panels.js.

Here is the call graph for this function:

function PanelBrowserReload ( )

Definition at line 131 of file web-panels.js.

Here is the call graph for this function:

function PanelBrowserStop ( )

Definition at line 126 of file web-panels.js.

Here is the call graph for this function:

function unload ( )

Definition at line 121 of file web-panels.js.

Here is the call graph for this function:

Variable Documentation

var gLoadFired = false

Definition at line 95 of file web-panels.js.

const NS_ERROR_MODULE_NETWORK = 2152398848

Definition at line 40 of file web-panels.js.

const NS_NET_STATUS_READ_FROM = NS_ERROR_MODULE_NETWORK + 8

Definition at line 41 of file web-panels.js.

const NS_NET_STATUS_WROTE_TO = NS_ERROR_MODULE_NETWORK + 9

Definition at line 42 of file web-panels.js.

var panelProgressListener

Definition at line 49 of file web-panels.js.