Hi,

I think I found a bug in:
shouldLoad: function (aContentType, aContentLocation, aRequestOrigin, aContext, aMimeTypeGuess)
in nsIContentPolicy.idl see also:
http://lxr.mozilla.org/seamonkey/source/content/base/public/nsIContentPolicy.idl#180


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

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

aContext.defaultView is undefined!

"Now _that_ sounds wrong... I can see it happening if the relevant document is no longer being shown in a window or not yet being shown in a window, but that shouldn't be the case here, since these images should be getting fetched after layout has started, so definitely when the document has a window already.

-Boris"

see also: news://news.mozdev.org:119/[EMAIL PROTECTED]

Note: news.mozdev.org requires the following username and password;
username: mozdev
password: maduser

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

Reply via email to