diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:30:17 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:30:17 +0000 |
commit | 371035ab61bfc6d32fa726bcb15caab6919c9d62 (patch) | |
tree | 34f8ef2833c9c0d09bb2a4c6cc980d8c51b4e1a1 /java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java | |
parent | Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS). (diff) |
. Update to Eclipse Europa, copied over from eclipse-devel.
Diffstat (limited to 'java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java')
-rw-r--r-- | java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java b/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java deleted file mode 100644 index b18678a5aa28..000000000000 --- a/java/eclipse/files/post-patch-plugins-swt-mozilla-XPCOM.java +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java.orig Wed Nov 29 14:11:42 2006 -+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java Wed Nov 29 14:14:30 2006 -@@ -89,6 +89,7 @@ - public static final int NS_ERROR_HTMLPARSER_UNRESOLVEDDTD = 0x804e03f3; - public static final int NS_ERROR_FILE_NOT_FOUND = 0x80520012; - public static final String NS_APP_APPLICATION_REGISTRY_DIR = "AppRegD"; //$NON-NLS-1$ -+ public static final String NS_APP_USER_PROFILE_50_DIR = "ProfD"; //$NON-NLS-1$ - - public static final native void memmove(nsID dest, int /*long*/ src, int nbytes); - public static final native void memmove(int /*long*/ dest, nsID src, int nbytes); -@@ -103,9 +104,8 @@ - public static final native void memmove(byte[] dest, char[] src, int nbytes); - public static final native int NS_GetComponentManager(int /*long*/[] result); - public static final native int NS_GetServiceManager(int /*long*/[] result); --public static final native int NS_InitEmbedding(int /*long*/ aMozBinDirectory, int /*long*/ aAppFileLocProvider); -+public static final native int NS_InitXPCOM3(int /*long*/ result, int /*long*/ binDirectory, int /*long*/ appFileLocationProvider, int /*long*/ staticComponents, int componentCount); - public static final native int NS_NewLocalFile(int /*long*/ path, boolean followLinks, int /*long*/[] result); --public static final native int NS_TermEmbedding(); - public static final native int strlen_PRUnichar(int /*long*/ s); - public static final native int /*long*/ nsEmbedCString_new(); - public static final native int /*long*/ nsEmbedCString_new(byte[] aString, int length); |