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 "===================================================================="