Go to the source code of this file.
Functions | |
function | uri (spec) |
function | add_visit (aURI, aDate) |
function | test () |
function | check_sidebar_tree_order (aExpectedRows) |
Variables | |
const | Cc = Components.classes |
const | Ci = Components.interfaces |
const | Cr = Components.results |
var | hs |
var | bh = hs.QueryInterface(Ci.nsIBrowserHistory) |
var | ios |
var | sidebar = document.getElementById("sidebar") |
var | pages |
const | FILTERED_COUNT = 1 |
function add_visit | ( | aURI, | |
aDate | |||
) |
Definition at line 57 of file browser_history_sidebar_search.js.
function check_sidebar_tree_order | ( | aExpectedRows | ) |
Definition at line 114 of file browser_history_sidebar_search.js.
function test | ( | ) |
Definition at line 77 of file browser_history_sidebar_search.js.
function uri | ( | spec | ) |
Definition at line 51 of file browser_history_sidebar_search.js.
var bh = hs.QueryInterface(Ci.nsIBrowserHistory) |
Definition at line 48 of file browser_history_sidebar_search.js.
const Cc = Components.classes |
Bug 392497 - search in history sidebar loses sort
Definition at line 42 of file browser_history_sidebar_search.js.
const Ci = Components.interfaces |
Definition at line 43 of file browser_history_sidebar_search.js.
const Cr = Components.results |
Definition at line 44 of file browser_history_sidebar_search.js.
const FILTERED_COUNT = 1 |
Definition at line 75 of file browser_history_sidebar_search.js.
var hs |
Definition at line 46 of file browser_history_sidebar_search.js.
var ios |
Definition at line 49 of file browser_history_sidebar_search.js.
var pages |
Definition at line 68 of file browser_history_sidebar_search.js.
var sidebar = document.getElementById("sidebar") |
Definition at line 55 of file browser_history_sidebar_search.js.