Manage Bookmarks now works. You can click on links and the browser will go there.

git-svn-id: svn://10.0.0.236/trunk@121042 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2002-05-08 05:17:41 +00:00
parent b3f09d7476
commit 62ce0ecc33
4 changed files with 114 additions and 178 deletions

View File

@@ -466,6 +466,9 @@ static void event_processor_callback(gpointer data,
void DoMozInitialization(WebShellInitContext * initContext)
{
if (gFirstTime) {
// PENDING(edburns): figure out why we need this
PR_SetEnv("XPCOM_CHECK_THREADSAFE=0");
nsILocalFile * pathFile = nsnull;
nsresult rv = nsnull;
JNIEnv * env = initContext->env;