I just realized it was my mistake. I was calling fWebBrowser->SetParentURIContentListener(fWebBrowserImpl) before I initialize base window. And I was not checking for errors on this call, which was NS_ERROR_FAILURE :(
I assume that my doc shell was not ready at that point. Now when I set content listener after base window set up everything works fine! Thanks a lot for your help Boris! _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
