Class top.Firebug
Represents the main Firebug application object. An instance of this object is
created for each browser window (browser.xul).
Defined in: firebug.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
top.Firebug.getElementPanel(element)
Takes an element from a panel document and finds the owning panel.
|
| <static> |
top.Firebug.getPanelState(panel)
Gets an object containing the state of the panel from the last time
it was displayed before one or more page reloads.
|
| <static> |
top.Firebug.initializeUI(detachArgs)
Called when the UI is ready to be initialized, once the panel browsers are loaded,
but before any contexts are created.
|
Method Detail
<static>
top.Firebug.getElementPanel(element)
Takes an element from a panel document and finds the owning panel.
- Parameters:
- element
<static>
top.Firebug.getPanelState(panel)
Gets an object containing the state of the panel from the last time
it was displayed before one or more page reloads.
The 'null' return here is a too-subtle signal to the panel code in bindings.xml.
Note that panel.context may not have a persistedState, but in addition the persisted state for panel.name may be null.
- Parameters:
- panel
<static>
top.Firebug.initializeUI(detachArgs)
Called when the UI is ready to be initialized, once the panel browsers are loaded,
but before any contexts are created.
- Parameters:
- detachArgs