Exactly what I found by trial and error... :-(
I've implemented both PromptService and WindowCreator. Everything works
like a charm now. The two main issues remaining now are HTTPS and
Javascript.

When loading a HTTPS page, I get an assertion somewhere deep in NSS
code. I guess something is not initialized properly. Maybe it has to do
with the fact that I don't have a profile?

JavaScript is working, but I want to be able to call it from my
sourcecode. It works when I call a global function like Alert() (thanks
to the PromptService). But it won't execute functions defined on the
loaded page. Also I would like to register an Object from my C++ code
and be able to use it in JS. The FAQ mentions a funtion
AddCategoryEntry, but I can't figure out how to use the new Property
under JS.

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to