<?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: Chrome - a browser designed for qooxdoo</title>
	<atom:link href="http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo/feed" rel="self" type="application/rss+xml" />
	<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo</link>
	<description>The qooxdoo news section</description>
	<pubDate>Tue, 06 Jan 2009 09:42:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: kenny</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11601</link>
		<dc:creator>kenny</dc:creator>
		<pubDate>Sun, 16 Nov 2008 09:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11601</guid>
		<description>FWIW, the qooxdoo hello world example does not work on Chrome 0.3.154.9. Anyone know why? Clearly Chrome will be huge for a JS-heavy lib like qooxdoo.</description>
		<content:encoded><![CDATA[<p>FWIW, the qooxdoo hello world example does not work on Chrome 0.3.154.9. Anyone know why? Clearly Chrome will be huge for a JS-heavy lib like qooxdoo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Milligan</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11478</link>
		<dc:creator>James Milligan</dc:creator>
		<pubDate>Mon, 27 Oct 2008 17:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11478</guid>
		<description>No problem Fabian - it's not often I'm able to help experienced people like you!</description>
		<content:encoded><![CDATA[<p>No problem Fabian - it&#8217;s not often I&#8217;m able to help experienced people like you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Herchenröder</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11476</link>
		<dc:creator>Thomas Herchenröder</dc:creator>
		<pubDate>Mon, 27 Oct 2008 10:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11476</guid>
		<description>@sufehmi: You're absolutely right. It's not so much about using Javascript for the browser chrome, but about the lack of separation between chrome and tabs that causes the issue. This is still missing in Firefox, and no new and shiny JS engine can amend for this - it's the architecture that sucks.</description>
		<content:encoded><![CDATA[<p>@sufehmi: You&#8217;re absolutely right. It&#8217;s not so much about using Javascript for the browser chrome, but about the lack of separation between chrome and tabs that causes the issue. This is still missing in Firefox, and no new and shiny JS engine can amend for this - it&#8217;s the architecture that sucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Jakobs</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11475</link>
		<dc:creator>Fabian Jakobs</dc:creator>
		<pubDate>Mon, 27 Oct 2008 07:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11475</guid>
		<description>@sufehmi

Your observation is right. If this script freezes the browser, than the browser will run all JavaScript in one process. Since FireFox builds its own user interface with JavaScript as well, the entire browser freezes. Currently only Chrome and IE8 separate JavaScript execution within different tabs.

@James
Thanks for this information. I'll try it with your special build but I don't think gmx.com will do bug fixing for a developer build of Chrome. But I do expect support for all official releases.</description>
		<content:encoded><![CDATA[<p>@sufehmi</p>
<p>Your observation is right. If this script freezes the browser, than the browser will run all JavaScript in one process. Since FireFox builds its own user interface with JavaScript as well, the entire browser freezes. Currently only Chrome and IE8 separate JavaScript execution within different tabs.</p>
<p>@James<br />
Thanks for this information. I&#8217;ll try it with your special build but I don&#8217;t think gmx.com will do bug fixing for a developer build of Chrome. But I do expect support for all official releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Milligan</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11473</link>
		<dc:creator>James Milligan</dc:creator>
		<pubDate>Sun, 26 Oct 2008 13:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11473</guid>
		<description>er yes it is a special build - I'm on the development channel for it:

http://www.chromeplugins.org/chrome/chrome-developer-updates/

Hope that helps you</description>
		<content:encoded><![CDATA[<p>er yes it is a special build - I&#8217;m on the development channel for it:</p>
<p><a href="http://www.chromeplugins.org/chrome/chrome-developer-updates/" rel="nofollow">http://www.chromeplugins.org/chrome/chrome-developer-updates/</a></p>
<p>Hope that helps you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sufehmi</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11472</link>
		<dc:creator>sufehmi</dc:creator>
		<pubDate>Sun, 26 Oct 2008 13:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11472</guid>
		<description>&lt;i&gt;Whether a browser isolates JavaScript execution can easily be tested by typing this URL javascript:while(1) {} in the location bar.
.
Sorry I'm being thick here - what to expect from it ?
.
I tried it on the latest Firefox (3.1b2), and it froze the entire browser (which has about 10 tabs opened).
.
Does that mean that 3.1b2 (which features Mozilla's newest JavaScript engine - TraceMonkey) still run all Javascript code (including its own GUI) all together / unisolated from each other ? :(</description>
		<content:encoded><![CDATA[<p><i>Whether a browser isolates JavaScript execution can easily be tested by typing this URL javascript:while(1) {} in the location bar.<br />
.<br />
Sorry I&#8217;m being thick here - what to expect from it ?<br />
.<br />
I tried it on the latest Firefox (3.1b2), and it froze the entire browser (which has about 10 tabs opened).<br />
.<br />
Does that mean that 3.1b2 (which features Mozilla&#8217;s newest JavaScript engine - TraceMonkey) still run all Javascript code (including its own GUI) all together / unisolated from each other ? <img src='http://news.qooxdoo.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Jakobs</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11303</link>
		<dc:creator>Fabian Jakobs</dc:creator>
		<pubDate>Thu, 23 Oct 2008 12:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11303</guid>
		<description>I've just installed and checked the latest Chrome version (0.2.149.30) and it works without any problems. I'm a bit irritated by your Chrome version number. Do you use any special build?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just installed and checked the latest Chrome version (0.2.149.30) and it works without any problems. I&#8217;m a bit irritated by your Chrome version number. Do you use any special build?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Milligan</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11250</link>
		<dc:creator>James Milligan</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11250</guid>
		<description>Thanks for your reply Fabian - it's stated on the GMX forum that Chrome definitely doesn't work, so I was amazed to see you running it!

Let me know what GMX say regarding it. Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply Fabian - it&#8217;s stated on the GMX forum that Chrome definitely doesn&#8217;t work, so I was amazed to see you running it!</p>
<p>Let me know what GMX say regarding it. Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Jakobs</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11249</link>
		<dc:creator>Fabian Jakobs</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11249</guid>
		<description>Hi James,

I used the first version of Chrome just after it was released. I don't whether the newer revisions have issues with gmx.com. I will forward it to the gmx.com developers.</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>I used the first version of Chrome just after it was released. I don&#8217;t whether the newer revisions have issues with gmx.com. I will forward it to the gmx.com developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Milligan</title>
		<link>http://news.qooxdoo.org/chrome-a-browser-designed-for-qooxdoo#comment-11241</link>
		<dc:creator>James Milligan</dc:creator>
		<pubDate>Tue, 21 Oct 2008 17:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://news.qooxdoo.org/?p=313#comment-11241</guid>
		<description>Can I just say that GMX doesn't work in Chrome... quite annoying really. Can I ask how you got it to 'work'? Also, what version is it? A developer version? Because I'm running the dev version - the latest one (0.3.154.3) and it doesn't work...</description>
		<content:encoded><![CDATA[<p>Can I just say that GMX doesn&#8217;t work in Chrome&#8230; quite annoying really. Can I ask how you got it to &#8216;work&#8217;? Also, what version is it? A developer version? Because I&#8217;m running the dev version - the latest one (0.3.154.3) and it doesn&#8217;t work&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
