security.js File Reference

Go to the source code of this file.

Functions

function securityOnLoad ()
 
function setText (id, value)
 
function viewCertHelper (parent, cert)
 
function hostHasCookies (uri)
 
function realmHasPasswords (uri)
 
function previousVisitCount (host, endTimeReference)
 

Variables

var security
 

Function Documentation

function hostHasCookies (   uri)

Return true iff we have cookies for uri

Definition at line 337 of file security.js.

Here is the caller graph for this function:

function previousVisitCount (   host,
  endTimeReference 
)

Return the number of previous visits recorded for host before today.

Parameters
host- the domain name to look for in history

Definition at line 359 of file security.js.

Here is the caller graph for this function:

function realmHasPasswords (   uri)

Return true iff realm (proto://host:port) (extracted from uri) has saved passwords

Definition at line 348 of file security.js.

Here is the caller graph for this function:

function securityOnLoad ( )

Definition at line 188 of file security.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function setText (   id,
  value 
)

Definition at line 310 of file security.js.

Here is the caller graph for this function:

function viewCertHelper (   parent,
  cert 
)

Definition at line 325 of file security.js.

Variable Documentation

var security

Definition at line 41 of file security.js.