> Yes, but I would like to avoid that. If page has 2 identical pictures,
> then I want onModifyRequest/onExamineResponse calls for every of them,
> regardles of their source (network, local cache).

With the image cache, what actually happens is that the load request is never
even sent to necko.  The imagelib user requests an image object for a given
URI, and the imagelib will either open a necko channel to fetch the image or
just return an image object it already has in-memory.  In the latter case,
necko won't even know the image "load" happened.

Boris
-- 
A computer lets you make more mistakes faster than any invention in 
human history, with the possible exceptions of handguns and tequila.

_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to