Hello,
I need to make custom protocol - I know that protozilla.mozdev.org is a project which can make it, but... it is very old and it is not working with firefox. Anyone knows how to rebuild it to work with firefox ?


If protozilla won't work with the latest mozilla browsers, then anybody can help me with creating new protocol? I have read an article of Doron Rosenberg about adding new protocol to mozilla (http://nexgenmedia.net/docs/protocol/) - but I don't know how to build protocol which can solve my problem. But, what I would like to achieve ? I would like to use protocol (e.g. "remote:") for downloading XUL document from http, save it in the chrome directory and load in browser OR download XUL document from http and directly output contents to the browser.

remote:http://www.someurl.com/test.xul
|__
|  |- get xul file from http://www.someurl.com/test.xul
|  |- save it in chrome:/temp/content/ directory
|  |- load chrome:/temp/content/test.xul
|
|__
   |- get xul file from http://www.someurl.com/test.xul
   |- get test.xul contents
   |- output to browser



Thanks in advance for any help.
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to