зеркало из https://github.com/mozilla/pjs.git
Fix for 77194 (liveconnect does not work for non-applet case)
r=edburns & beard sr=brendan
This commit is contained in:
Родитель
e8c7678733
Коммит
ea10ecd092
|
@ -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
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче