browser_bug386835.js File Reference

Go to the source code of this file.

Functions

function test ()
 
function secondPageLoaded ()
 
function thirdPageLoaded ()
 
function imageLoaded ()
 
function imageZoomSwitch ()
 
function runPrintPreviewTests ()
 
function testPrintPreview (aTab, aCallback)
 
function finishTest ()
 
function zoomTest (tab, val, msg)
 
function load (tab, url, cb)
 
function navigate (direction, cb)
 

Variables

var gTestPage = "http://example.org/browser/browser/base/content/test/dummy_page.html"
 
var gTestImage = "http://example.org/browser/browser/base/content/test/moz.png"
 
var gTab1
 
var gTab2
 
var gTab3
 
var gLevel
 
const kBack = 0
 
const kForward = 1
 

Function Documentation

function finishTest ( )

Definition at line 125 of file browser_bug386835.js.

Here is the caller graph for this function:

function imageLoaded ( )

Definition at line 53 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function imageZoomSwitch ( )

Definition at line 61 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function load (   tab,
  url,
  cb 
)

Definition at line 140 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function navigate (   direction,
  cb 
)

Definition at line 148 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function runPrintPreviewTests ( )

Definition at line 78 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function secondPageLoaded ( )

Definition at line 21 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test ( )

Definition at line 8 of file browser_bug386835.js.

Here is the call graph for this function:

function testPrintPreview (   aTab,
  aCallback 
)

Definition at line 97 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function thirdPageLoaded ( )

Definition at line 38 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function zoomTest (   tab,
  val,
  msg 
)

Definition at line 136 of file browser_bug386835.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

var gLevel

Definition at line 4 of file browser_bug386835.js.

var gTab1

Definition at line 3 of file browser_bug386835.js.

var gTab2

Definition at line 3 of file browser_bug386835.js.

var gTab3

Definition at line 3 of file browser_bug386835.js.

var gTestImage = "http://example.org/browser/browser/base/content/test/moz.png"

Definition at line 2 of file browser_bug386835.js.

var gTestPage = "http://example.org/browser/browser/base/content/test/dummy_page.html"

Definition at line 1 of file browser_bug386835.js.

const kBack = 0

Definition at line 5 of file browser_bug386835.js.

const kForward = 1

Definition at line 6 of file browser_bug386835.js.