Make Webclient compile and run on GNU/Linux with Mozilla 1.0.1.

Continue migration to ant.

Start out some JUnit tests.


git-svn-id: svn://10.0.0.236/trunk@130858 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2002-10-01 00:39:31 +00:00
parent 82affdbd0d
commit ca91238f57
31 changed files with 2598 additions and 110 deletions

View File

@@ -33,7 +33,6 @@
#include "CurrentPageActionEvents.h"
#include "nsIDOMWindowInternal.h"
#include "nsIFindComponent.h"
#include "nsISearchContext.h"
#include "nsIDocShell.h"
#include "nsIContentViewer.h"
@@ -102,6 +101,7 @@ wsFindEvent::handleEvent ()
JNIEnv *env = (JNIEnv *) JNU_GetEnv(gVm, JNI_VERSION);
if (mInitContext) {
#if 0
//First get the FindComponent object
nsCOMPtr<nsIFindComponent> findComponent;
findComponent = do_GetService(NS_IFINDCOMPONENT_CONTRACTID, &rv);
@@ -150,6 +150,7 @@ wsFindEvent::handleEvent ()
mInitContext->initFailCode = kSearchContextError;
return (void *) rv;
}
}
else {
// this is findNext
@@ -194,6 +195,10 @@ wsFindEvent::handleEvent ()
}
// Save in initContext struct for future findNextInPage calls
mInitContext->searchContext = srchcontext;
#else
return (void *) rv;
#endif
}
return result;