browser_ui_history_menu.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_history_menu", run:function(){var menu=document.getElementById("history-menu");ok(menu,"history menu should exist!");var start=Date.now();var popup=document.getElementById("goPopup");popup.addEventListener("popupshown", function(){var duration=Date.now()-start;var report=make_test_report("open_history_menu", duration);ok(true, report);popup.removeEventListener("popupshown", arguments.callee, false);menu.open=false;runNextTest();}, false);}})
 
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_history_menu.js.

function add_visit (   aURI,
  aDate 
)

Definition at line 63 of file browser_ui_history_menu.js.

function make_test_report (   testName,
  result,
  units 
)

Definition at line 79 of file browser_ui_history_menu.js.

ptests push ( {name:"open_history_menu", run:function(){var menu=document.getElementById("history-menu");ok(menu,"history menu should exist!");var start=Date.now();var popup=document.getElementById("goPopup");popup.addEventListener("popupshown", function(){var duration=Date.now()-start;var report=make_test_report("open_history_menu", duration);ok(true, report);popup.removeEventListener("popupshown", arguments.callee, false);menu.open=false;runNextTest();}, false);}}  )
function runNextTest ( )

Definition at line 122 of file browser_ui_history_menu.js.

Here is the caller graph for this function:

function test ( )

Definition at line 117 of file browser_ui_history_menu.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)
getService(Ci.sbIFaceplateManager)

Definition at line 60 of file browser_ui_history_menu.js.

const Cc = Components.classes

Definition at line 48 of file browser_ui_history_menu.js.

Definition at line 49 of file browser_ui_history_menu.js.

const Cr = Components.results

Definition at line 50 of file browser_ui_history_menu.js.

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

Definition at line 58 of file browser_ui_history_menu.js.

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

Definition at line 56 of file browser_ui_history_menu.js.

var ptests = []

Definition at line 84 of file browser_ui_history_menu.js.

const TEST_IDENTIFIER = "ui-perf-test"

Definition at line 45 of file browser_ui_history_menu.js.

const TEST_SUITE = "places"

Definition at line 46 of file browser_ui_history_menu.js.

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

Definition at line 54 of file browser_ui_history_menu.js.

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

Definition at line 52 of file browser_ui_history_menu.js.