Built-In Namespace _global_
| Method Attributes | Method Name and Description |
|---|---|
|
This object implements nsIStreamListener interface and is intended to monitor all network
channels (nsIHttpChannel).
|
|
|
getBrowserForWindow(win)
Returns
|
|
|
getElementXPath(element)
Gets an XPath for an element which describes its hierarchical location.
|
|
|
getInstanceForStyleSheet(styleSheet, ownerDocument)
Retrieves the instance number for a given style sheet.
|
|
|
lends HttpRequestObserver
|
Method Detail
ChannelListener()
This object implements nsIStreamListener interface and is intended to monitor all network
channels (nsIHttpChannel). A new instance of this object is created and registered an HTTP
channel. See Firebug.TabCacheModel.onExamineResponse method.
Defined in: firebug-channel-listener.js.
Defined in: firebug-channel-listener.js.
getBrowserForWindow(win)
Returns element for specified content window.
Defined in: lib.js.
Defined in: lib.js.
- Parameters:
- {Object} win
- - Content window
getElementXPath(element)
Gets an XPath for an element which describes its hierarchical location.
Defined in: lib.js.
Defined in: lib.js.
- Parameters:
- element
getInstanceForStyleSheet(styleSheet, ownerDocument)
Retrieves the instance number for a given style sheet. The instance number
is sheet's index within the set of all other sheets whose URL is the same.
Defined in: lib.js.
Defined in: lib.js.
- Parameters:
- styleSheet
- ownerDocument
initialize()
lends HttpRequestObserver
Defined in: firebug-http-observer.js.
Defined in: firebug-http-observer.js.