[EMAIL PROTECTED] wrote: > Can you please help me understand how nsImageLoader::Load() work?
The first thing to understand is that this method no longer does any loading. It just takes an existing handle to an image request and sets up a clone with a different listener to be notified as the load proceeds. The actual load is done elsewhere, typically by calling imgILoader::Load via nsContentUtils::LoadImage. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

