Changes

Jump to: navigation, search

Mozilla.dev.embedding

596 bytes added, 21:11, 30 November 2006
no edit summary
[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-embedding September 29, 2006 - October 6, 2006]
The newsgroup is more FAQ than discussion. So you can find the FAQ on [http://developer.mozilla.org/en/docs/embedding_FAQ mozilla]-->
 
== Important GtkMozEmbed 1.9 information ==
 
Timeless has become the new owner of GtkMozEmbed. You can read about some of the changes [http://groups.google.ca/group/mozilla.dev.embedding/browse_thread/thread/3c786f3d7140a6da/beebaa4f5fd822a9?hl=en#beebaa4f5fd822a9 here]
== 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