browser_bug521216.js File Reference

Go to the source code of this file.

Functions

 __defineGetter__ ("tab", function() gBrowser.tabContainer.childNodes[tabIndex])
 
function test ()
 
function record (aName)
 
function TabOpen (aEvent)
 

Variables

var expected = ["TabOpen", "onLocationChange", "onStateChange", "onLinkIconAvailable"]
 
var actual = []
 
var tabIndex = -1
 
var progressListener
 

Function Documentation

__defineGetter__ ( "tab"  ,
function() gBrowser.tabContainer.  childNodes[tabIndex] 
)
function record (   aName)

Definition at line 14 of file browser_bug521216.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function TabOpen (   aEvent)

Definition at line 28 of file browser_bug521216.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test ( )

Definition at line 6 of file browser_bug521216.js.

Here is the call graph for this function:

Variable Documentation

var actual = []

Definition at line 2 of file browser_bug521216.js.

var expected = ["TabOpen", "onLocationChange", "onStateChange", "onLinkIconAvailable"]

Definition at line 1 of file browser_bug521216.js.

var progressListener
Initial value:
= {
onLocationChange: function onLocationChange(aBrowser) {
if (aBrowser == tab.linkedBrowser)
record(arguments.callee.name);
},
onProgressChange: function () {},
onSecurityChange: function () {},
if (aBrowser == tab.linkedBrowser)
record(arguments.callee.name);
},
onStatusChange: function () {},
onLinkIconAvailable: function onLinkIconAvailable(aBrowser) {
if (aBrowser == tab.linkedBrowser)
record(arguments.callee.name);
}
}
var tab
function record(aName)
return!aWindow arguments!aWindow arguments[0]
_updateTextAndScrollDataForTab aBrowser
ContinuingWebProgressListener prototype onStateChange

Definition at line 33 of file browser_bug521216.js.

var tabIndex = -1

Definition at line 3 of file browser_bug521216.js.