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 getPanelBrowser | ( | ) |
| function load | ( | ) |
| function loadWebPanel | ( | aURI | ) |
| function PanelBrowserReload | ( | ) |
| function PanelBrowserStop | ( | ) |
| function unload | ( | ) |
| 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.