Go to the source code of this file.
Functions | |
| Cc["@mozilla.org/moz/jssubscript-loader;1"] | getService (Ci.mozIJSSubScriptLoader).loadSubScript("chrome |
| function | setupHistory () |
| function | setupFormHistory () |
| function | setupDownloads () |
| function | downloadExists (aID) |
Variables | |
| var | now_uSec = Date.now() * 1000 |
| const | dm = Cc["@mozilla.org/download-manager;1"].getService(Ci.nsIDownloadManager) |
| const | bhist = Cc["@mozilla.org/browser/global-history;2"].getService(Ci.nsIBrowserHistory) |
| const | formhist = Cc["@mozilla.org/satchel/form-history;1"].getService(Ci.nsIFormHistory2) |
| function downloadExists | ( | aID | ) |
Checks to see if the downloads with the specified id exists.
| aID | The ids of the downloads to check. |
Definition at line 585 of file browser_sanitize-timespans.js.
| Cc ["@mozilla.org/moz/jssubscript-loader;1"] getService | ( | Ci. | mozIJSSubScriptLoader | ) |
Definition at line 8 of file browser_sanitize-timespans.js.
| function setupDownloads | ( | ) |
Definition at line 363 of file browser_sanitize-timespans.js.
| function setupFormHistory | ( | ) |
Definition at line 298 of file browser_sanitize-timespans.js.
| function setupHistory | ( | ) |
Definition at line 267 of file browser_sanitize-timespans.js.
| const bhist = Cc["@mozilla.org/browser/global-history;2"].getService(Ci.nsIBrowserHistory) |
Definition at line 5 of file browser_sanitize-timespans.js.
| const dm = Cc["@mozilla.org/download-manager;1"].getService(Ci.nsIDownloadManager) |
Definition at line 4 of file browser_sanitize-timespans.js.
Definition at line 6 of file browser_sanitize-timespans.js.
| var now_uSec = Date.now() * 1000 |
Definition at line 2 of file browser_sanitize-timespans.js.