Setting XULRunner 7 in offline mode?
Georgios Petasis <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi all, Is there a preference for setting XULRunner 7 in offline mode? I want to process some html files I have stored locally, and loading them in a XUL app takes some time (to download images, etc). Is there an option to stop downloading all this extra stuff? My code uses browser.loadURI() to load the files from the disk.