Made changes for accomodating new CurrentPage Find features into

webclient

a=ashuk
r=edburns
Bug=20659

Ashu
This commit is contained in:
ashuk%eng.sun.com 2000-04-06 17:45:27 +00:00
Родитель 589efd82a7
Коммит fc66e176ec
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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<nsISearchContext> searchContext;
};
enum {
@ -90,7 +92,9 @@ enum {
kInitWebShellError,
kShowWebShellError,
kHistoryWebShellError,
kClipboardWebShellError
kClipboardWebShellError,
kFindComponentError,
kSearchContextError
};
extern JavaVM *gVm; // defined in jni_util.cpp

Просмотреть файл

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