browser_pluginnotification.js File Reference

Go to the source code of this file.

Functions

function get_test_plugin ()
 
function WindowOpenListener (url, opencallback, closecallback)
 
function test ()
 
function finishTest ()
 
function pageLoad ()
 
function prepareTest (nextTest, url)
 
function test1 ()
 
function test2 ()
 
function test3 ()
 
function test4 (win)
 
function prepareTest5 ()
 
function test5 ()
 
function test6 ()
 
function test7 ()
 

Variables

const gTestRoot = "chrome://mochikit/content/browser/browser/base/content/test/"
 
var gTestBrowser = null
 
var gNextTest = null
 
WindowOpenListener prototype
 

Function Documentation

function finishTest ( )

Definition at line 87 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function get_test_plugin ( )

Definition at line 6 of file browser_pluginnotification.js.

Here is the caller graph for this function:

function pageLoad ( )

Definition at line 94 of file browser_pluginnotification.js.

Here is the caller graph for this function:

function prepareTest (   nextTest,
  url 
)

Definition at line 100 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function prepareTest5 ( )

Definition at line 152 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test ( )

Definition at line 77 of file browser_pluginnotification.js.

Here is the call graph for this function:

function test1 ( )

Definition at line 106 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test2 ( )

Definition at line 122 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test3 ( )

Definition at line 135 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test4 (   win)

Definition at line 147 of file browser_pluginnotification.js.

Here is the caller graph for this function:

function test5 ( )

Definition at line 160 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test6 ( )

Definition at line 172 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test7 ( )

Definition at line 184 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function WindowOpenListener (   url,
  opencallback,
  closecallback 
)

Definition at line 21 of file browser_pluginnotification.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

var gNextTest = null

Definition at line 4 of file browser_pluginnotification.js.

var gTestBrowser = null

Definition at line 3 of file browser_pluginnotification.js.

const gTestRoot = "chrome://mochikit/content/browser/browser/base/content/test/"

Definition at line 1 of file browser_pluginnotification.js.

WindowOpenListener prototype

Definition at line 31 of file browser_pluginnotification.js.