Go to the source code of this file.
Functions | |
| function | nsSidebar () |
| function | sidebarURLSecurityCheck (url) |
| function | srGetStrBundle (path) |
Variables | |
| const | DEBUG = false |
| const | SIDEBAR_CONTRACTID = "@mozilla.org/sidebar;1" |
| const | SIDEBAR_CID = Components.ID("{22117140-9c6e-11d3-aaf1-00805f8a4905}") |
| const | nsISupports = Components.interfaces.nsISupports |
| const | nsIFactory = Components.interfaces.nsIFactory |
| const | nsISidebar = Components.interfaces.nsISidebar |
| const | nsISidebarExternal = Components.interfaces.nsISidebarExternal |
| const | nsIClassInfo = Components.interfaces.nsIClassInfo |
| const | SHERLOCK_FILE_EXT_REGEXP = /\.src$/i |
| nsSidebar prototype | nc = "http://home.netscape.com/NC-rdf#" |
| nsSidebar prototype | addPanel |
| nsSidebar prototype | classDescription = "Sidebar" |
| nsSidebar prototype | getInterfaces |
| sidebarModule | registerSelf |
| sidebarFactory | createInstance |
| function nsSidebar | ( | ) |
Definition at line 73 of file nsSidebar.js.
| function sidebarURLSecurityCheck | ( | url | ) |
| function srGetStrBundle | ( | path | ) |
Definition at line 374 of file nsSidebar.js.
Definition at line 98 of file nsSidebar.js.
Definition at line 273 of file nsSidebar.js.
| createInstance |
Definition at line 351 of file nsSidebar.js.
| const DEBUG = false |
Definition at line 60 of file nsSidebar.js.
Definition at line 276 of file nsSidebar.js.
Definition at line 86 of file nsSidebar.js.
| const nsIClassInfo = Components.interfaces.nsIClassInfo |
Definition at line 68 of file nsSidebar.js.
| const nsIFactory = Components.interfaces.nsIFactory |
Definition at line 65 of file nsSidebar.js.
| const nsISidebar = Components.interfaces.nsISidebar |
Definition at line 66 of file nsSidebar.js.
| const nsISidebarExternal = Components.interfaces.nsISidebarExternal |
Definition at line 67 of file nsSidebar.js.
| const nsISupports = Components.interfaces.nsISupports |
Definition at line 64 of file nsSidebar.js.
| sidebarModule registerSelf |
Definition at line 298 of file nsSidebar.js.
| const SHERLOCK_FILE_EXT_REGEXP = /\.src$/i |
Definition at line 71 of file nsSidebar.js.
| const SIDEBAR_CID = Components.ID("{22117140-9c6e-11d3-aaf1-00805f8a4905}") |
Definition at line 63 of file nsSidebar.js.
| const SIDEBAR_CONTRACTID = "@mozilla.org/sidebar;1" |
Definition at line 62 of file nsSidebar.js.