mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fix for 77194 (liveconnect does not work for non-applet case)
r=edburns & beard sr=brendan
This commit is contained in:
parent
51fd255e6e
commit
94f822459e
@ -56,5 +56,9 @@ nsISecureEnv* GetSecureEnv(JNIEnv* proxyEnv);
|
||||
*/
|
||||
PR_EXTERN(void) SetSecurityContext(JNIEnv* proxyEnv, nsISecurityContext *context);
|
||||
|
||||
/**
|
||||
* Gets current SecurityContext for proxy env
|
||||
*/
|
||||
PR_EXTERN(nsresult) GetSecurityContext(JNIEnv* proxyEnv, nsISecurityContext **context);
|
||||
#endif /* PROXY_JNI_H */
|
||||
|
||||
|
@ -43,6 +43,8 @@ CPPSRCS = \
|
||||
nsJVMManager.cpp \
|
||||
nsJVMPluginTagInfo.cpp \
|
||||
ProxyJNI.cpp \
|
||||
nsCNullSecurityContext.cpp \
|
||||
ProxyClassLoader.cpp \
|
||||
nsCSecurityContext.cpp \
|
||||
nsCJVMManagerFactory.cpp \
|
||||
lcglue.cpp \
|
||||
|
@ -41,6 +41,8 @@ OBJS = .\$(OBJDIR)\jvmmgr.obj \
|
||||
.\$(OBJDIR)\lcglue.obj \
|
||||
.\$(OBJDIR)\nsCSecurityContext.obj \
|
||||
.\$(OBJDIR)\nsCJVMManagerFactory.obj \
|
||||
.\$(OBJDIR)\nsCNullSecurityContext.obj \
|
||||
.\$(OBJDIR)\ProxyClassLoader.obj \
|
||||
.\$(OBJDIR)\scd.obj
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user