Add all-powerful system principals. Remove some dead code from the build.

git-svn-id: svn://10.0.0.236/trunk@45380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
norris%netscape.com
1999-09-01 00:54:35 +00:00
parent c6342ee432
commit 34b474302b
32 changed files with 741 additions and 381 deletions

View File

@@ -20,7 +20,7 @@
#define _NS_CODEBASE_PRINCIPAL_H_
#include "jsapi.h"
#include "nsIPrincipal.h"
#include "nsICodebasePrincipal.h"
#include "nsIURI.h"
#include "nsJSPrincipals.h"
@@ -45,8 +45,8 @@ public:
virtual ~nsCodebasePrincipal(void);
protected:
nsIURI *itsURI;
nsJSPrincipals itsJSPrincipals;
nsIURI *mURI;
nsJSPrincipals mJSPrincipals;
};
#endif // _NS_CODEBASE_PRINCIPAL_H_