>> % conkeror -q -batch -l chrome://conkeror-test/content/simple > > I don't think this was ever possible with chrome urls.
http://thread.gmane.org/gmane.comp.mozilla.conkeror/1858 commit 7337b2f87304984cd92cc3cb9e9f7bc5d1391212 Author: David Kettler <[email protected]> Date: Fri Dec 11 18:21:21 2009 +1030 load_rc: allow chrome and file uris load_rc() will now accept a number of ways to specify the file to load. In particular this allows loading from chrome uris on the command line. The code tries to produce an nsILocalFile from whatever it's given so that, for instance, the directory processing works for chrome uris too. The subscript loader will refuse to load a non-local uri. A chrome uri is provided for the test suite, which allows usage like: conkeror -q -batch -l chrome://conkeror-test/content/simple Another usage is to load a module from the contrib area: load_rc("chrome://conkeror-contrib/content/mode-line-buttons.js"); Regards, David _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
