hello, there is ContentListener class (implementation of nsIURIContentListener) in the MozView.
tried to intercept URI loads, when navigating this sample app to some test web page vie file:// ot http scheme. now i can control to continue load data or abort it at the ContentListener::OnStartURIOpen - it does called. but none of the other nsIURIContentListener members didn't call never. i'd like to see how doContent is working to implement something like custom handler for data feeding to web browser. so the question is, why doContent and other never called? MozView registers content listener in CreateBroser function via SetParentURIContentListener. thanks, A. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
