We have applications that embed Spidermonkey, so some of our components can be scripted. One of our applications is a Mozilla NP plugin, so we cannot have any link-time dependencies on Spidermonkey. In FF2, we achieved this by creating our own nsWebBrowser component, which we get the document via the nsIWebNavigation interface. To execute script, we add an HTML element to the document with a type of "text/javascript".
Unfortunately, the script doesn't run when upgrading to FF3. Is there any new special functions or methods I need to call to get JS working in FF3? I can post some code, if needed. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
