<?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: The WebView: Reloaded</title>
	<atom:link href="http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/</link>
	<description>Coding under the close supervision of cats</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:22:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/comment-page-1/#comment-70</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 22 Nov 2006 14:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/#comment-70</guid>
		<description>I probably should file a bug, but I haven&#039;t. I could imagine it becoming an argument about the semantics of &quot;reload&quot;. Anyway, I&#039;d rather that they spend time fixing more important bugs, like crashers!</description>
		<content:encoded><![CDATA[<p>I probably should file a bug, but I haven&#8217;t. I could imagine it becoming an argument about the semantics of &#8220;reload&#8221;. Anyway, I&#8217;d rather that they spend time fixing more important bugs, like crashers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bret</title>
		<link>http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/comment-page-1/#comment-64</link>
		<dc:creator>Bret</dc:creator>
		<pubDate>Tue, 21 Nov 2006 23:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/#comment-64</guid>
		<description>Did ya&#039; file a bug with the workaround?</description>
		<content:encoded><![CDATA[<p>Did ya&#8217; file a bug with the workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/comment-page-1/#comment-62</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 21 Nov 2006 02:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/#comment-62</guid>
		<description>&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I think the code above comes from the Mac OS X 10.4.7 release version of WebKit. I just updated to the 10.4.8 release version, and they&#039;ve switched a number of implementation files from Objective-C to C++ for some reason. I find that rather upsetting, actually. Does anyone know why? Regardless, it appears that reload works the same way as before. From the file &lt;code&gt;FrameLoader.mm&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;
void FrameLoader::reload()
{
    if (!m_documentLoader)
        return;

    NSMutableURLRequest *initialRequest = m_documentLoader-&gt;request();
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><strong>Update:</strong> I think the code above comes from the Mac OS X 10.4.7 release version of WebKit. I just updated to the 10.4.8 release version, and they&#8217;ve switched a number of implementation files from Objective-C to C++ for some reason. I find that rather upsetting, actually. Does anyone know why? Regardless, it appears that reload works the same way as before. From the file <code>FrameLoader.mm</code>:</p>
<pre><code>
void FrameLoader::reload()
{
    if (!m_documentLoader)
        return;

    NSMutableURLRequest *initialRequest = m_documentLoader->request();
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helge</title>
		<link>http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/comment-page-1/#comment-61</link>
		<dc:creator>Helge</dc:creator>
		<pubDate>Mon, 20 Nov 2006 08:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/11/19/the-webview-reloaded/#comment-61</guid>
		<description>Sauerkraut: nominative singular, neutrum - correct article: das
Lederhosen: accusative plural, female - correct possessive pronoun: meinen

Das Sauerkraut ist in meinen Lederhosen.</description>
		<content:encoded><![CDATA[<p>Sauerkraut: nominative singular, neutrum &#8211; correct article: das<br />
Lederhosen: accusative plural, female &#8211; correct possessive pronoun: meinen</p>
<p>Das Sauerkraut ist in meinen Lederhosen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
