Jaywalker wrote:
hey, My current attempt was creating the XUL in a new ("desktop based") protocol handler, just like described here: http://kb.mozillazine.org/Dev_:_Extending_the_Chrome_Protocolin the given approach they use the data-protocol, but before i tried what was described there, i wrote my own protocol handler that simply uses streams.
OK.
Both versions work for creating and showing the XUL, but it does not give me the permissions for accessing anything outside the browser-element ( = chrome privileges) - be it the javascript of my extension or my JS Modules and probably also not the XUL of the application outside of the browser-element.
Presumably because you never set the owner on your channel. See the code in newChannel in that kb article you link to that does so.
-Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
