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
This commit is contained in:
@@ -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 "===================================================================="
|
||||
|
||||
Reference in New Issue
Block a user