summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/components
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2011-05-10 20:10:32 +0000
committerGrant Gayed <ggayed>2011-05-10 20:10:32 +0000
commitb42f3deae13793369b19cd7f6ae257616fcd4739 (patch)
tree752abc1406899bd4c13fcabe9e8c779f649a12c3 /bundles/org.eclipse.swt/components
parent647136ddf4768614d99658a624528bafb2469eb5 (diff)
downloadeclipse.platform.swt-b42f3deae13793369b19cd7f6ae257616fcd4739.tar.gz
eclipse.platform.swt-b42f3deae13793369b19cd7f6ae257616fcd4739.tar.xz
eclipse.platform.swt-b42f3deae13793369b19cd7f6ae257616fcd4739.zip
343979 - secure window.external.callJava
Diffstat (limited to 'bundles/org.eclipse.swt/components')
-rw-r--r--bundles/org.eclipse.swt/components/external.idl15
-rw-r--r--bundles/org.eclipse.swt/components/external.xptbin183 -> 187 bytes
2 files changed, 13 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/components/external.idl b/bundles/org.eclipse.swt/components/external.idl
index fbc6d82b2e..441fc09d82 100644
--- a/bundles/org.eclipse.swt/components/external.idl
+++ b/bundles/org.eclipse.swt/components/external.idl
@@ -1,4 +1,15 @@
-// to compile: xpidl -m typelib -I J:\teamswt\swt-builddir\gecko-sdk\idl\ -e External.xpt External.idl
+/*******************************************************************************
+ * Copyright (c) 2008, 2011 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+
+// to compile: xpidl -m typelib -I S:\swt-builddir\gecko-sdk\idl\ -e external.xpt external.idl
#include "nsISupports.idl"
#include "nsIVariant.idl"
@@ -6,5 +17,5 @@
[scriptable, uuid(ded01d20-ba6f-11dd-ad8b-0800200c9a66)]
interface External : nsISupports {
- nsIVariant callJava (in unsigned long index, in nsIVariant args);
+ nsIVariant callJava (in unsigned long index, in nsIVariant token, in nsIVariant args);
};
diff --git a/bundles/org.eclipse.swt/components/external.xpt b/bundles/org.eclipse.swt/components/external.xpt
index f57da7eddb..88a803d220 100644
--- a/bundles/org.eclipse.swt/components/external.xpt
+++ b/bundles/org.eclipse.swt/components/external.xpt
Binary files differ