Added AllJavaScript target to represent a target that defines all JavaScript privileges. JavaSoft's JVM will use this target to perform privileged operations from Java in JS

git-svn-id: svn://10.0.0.236/trunk@10861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
raman%netscape.com
1998-09-24 00:16:10 +00:00
parent 6005513c3c
commit 8c70f80362
2 changed files with 18 additions and 0 deletions

View File

@@ -9120,6 +9120,15 @@ and to send receive and send information to any computer on the Internet.")
ResDef(CAPS_TARGET_URL_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 204), "\
#AllJavaPermission")
ResDef(CAPS_TARGET_DESC_ALL_JS_PERMISSION, (CAPS_MSG_BASE + 205), "\
Access to all Privileged JavaScript operations")
ResDef(CAPS_TARGET_DETAIL_DESC_ALL_JS_PERMISSION, (CAPS_MSG_BASE + 206), "\
Access to all Privileged JavaScript operations.")
ResDef(CAPS_TARGET_URL_ALL_JS_PERMISSION, (CAPS_MSG_BASE + 207), "\
#AllJavaScriptPermission")
/* The following messages are for Software Update */
#define SU_MSG_BASE XP_MSG_BASE + 4000

View File

@@ -9120,6 +9120,15 @@ and to send receive and send information to any computer on the Internet.")
ResDef(CAPS_TARGET_URL_ALL_JAVA_PERMISSION, (CAPS_MSG_BASE + 204), "\
#AllJavaPermission")
ResDef(CAPS_TARGET_DESC_ALL_JS_PERMISSION, (CAPS_MSG_BASE + 205), "\
Access to all Privileged JavaScript operations")
ResDef(CAPS_TARGET_DETAIL_DESC_ALL_JS_PERMISSION, (CAPS_MSG_BASE + 206), "\
Access to all Privileged JavaScript operations.")
ResDef(CAPS_TARGET_URL_ALL_JS_PERMISSION, (CAPS_MSG_BASE + 207), "\
#AllJavaScriptPermission")
/* The following messages are for Software Update */
#define SU_MSG_BASE XP_MSG_BASE + 4000