From 978a03597eabff22b30be6c06a3cf7291e435cc8 Mon Sep 17 00:00:00 2001 From: "ashuk%eng.sun.com" Date: Thu, 6 Apr 2000 17:45:27 +0000 Subject: [PATCH] Made changes for accomodating new CurrentPage Find features into webclient a=ashuk r=edburns Bug=20659 Ashu git-svn-id: svn://10.0.0.236/trunk@65430 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/webclient/src_moz/jni_util.h | 6 +++++- mozilla/java/webclient/src_moz/runem.solaris | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/java/webclient/src_moz/jni_util.h b/mozilla/java/webclient/src_moz/jni_util.h index e27c242e94c..28c351a9414 100644 --- a/mozilla/java/webclient/src_moz/jni_util.h +++ b/mozilla/java/webclient/src_moz/jni_util.h @@ -43,6 +43,7 @@ #include "nsIThread.h" // for PRThread #include "nsIWebShell.h" // for nsIWebShell #include "nsIEventQueueService.h" // for PLEventQueue +#include "nsISearchContext.h" // for Find #include "ns_globals.h" @@ -82,6 +83,7 @@ struct WebShellInitContext { int w; int h; int gtkWinPtr; + nsCOMPtr searchContext; }; enum { @@ -90,7 +92,9 @@ enum { kInitWebShellError, kShowWebShellError, kHistoryWebShellError, - kClipboardWebShellError + kClipboardWebShellError, + kFindComponentError, + kSearchContextError }; extern JavaVM *gVm; // defined in jni_util.cpp diff --git a/mozilla/java/webclient/src_moz/runem.solaris b/mozilla/java/webclient/src_moz/runem.solaris index e94e0899c07..b353ba45712 100755 --- a/mozilla/java/webclient/src_moz/runem.solaris +++ b/mozilla/java/webclient/src_moz/runem.solaris @@ -18,6 +18,7 @@ OUTPUT_DIR=${MOZILLA_DIST}/classes # JDK 1.2 CLASSES CLASSES=${JDK_LOCATION}/lib/tools.jar:${JDK_LOCATION}/lib/rt.jar:${OUTPUT_DIR} CLASSNAME=org.mozilla.webclient.test.EmbeddedMozilla +#CLASSNAME=org.mozilla.webclient.test.EMWindow echo echo "===================================================================="