Bug 214050
Start to localize some of the more common user-visible error messages in caps. r+sr=bzbarsky@mit.edu git-svn-id: svn://10.0.0.236/trunk@145319 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -61,6 +61,7 @@ class nsString;
|
||||
class nsIClassInfo;
|
||||
class nsIIOService;
|
||||
class nsIXPConnect;
|
||||
class nsIStringBundle;
|
||||
class nsSystemPrincipal;
|
||||
struct ClassPolicy;
|
||||
|
||||
@@ -410,7 +411,8 @@ private:
|
||||
JSStackFrame** frameResult);
|
||||
|
||||
static PRBool
|
||||
CheckConfirmDialog(JSContext* cx, nsIPrincipal* aPrincipal, PRBool *checkValue);
|
||||
CheckConfirmDialog(JSContext* cx, nsIPrincipal* aPrincipal,
|
||||
const char* aCapability, PRBool *checkValue);
|
||||
|
||||
nsresult
|
||||
SavePrincipal(nsIPrincipal* aToSave);
|
||||
@@ -478,8 +480,9 @@ private:
|
||||
static const char sXPCDefaultGrantAllName[];
|
||||
#endif
|
||||
|
||||
static nsIIOService* sIOService;
|
||||
static nsIXPConnect* sXPConnect;
|
||||
static nsIIOService *sIOService;
|
||||
static nsIXPConnect *sXPConnect;
|
||||
static nsIStringBundle *sStrBundle;
|
||||
};
|
||||
|
||||
#endif // nsScriptSecurityManager_h__
|
||||
|
||||
Reference in New Issue
Block a user