Boris Zbarsky wrote:
Michael Vincent van Rantwijk wrote:

aContentType: 3
aContentLocation: http://mozillazine.org/image/default/sky.png
aRequestOrigin: http://mozillazine.org/
aContext.defaultView: undefined


What's aContext.documentElement? aContext.documentURI? And aContext.QueryInterface(Components.interfaces.nsIDOMDocumentView).defaultView?

aContext.documentElement = [object HTMLHtmlElement]
aContext.documentURI = 'http://mozillazine.org/'
aContext.QueryInterface(Components.interfaces.nsIDOMDocumentView).defaultView = [object Window]


It looks like it that I can use the last line, but I guess that aContext.defaultView is faster, no?

Thanks again for your help,
Michael Vincent van Rantwijk.
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to