history-panel.js File Reference

Go to the source code of this file.

Functions

function HistorySidebarInit ()
 
function GroupBy (groupingType)
 
function searchHistory (aInput)
 
window addEventListener ("SidebarFocused", function() gSearchBox.focus(), false)
 

Variables

var gHistoryTree
 
var gSearchBox
 
var gHistoryGrouping = ""
 
var gSearching = false
 

Function Documentation

window addEventListener ( "SidebarFocused"  ,
function() gSearchBox.focus()  ,
false   
)
function GroupBy (   groupingType)

Definition at line 68 of file history-panel.js.

Here is the call graph for this function:

function HistorySidebarInit ( )

Definition at line 46 of file history-panel.js.

Here is the call graph for this function:

function searchHistory (   aInput)

Definition at line 74 of file history-panel.js.

Here is the caller graph for this function:

Variable Documentation

var gHistoryGrouping = ""

Definition at line 43 of file history-panel.js.

var gHistoryTree

Definition at line 41 of file history-panel.js.

var gSearchBox

Definition at line 42 of file history-panel.js.

var gSearching = false

Definition at line 44 of file history-panel.js.