head_remoteapi.js File Reference

Go to the source code of this file.

Functions

function beginWindowTest (url, continueFunction)
 
function setAllAccess ()
 
function setNoAccess ()
 
function setDefaultAccess ()
 
function cleanup ()
 
function endWindowTest (e)
 
function continueWindowTest (fn, parameters)
 
function safeSetTimeout (closure, timeout)
 
function beginRemoteAPITest (page, continueFunction)
 
function setupBrowser (page, port, continueFunction)
 
function endRemoteAPITest (e)
 
function getFile (fileName)
 
function ContinuingWebProgressListener (url, func)
 

Variables

var testWindow
 Test file. More...
 
var testWindowFailed
 
var testServer
 
var testBrowserWindow
 
var testBrowser
 
var testListener
 
var scope = this
 
ContinuingWebProgressListener
prototype 
onStateChange
 

Function Documentation

function beginRemoteAPITest (   page,
  continueFunction 
)

Definition at line 140 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function beginWindowTest (   url,
  continueFunction 
)

Definition at line 36 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function cleanup ( )

Definition at line 84 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function continueWindowTest (   fn,
  parameters 
)

Definition at line 116 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function ContinuingWebProgressListener (   url,
  func 
)

Definition at line 202 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function endRemoteAPITest (   e)

Definition at line 179 of file head_remoteapi.js.

Here is the call graph for this function:

function endWindowTest (   e)

Definition at line 94 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function getFile (   fileName)

Definition at line 191 of file head_remoteapi.js.

Here is the caller graph for this function:

function safeSetTimeout (   closure,
  timeout 
)

Definition at line 127 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function setAllAccess ( )

Definition at line 48 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function setDefaultAccess ( )

Definition at line 72 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function setNoAccess ( )

Definition at line 60 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function setupBrowser (   page,
  port,
  continueFunction 
)

Definition at line 160 of file head_remoteapi.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

Definition at line 208 of file head_remoteapi.js.

var scope = this

Definition at line 207 of file head_remoteapi.js.

var testBrowser

Definition at line 33 of file head_remoteapi.js.

var testBrowserWindow

Definition at line 32 of file head_remoteapi.js.

var testListener

Definition at line 34 of file head_remoteapi.js.

var testServer

Definition at line 31 of file head_remoteapi.js.

var testWindow

Test file.

Definition at line 29 of file head_remoteapi.js.

var testWindowFailed

Definition at line 30 of file head_remoteapi.js.