Changes

Jump to: navigation, search

Mozilla.dev.embedding

324 bytes added, 21:07, 30 November 2006
FAQ
=== How do I render strings provided by the user? ===
use the nsIWebBrowserStream. You can get it by a do_QueryInterface() on the nsIWebBrowser you use. Look at the file [http://lxr.mozilla.org/mozilla1.8.0/source/embedding/browser/gtk/src/EmbedPrivate.cpp embedding/browser/gtk/src/EmbedPrivate.cpp] and the methods OpenStream(), AppendToStream(), and CloseStream() to get sample implementations
 
=== Is there any support for the Firefox XPI extensions in gtkmozembed? ===
No. It is not planned for the future.
 
=== Why does mfcembed crash when accessing secure sites? ===
There may be multiple solutions to this problem. One possible solution is that you tried to use nss without probing it first to initialize itself.
1
edit

Navigation menu