browser_sanitize-timespans.js File Reference

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 Documentation

function downloadExists (   aID)

Checks to see if the downloads with the specified id exists.

Parameters
aIDThe ids of the downloads to check.

Definition at line 585 of file browser_sanitize-timespans.js.

Here is the caller graph for this function:

Cc ["@mozilla.org/moz/jssubscript-loader;1"] getService ( Ci.  mozIJSSubScriptLoader)

Definition at line 8 of file browser_sanitize-timespans.js.

Here is the call graph for this function:

function setupDownloads ( )

Definition at line 363 of file browser_sanitize-timespans.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function setupFormHistory ( )

Definition at line 298 of file browser_sanitize-timespans.js.

Here is the caller graph for this function:

function setupHistory ( )

Definition at line 267 of file browser_sanitize-timespans.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

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.

const formhist = Cc["@mozilla.org/satchel/form-history;1"].getService(Ci.nsIFormHistory2)

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.