yaa at euronet wrote:
The developer of the Sitebar Server asked me if I can somehow keep the sidebar
from reloading while keeping the content it had before closing.
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);
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners