<?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 for bc</title>
	<atom:link href="http://bclary.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bclary.com/blog</link>
	<description>Bob Clary's ramblings about Mozilla, Web Development, everything and nothing...</description>
	<lastBuildDate>Sun, 27 Sep 2009 00:09:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Browser JavaScript Reftests by bc</title>
		<link>http://bclary.com/blog/2009/09/10/browser-javascript-reftests/comment-page-1/#comment-120</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Sun, 27 Sep 2009 00:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=81#comment-120</guid>
		<description>I&#039;ve checked in an updated version of the patch &lt;a href=&quot;http://hg.mozilla.org/tracemonkey/rev/7b0823541920&quot; rel=&quot;nofollow&quot;&gt;http://hg.mozilla.org/tracemonkey/rev/7b0823541920&lt;/a&gt; and have updated the post to reflect the new changes. Thanks to jruderman and dbaron for their help and feedback to improve the patch.

Let&#039;s hope this one sticks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve checked in an updated version of the patch <a href="http://hg.mozilla.org/tracemonkey/rev/7b0823541920" rel="nofollow">http://hg.mozilla.org/tracemonkey/rev/7b0823541920</a> and have updated the post to reflect the new changes. Thanks to jruderman and dbaron for their help and feedback to improve the patch.</p>
<p>Let&#8217;s hope this one sticks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YASU &#8211; Spider 0.0.2.20 by bc</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-119</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-119</guid>
		<description>I&#039;ll look into why the resizing is occurring and see what I can do. I&#039;ll also think about adding a new command line argument to pass name/value pairs to the Spider.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll look into why the resizing is occurring and see what I can do. I&#8217;ll also think about adding a new command line argument to pass name/value pairs to the Spider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YASU &#8211; Spider 0.0.2.20 by Mohamed</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-118</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Fri, 11 Sep 2009 19:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-118</guid>
		<description>Thanks. That fixes the resizing issue. The drawback with this method is that I could not find a way to pass any parameter to the user hook function.

With the chrome application, I could pass parameters as querystring via open.xul.</description>
		<content:encoded><![CDATA[<p>Thanks. That fixes the resizing issue. The drawback with this method is that I could not find a way to pass any parameter to the user hook function.</p>
<p>With the chrome application, I could pass parameters as querystring via open.xul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YASU &#8211; Spider 0.0.2.20 by bc</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-117</link>
		<dc:creator>bc</dc:creator>
		<pubDate>Fri, 11 Sep 2009 06:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-117</guid>
		<description>try the command line arguments as described in help.

firefox -P test -spider -url http://bclary.com/ -domain bclary.com -depth 2 -timeout 120 -wait 5 -start</description>
		<content:encoded><![CDATA[<p>try the command line arguments as described in help.</p>
<p>firefox -P test -spider -url <a href="http://bclary.com/" rel="nofollow">http://bclary.com/</a> -domain bclary.com -depth 2 -timeout 120 -wait 5 -start</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YASU &#8211; Spider 0.0.2.20 by Mohamed</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/comment-page-1/#comment-116</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Fri, 11 Sep 2009 04:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://bclary.com/blog/?p=72#comment-116</guid>
		<description>When I invoke the spider from the command line in chrome mode passing parameters, the window resizes itself to a smaller dimension. If you don&#039;t pass any parameter, this does not happen.

For example, if you issue the command (the example you have provided in your help page) 
firefox -P test -chrome &quot;chrome://spider/content/spider.xul?url%3Dhttp%253A%252F%252Fbclary.com%252F%26domain%3Dbclary.com%26depth%3D2%26timeout%3D120%26waittime%3D5%26autostart%3Don%26restrict%3Don&quot;

you can see the window resizes itself. If you just call &quot;firefox -P test -chrome chrome://spider/content/open.xul&quot; no resizing occurs.

When used in automated environments, this resizing causes problems (Some web pages with new rich media content, for example, don&#039;t load properly when the window size is smaller).

Is there a remedy for this?

Thanks
Mohamed</description>
		<content:encoded><![CDATA[<p>When I invoke the spider from the command line in chrome mode passing parameters, the window resizes itself to a smaller dimension. If you don&#8217;t pass any parameter, this does not happen.</p>
<p>For example, if you issue the command (the example you have provided in your help page)<br />
firefox -P test -chrome &#8220;chrome://spider/content/spider.xul?url%3Dhttp%253A%252F%252Fbclary.com%252F%26domain%3Dbclary.com%26depth%3D2%26timeout%3D120%26waittime%3D5%26autostart%3Don%26restrict%3Don&#8221;</p>
<p>you can see the window resizes itself. If you just call &#8220;firefox -P test -chrome chrome://spider/content/open.xul&#8221; no resizing occurs.</p>
<p>When used in automated environments, this resizing causes problems (Some web pages with new rich media content, for example, don&#8217;t load properly when the window size is smaller).</p>
<p>Is there a remedy for this?</p>
<p>Thanks<br />
Mohamed</p>
]]></content:encoded>
	</item>
</channel>
</rss>
