browser_ui_locationbar.js File Reference

Go to the source code of this file.

Functions

 waitForExplicitFinish ()
 
function add_visit (aURI, aDate)
 
function add_bookmark (aURI)
 
function make_test_report (testName, result, units)
 
ptests push ({name:"open_locationbar_default", run:function(){var urlbar=document.getElementById("urlbar");urlbar.addEventListener("onsearchcomplete", function(){urlbar.removeEventListener("onsearchcomplete", arguments.callee, false);runNextTest();}, false);urlbar.value="example";urlbar.select();EventUtils.synthesizeKey("VK_RETURN",{});}})
 
function test ()
 
function runNextTest ()
 

Variables

const TEST_IDENTIFIER = "ui-perf-test"
 
const TEST_SUITE = "places"
 
const Cc = Components.classes
 
const Ci = Components.interfaces
 
const Cr = Components.results
 
var wm
 
var win = wm.getMostRecentWindow("navigator:browser")
 
var ios
 
var hs
 
var bs
 
var ptests = []
 

Function Documentation

function add_bookmark (   aURI)

Definition at line 73 of file browser_ui_locationbar.js.

function add_visit (   aURI,
  aDate 
)

Definition at line 63 of file browser_ui_locationbar.js.

function make_test_report (   testName,
  result,
  units 
)

Definition at line 79 of file browser_ui_locationbar.js.

ptests push ( {name:"open_locationbar_default", run:function(){var urlbar=document.getElementById("urlbar");urlbar.addEventListener("onsearchcomplete", function(){urlbar.removeEventListener("onsearchcomplete", arguments.callee, false);runNextTest();}, false);urlbar.value="example";urlbar.select();EventUtils.synthesizeKey("VK_RETURN",{});}}  )
function runNextTest ( )

Definition at line 109 of file browser_ui_locationbar.js.

Here is the caller graph for this function:

function test ( )

Definition at line 104 of file browser_ui_locationbar.js.

Here is the call graph for this function:

waitForExplicitFinish ( )

Variable Documentation

var bs
Initial value:
= Cc["@mozilla.org/browser/nav-bookmarks-service;1"].
getService(Ci.nsINavBookmarksService)
const Ci
getService(Ci.sbIFaceplateManager)
const Cc

Definition at line 60 of file browser_ui_locationbar.js.

const Cc = Components.classes

Definition at line 48 of file browser_ui_locationbar.js.

Definition at line 49 of file browser_ui_locationbar.js.

const Cr = Components.results

Definition at line 50 of file browser_ui_locationbar.js.

var hs
Initial value:
= Cc["@mozilla.org/browser/nav-history-service;1"].
getService(Ci.nsINavHistoryService)
const Ci
getService(Ci.sbIFaceplateManager)
const Cc

Definition at line 58 of file browser_ui_locationbar.js.

var ios
Initial value:
= Cc["@mozilla.org/network/io-service;1"].
getService(Ci.nsIIOService)
const Ci
getService(Ci.sbIFaceplateManager)
const Cc

Definition at line 56 of file browser_ui_locationbar.js.

var ptests = []

Definition at line 84 of file browser_ui_locationbar.js.

const TEST_IDENTIFIER = "ui-perf-test"

Definition at line 45 of file browser_ui_locationbar.js.

const TEST_SUITE = "places"

Definition at line 46 of file browser_ui_locationbar.js.

var win = wm.getMostRecentWindow("navigator:browser")

Definition at line 54 of file browser_ui_locationbar.js.

var wm
Initial value:
= Cc["@mozilla.org/appshell/window-mediator;1"].
getService(Ci.nsIWindowMediator)
const Ci
getService(Ci.sbIFaceplateManager)
const Cc

Definition at line 52 of file browser_ui_locationbar.js.