Boris Zbarsky wrote: > Odd. What sort of document is it? What did your code look like, > exactly? This really does work, trust me!
here is my test page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> <title>test-008.html</title> <meta http-equiv=refresh content="3;URL=test-000.html"> </head> A simple document including a META-REFRESH that loads test-000.html. Since META-REFRESH are not allowed, the result MUST NOT include test-000.html information. </html> > You're not using it on an nsCOMPtr. You're using it on a MetaFilter. may I need to declare my filter with "MetaFilter filter" instead "nsCOMPtr<MetaFilter> filter" ? > The destructor will be called by MetaFilter::Release, which is a public > method. ok > Oh, right. That would be bug 132824. TreeWalker is implemented; > NodeIterator is not. ha ha ha ! I'll try a treewalker then... thx a lot. Olivier _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
