Move several security files into idl. (Create idl directory in caps module.)

Implement methods of nsIXPCSecurityManager.
Fix random errors in DOM JS security.


git-svn-id: svn://10.0.0.236/trunk@39574 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
norris%netscape.com
1999-07-15 23:23:16 +00:00
parent 50788d2674
commit 3de9514e0d
27 changed files with 823 additions and 843 deletions

View File

@@ -34,7 +34,7 @@ public:
// from nsIPrincipal:
NS_IMETHOD
IsTrusted(char* scope, PRBool *pbIsTrusted);
IsTrusted(const char* scope, PRBool *pbIsTrusted);
////////////////////////////////////////////////////////////////////////////
// from nsICertPrincipal:

View File

@@ -34,7 +34,7 @@ public:
// from nsIPrincipal:
NS_IMETHOD
IsTrusted(char* scope, PRBool *pbIsTrusted);
IsTrusted(const char* scope, PRBool *pbIsTrusted);
////////////////////////////////////////////////////////////////////////////
// from nsICodeSourcePrincipal:

View File

@@ -33,7 +33,7 @@ public:
// from nsIPrincipal:
NS_IMETHOD
IsTrusted(char* scope, PRBool *pbIsTrusted);
IsTrusted(const char* scope, PRBool *pbIsTrusted);
///////////////////////////////////////////////////////////////////////////