Go to the source code of this file.
Functions | |
| Cu | import ("resource://gre/modules/XPCOMUtils.jsm") |
| function | PaneInfo () |
| function | DisplayPaneMetadataReader () |
| function | NSGetModule (compMgr, fileSpec) |
Variables | |
| const | Cc = Components.classes |
| const | Ci = Components.interfaces |
| const | Cu = Components.utils |
| const | CHROME_PREFIX = "chrome://" |
| PaneInfo | prototype |
| function DisplayPaneMetadataReader | ( | ) |
/class DisplayPaneMetadataReader Responsible for reading addon metadata and performing registration with DisplayPaneManager
Definition at line 78 of file sbDisplayPanes.js.
| Cu import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| function NSGetModule | ( | compMgr, | |
| fileSpec | |||
| ) |
Definition at line 579 of file sbDisplayPanes.js.
| function PaneInfo | ( | ) |
sbIContentPaneInfo
Definition at line 39 of file sbDisplayPanes.js.
| const Cc = Components.classes |
Definition at line 25 of file sbDisplayPanes.js.
| const CHROME_PREFIX = "chrome://" |
Definition at line 28 of file sbDisplayPanes.js.
| const Ci = Components.interfaces |
Definition at line 26 of file sbDisplayPanes.js.
| const Cu = Components.utils |
Definition at line 27 of file sbDisplayPanes.js.
| DisplayPaneMetadataReader prototype |
Definition at line 41 of file sbDisplayPanes.js.