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 hostHasCookies | ( | uri | ) |
Return true iff we have cookies for uri
Definition at line 337 of file security.js.
| function previousVisitCount | ( | host, | |
| endTimeReference | |||
| ) |
Return the number of previous visits recorded for host before today.
| host | - the domain name to look for in history |
Definition at line 359 of file security.js.
| function realmHasPasswords | ( | uri | ) |
Return true iff realm (proto://host:port) (extracted from uri) has saved passwords
Definition at line 348 of file security.js.
| function securityOnLoad | ( | ) |
Definition at line 188 of file security.js.
| function setText | ( | id, | |
| value | |||
| ) |
| function viewCertHelper | ( | parent, | |
| cert | |||
| ) |
Definition at line 325 of file security.js.
| var security |
Definition at line 41 of file security.js.