On 06/02/06, Neil <[EMAIL PROTECTED]> wrote: > I think the best you can do is to load it from the cache using the > following flags: > const nsIRequest = Components.interfaces.nsIRequest; > browserElement.loadURIWithFlags(serverURI, nsIRequest.LOAD_FROM_CACHE | > nsIRequest.VALIDATE_NEVER);
I believe these flags are lost before they make it to the channel code. See nsDocShell::ConvertDocShellLoadInfoToLoadType which is called when you use LoadURI. Not sure why this is... Adam _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
