As portended by my earlier email, all the rooted variables are gone. All the AutoCompartments are gone. They were just local variables as shorthand for objects that were already put on the rooted heap and tied to tags.
The functions in html.cpp now run, I believe, properly whether cw->jss is null or not. And to test this, there is now a way for jss to be null. Disable javascript, with the js command or through the nojs directive in your config file, then browse. The java state isn't even created. Part of my regression test is now to run jsrt through its paces, with javascript and without javascript. Next step, I will allow CreateContext() to fail, if it does fail, without exiting, and leave jss null. Then once this is working we can set up other error legs. Karl Dahlke _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
