<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: XUL Explorer 0.3</title>
	<atom:link href="http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 14:03:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kevin Whitefoot</title>
		<link>http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-1668</link>
		<dc:creator>Kevin Whitefoot</dc:creator>
		<pubDate>Wed, 11 Apr 2007 17:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-1668</guid>
		<description>Source is included.  And there is a link to a source only archive at the top of this page.</description>
		<content:encoded><![CDATA[<p>Source is included.  And there is a link to a source only archive at the top of this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bengtson</title>
		<link>http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-1638</link>
		<dc:creator>Steven Bengtson</dc:creator>
		<pubDate>Wed, 11 Apr 2007 03:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-1638</guid>
		<description>Hey, can you make a linux build (deb?) for this? Or if I could get the source to build it that would be great!</description>
		<content:encoded><![CDATA[<p>Hey, can you make a linux build (deb?) for this? Or if I could get the source to build it that would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Whitefoot</title>
		<link>http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-1004</link>
		<dc:creator>Kevin Whitefoot</dc:creator>
		<pubDate>Mon, 19 Mar 2007 20:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-1004</guid>
		<description>Firstly, thanks for making such a useful tool as XUL Explorer.

Of course after the praise comes the problem :-)

I'm very new to XUL development so I am just trying out little snippets of code.  I thought it would be a useful exercise to read and write a registry key, and I was right as it turned out to be quite complicated.

With the help of various web sites and search engines I found that I had to obtain elevated privileges so I added this:

       netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
  
before calling the registry interface.  If I open the xul file in Firefox it causes a dialog box to pop up asking if I want to allow this. I answer yes and it works perfectly.  In XUL Explorer no such question is asked, instead I get the following exception:

    A script from "about:blank" was denied UniversalXPConnect privileges.

So is there anything I can do to modify the settings in XUL Explorer to allow this to run?

Kevin Whitefoot.

Here is my code:












</description>
		<content:encoded><![CDATA[<p>Firstly, thanks for making such a useful tool as XUL Explorer.</p>
<p>Of course after the praise comes the problem <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m very new to XUL development so I am just trying out little snippets of code.  I thought it would be a useful exercise to read and write a registry key, and I was right as it turned out to be quite complicated.</p>
<p>With the help of various web sites and search engines I found that I had to obtain elevated privileges so I added this:</p>
<p>       netscape.security.PrivilegeManager.enablePrivilege(&#8221;UniversalXPConnect&#8221;);</p>
<p>before calling the registry interface.  If I open the xul file in Firefox it causes a dialog box to pop up asking if I want to allow this. I answer yes and it works perfectly.  In XUL Explorer no such question is asked, instead I get the following exception:</p>
<p>    A script from &#8220;about:blank&#8221; was denied UniversalXPConnect privileges.</p>
<p>So is there anything I can do to modify the settings in XUL Explorer to allow this to run?</p>
<p>Kevin Whitefoot.</p>
<p>Here is my code:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-863</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 27 Feb 2007 09:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-863</guid>
		<description>Found this before, doesn't work on any Firefox version I have though. (1.04 -&#62; 3.0a3pre)

http://xulmaker.mozdev.org/</description>
		<content:encoded><![CDATA[<p>Found this before, doesn&#8217;t work on any Firefox version I have though. (1.04 -&gt; 3.0a3pre)</p>
<p><a href="http://xulmaker.mozdev.org/" rel="nofollow">http://xulmaker.mozdev.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pd</title>
		<link>http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-858</link>
		<dc:creator>pd</dc:creator>
		<pubDate>Tue, 27 Feb 2007 05:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/02/xul-explorer-03/#comment-858</guid>
		<description>Congrats on the progress Mark, it's great to see. As usual it seems this sort of ultra useful tool will come from the initiative of one person rather than the big project it should be. That's great but also much pressure on you. Have you considered inviting contributions and building the editor into a larger project? 

One thing I can really see on the horizon would be a 'behaviours' (excuse the Dreamweaver term) picker to the property editor or somewhere else. This would allow XUL Explorer to really create programs rather than just interfaces which is seems limited to atm.

I hope that yourself and Jon Resig have this in the back of your minds but just don't want to tell anyone yet :) XUL Explorer + Fuel + Firebug + packaging (extension or XULRunner app) ... ooh boy what a dream :)</description>
		<content:encoded><![CDATA[<p>Congrats on the progress Mark, it&#8217;s great to see. As usual it seems this sort of ultra useful tool will come from the initiative of one person rather than the big project it should be. That&#8217;s great but also much pressure on you. Have you considered inviting contributions and building the editor into a larger project? </p>
<p>One thing I can really see on the horizon would be a &#8216;behaviours&#8217; (excuse the Dreamweaver term) picker to the property editor or somewhere else. This would allow XUL Explorer to really create programs rather than just interfaces which is seems limited to atm.</p>
<p>I hope that yourself and Jon Resig have this in the back of your minds but just don&#8217;t want to tell anyone yet <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> XUL Explorer + Fuel + Firebug + packaging (extension or XULRunner app) &#8230; ooh boy what a dream <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
