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 |
| window addEventListener | ( | "SidebarFocused" | , |
| function() gSearchBox.focus() | , | ||
| false | |||
| ) |
| function GroupBy | ( | groupingType | ) |
| function HistorySidebarInit | ( | ) |
| function searchHistory | ( | aInput | ) |
| 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.