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:
@@ -34,7 +34,7 @@ public:
|
||||
// from nsIPrincipal:
|
||||
|
||||
NS_IMETHOD
|
||||
IsTrusted(char* scope, PRBool *pbIsTrusted);
|
||||
IsTrusted(const char* scope, PRBool *pbIsTrusted);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
// from nsICertPrincipal:
|
||||
|
||||
@@ -34,7 +34,7 @@ public:
|
||||
// from nsIPrincipal:
|
||||
|
||||
NS_IMETHOD
|
||||
IsTrusted(char* scope, PRBool *pbIsTrusted);
|
||||
IsTrusted(const char* scope, PRBool *pbIsTrusted);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
// from nsICodeSourcePrincipal:
|
||||
|
||||
@@ -33,7 +33,7 @@ public:
|
||||
// from nsIPrincipal:
|
||||
|
||||
NS_IMETHOD
|
||||
IsTrusted(char* scope, PRBool *pbIsTrusted);
|
||||
IsTrusted(const char* scope, PRBool *pbIsTrusted);
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user