<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bc &#187; Spider</title>
	<atom:link href="http://bclary.com/blog/category/spider/feed/" rel="self" type="application/rss+xml" />
	<link>http://bclary.com/blog</link>
	<description>Bob Clary&#039;s ramblings about Mozilla, everything and nothing</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:33:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Spider 0.0.3.8</title>
		<link>http://bclary.com/blog/2011/11/14/spider-0-0-3-8/</link>
		<comments>http://bclary.com/blog/2011/11/14/spider-0-0-3-8/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 16:16:12 +0000</pubDate>
		<dc:creator>bc</dc:creator>
				<category><![CDATA[Spider]]></category>

		<guid isPermaLink="false">http://bclary.com/blog/?p=128</guid>
		<description><![CDATA[I&#8217;ve just pushed the most recent update of Spider to version 0.0.3.8. Spider 0.0.3.8 is a simple change which adds compatibility for Firefox 11 Nightly builds. Spider 0.0.3.7 was an update which I failed to push to the web site &#8230; <a href="http://bclary.com/blog/2011/11/14/spider-0-0-3-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just pushed the most recent update of Spider to version 0.0.3.8.</p>
<p><a href="http://bclary.com/projects/spider/spider/spider.xpi">Spider 0.0.3.8</a> is a simple change which adds compatibility for Firefox 11 Nightly builds.</p>
<p>Spider 0.0.3.7 was an update which I failed to push to the web site but which was available from <a href="https://hg.mozilla.org/automation/sisyphus/file/a317c3a7a0ee/spider">hg.mozilla.org/automation/sisyphus/spider</a>. Sorry that I wasn&#8217;t more timely in announcing the update. Spider 0.0.3.7 included significant changes:</p>
<ul>
<li>Load handlers where changed from using useCapture true to false. This is I believe a better approach than what I have used in the past, but if you see any issues with pages failing to fire the load event please contact me.</li>
<li>CSpider no longer uses direct CallWrappers to detect page time outs. Instead, time out detection is now handled by the CPageLoader.</li>
<li>The CPageLoader&#8217;s initialization has been changed to include explicit references to:
<ul>
<li>the content element used to load the web page;</li>
<li>the callback function used to handle the load event;</li>
<li>the callback function used to handle page time outs;</li>
<li>the time out interval;</li>
<li>and the http responses observer.</li>
</ul>
</li>
<p>The change to remove the singleton nature of the CHTTPResponseObserver was to allow the use of additional CHTTPResponseObservers which could be used in userhook functions. I found this very helpful when performing investigations of how the effect of a 2 digit rv: value in Firefox 10 might affect web site&#8217;s user agent detection of Firefox.</p>
<p>Please let me know if you have any issues by contacting me at bob @ this domain. Thanks for using Spider, and I hope you continue to find it useful.</p</p>
]]></content:encoded>
			<wfw:commentRss>http://bclary.com/blog/2011/11/14/spider-0-0-3-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spider 0.0.3.6</title>
		<link>http://bclary.com/blog/2011/08/24/spider/</link>
		<comments>http://bclary.com/blog/2011/08/24/spider/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 16:59:01 +0000</pubDate>
		<dc:creator>bc</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Spider]]></category>

		<guid isPermaLink="false">http://bclary.com/blog/?p=122</guid>
		<description><![CDATA[Spider 0.0.3.6 updated to support Firefox 6, Firefox 7 Beta, Firefox 8 (Aurora) and Firefox 9 (Nightly).]]></description>
			<content:encoded><![CDATA[<p><a href="http://bclary.com/projects/spider/spider/spider.xpi">Spider 0.0.3.6</a> updated to support Firefox 6, Firefox 7 Beta, Firefox 8 (Aurora) and Firefox 9 (Nightly).</p>
]]></content:encoded>
			<wfw:commentRss>http://bclary.com/blog/2011/08/24/spider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spider 0.0.3.3</title>
		<link>http://bclary.com/blog/2011/02/22/spider-0-0-3-3/</link>
		<comments>http://bclary.com/blog/2011/02/22/spider-0-0-3-3/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 12:48:21 +0000</pubDate>
		<dc:creator>bc</dc:creator>
				<category><![CDATA[Spider]]></category>

		<guid isPermaLink="false">http://bclary.com/blog/?p=99</guid>
		<description><![CDATA[Spider 0.0.3.3 includes changes to support Firefox 4&#8242;s changes in XPCOM&#8217;s component registration and removal of xpnativewrapper and improvements to onload detection. It also includes a new command line parameter -invisible to hide the content being loaded.]]></description>
			<content:encoded><![CDATA[<p><a href="http://bclary.com/projects/spider/spider/spider.xpi">Spider 0.0.3.3</a> includes changes to support Firefox 4&#8242;s changes in<br />
XPCOM&#8217;s component registration and removal of xpnativewrapper and improvements to onload detection.<br />
It also includes a new command line parameter <code>-invisible</code> to hide the content being loaded.</p>
]]></content:encoded>
			<wfw:commentRss>http://bclary.com/blog/2011/02/22/spider-0-0-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YASU &#8211; Spider 0.0.2.20</title>
		<link>http://bclary.com/blog/2009/03/17/yasu-spider-00220/</link>
		<comments>http://bclary.com/blog/2009/03/17/yasu-spider-00220/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 17:05:10 +0000</pubDate>
		<dc:creator>bc</dc:creator>
				<category><![CDATA[Spider]]></category>

		<guid isPermaLink="false">http://bclary.com/blog/?p=72</guid>
		<description><![CDATA[Spider 0.0.2.20 just changes the supported version of Firefox to 3.6 to match the updated versions for Shiretoko and trunk.]]></description>
			<content:encoded><![CDATA[<p><a href="http://bclary.com/projects/spider/spider/spider.xpi">Spider 0.0.2.20</a> just changes the supported version of Firefox to 3.6 to match the updated versions for Shiretoko and trunk.</p>
]]></content:encoded>
			<wfw:commentRss>http://bclary.com/blog/2009/03/17/yasu-spider-00220/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>YASU &#8211; Spider 0.0.2.18</title>
		<link>http://bclary.com/blog/2008/12/18/yasu-spider-00218/</link>
		<comments>http://bclary.com/blog/2008/12/18/yasu-spider-00218/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 14:30:51 +0000</pubDate>
		<dc:creator>bc</dc:creator>
				<category><![CDATA[Spider]]></category>

		<guid isPermaLink="false">http://bclary.com/blog/?p=56</guid>
		<description><![CDATA[Spider 0.0.2.18 just adds .torrent to the list of excluded extensions.]]></description>
			<content:encoded><![CDATA[<p><a href="http://bclary.com/projects/spider/spider/spider.xpi">Spider 0.0.2.18</a> just adds <code>.torrent</code> to the list of excluded extensions.</p>
]]></content:encoded>
			<wfw:commentRss>http://bclary.com/blog/2008/12/18/yasu-spider-00218/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

