Go to the source code of this file.
Functions | |
function | PROT_Application () |
Variables | |
var | gDataProvider = null |
var | gInitialized = false |
function PROT_Application | ( | ) |
An instance of our application. There should be exactly one of these.
Note: This object should instantiated only at profile-after-change or later because the listmanager and the cryptokeymanager need to read and write data files. Additionally, NSS isn't loaded until some time around then (Moz bug #321024).
Definition at line 54 of file application.js.
var gDataProvider = null |
Definition at line 38 of file application.js.
var gInitialized = false |
Definition at line 95 of file application.js.