<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: BugSort user script</title>
	<atom:link href="http://www.squarefree.com/2005/04/18/bug-sort-user-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squarefree.com/2005/04/18/bug-sort-user-script/</link>
	<description>Jesse Ruderman on Firefox, security, and more</description>
	<lastBuildDate>Fri, 16 Jul 2010 15:04:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Micah</title>
		<link>http://www.squarefree.com/2005/04/18/bug-sort-user-script/comment-page-1/#comment-1256</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Mon, 16 May 2005 16:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/04/18/bug-sort-user-script/#comment-1256</guid>
		<description>Thanks a million!</description>
		<content:encoded><![CDATA[<p>Thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Ruderman</title>
		<link>http://www.squarefree.com/2005/04/18/bug-sort-user-script/comment-page-1/#comment-1131</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Fri, 22 Apr 2005 05:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/04/18/bug-sort-user-script/#comment-1131</guid>
		<description>Myk filed a bug for integrating this script into Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=291397</description>
		<content:encoded><![CDATA[<p>Myk filed a bug for integrating this script into Bugzilla: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=291397" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=291397</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Ruderman</title>
		<link>http://www.squarefree.com/2005/04/18/bug-sort-user-script/comment-page-1/#comment-1124</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Wed, 20 Apr 2005 01:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/04/18/bug-sort-user-script/#comment-1124</guid>
		<description>Last night I took Ed&#039;s version of the JavaScript Shell and started hacking on it in order to fix the print() problem, make it work in multiple browsers, etc.  I will post it as JavaScript Shell 1.2 at some point, possibly tonight.</description>
		<content:encoded><![CDATA[<p>Last night I took Ed&#8217;s version of the JavaScript Shell and started hacking on it in order to fix the print() problem, make it work in multiple browsers, etc.  I will post it as JavaScript Shell 1.2 at some point, possibly tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Lee</title>
		<link>http://www.squarefree.com/2005/04/18/bug-sort-user-script/comment-page-1/#comment-1123</link>
		<dc:creator>Edward Lee</dc:creator>
		<pubDate>Wed, 20 Apr 2005 00:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/04/18/bug-sort-user-script/#comment-1123</guid>
		<description>The javascript shells have been broken with the 1.0.3 firefox upgrade.

Jesse and I got things working, and I&#039;ve updated my version with multiline inputs.

http://ed.agadak.net/jsshell.php

However, print does not work. It&#039;ll try calling firefox&#039;s print which is the printer. &quot;pr&quot; does work though..</description>
		<content:encoded><![CDATA[<p>The javascript shells have been broken with the 1.0.3 firefox upgrade.</p>
<p>Jesse and I got things working, and I&#8217;ve updated my version with multiline inputs.</p>
<p><a href="http://ed.agadak.net/jsshell.php" rel="nofollow">http://ed.agadak.net/jsshell.php</a></p>
<p>However, print does not work. It&#8217;ll try calling firefox&#8217;s print which is the printer. &#8220;pr&#8221; does work though..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Donnelly</title>
		<link>http://www.squarefree.com/2005/04/18/bug-sort-user-script/comment-page-1/#comment-1122</link>
		<dc:creator>Bill Donnelly</dc:creator>
		<pubDate>Tue, 19 Apr 2005 09:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/04/18/bug-sort-user-script/#comment-1122</guid>
		<description>I get this error: (for example)
ReferenceError: props is not defined
</description>
		<content:encoded><![CDATA[<p>I get this error: (for example)<br />
ReferenceError: props is not defined</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Donnelly</title>
		<link>http://www.squarefree.com/2005/04/18/bug-sort-user-script/comment-page-1/#comment-1121</link>
		<dc:creator>Bill Donnelly</dc:creator>
		<pubDate>Tue, 19 Apr 2005 09:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/2005/04/18/bug-sort-user-script/#comment-1121</guid>
		<description>The bookmarklet version of the Javascript Shell version 1.1 is broken for Firefox 1.0.3. Is it just me? (the non-bookmarklet version works)
</description>
		<content:encoded><![CDATA[<p>The bookmarklet version of the Javascript Shell version 1.1 is broken for Firefox 1.0.3. Is it just me? (the non-bookmarklet version works)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
