krithika wrote: > Thread.sleep(100);
Doesn't that just sleep the current thread? So the persist object can't do network access? If you want to do this, you need to spin the Gecko event loop. Or something. -Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
