<?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: ARGH at our unresponsive tab strip: setTimeout(foo, 0) can be very harmful</title>
	<atom:link href="http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/</link>
	<description>Taras&#039; blog on Snappy, Startup, Telemetry and other Firefox peroformance matters</description>
	<lastBuildDate>Tue, 27 Nov 2012 16:50:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Raghavendra</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35624</link>
		<dc:creator>Raghavendra</dc:creator>
		<pubDate>Sun, 22 Apr 2012 18:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35624</guid>
		<description><![CDATA[I commented on it here  - https://bugzilla.mozilla.org/show_bug.cgi?id=743069#c14]]></description>
		<content:encoded><![CDATA[<p>I commented on it here  &#8211; <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=743069#c14" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=743069#c14</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamulos</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35576</link>
		<dc:creator>kamulos</dc:creator>
		<pubDate>Tue, 17 Apr 2012 17:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35576</guid>
		<description><![CDATA[@tglek: It does have a delay for me even if I disable hardware acceleration. I can reproduce it more easily when I switch to about:memory, click minimize memory and switch back. Because the built-in profiler only outputs hex-adresses for me all I can show now is the output of about:jank:

31 - c-JS::CallEventHandler]]></description>
		<content:encoded><![CDATA[<p>@tglek: It does have a delay for me even if I disable hardware acceleration. I can reproduce it more easily when I switch to about:memory, click minimize memory and switch back. Because the built-in profiler only outputs hex-adresses for me all I can show now is the output of about:jank:</p>
<p>31 &#8211; c-JS::CallEventHandler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj Mehta</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35573</link>
		<dc:creator>Manoj Mehta</dc:creator>
		<pubDate>Tue, 17 Apr 2012 06:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35573</guid>
		<description><![CDATA[Looks like a reviewer has made that comment already. The changes are in good hands (not that I doubted it) :)

Manoj]]></description>
		<content:encoded><![CDATA[<p>Looks like a reviewer has made that comment already. The changes are in good hands (not that I doubted it) <img src='http://blog.mozilla.org/tglek/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tglek</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35570</link>
		<dc:creator>tglek</dc:creator>
		<pubDate>Mon, 16 Apr 2012 17:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35570</guid>
		<description><![CDATA[@Manoh, please comment in bugs and refer to snippets of code in question. It&#039;s not productive to say that here

kamulos, I can&#039;t reproduce that. Have you tried turning off gfx acceleration?]]></description>
		<content:encoded><![CDATA[<p>@Manoh, please comment in bugs and refer to snippets of code in question. It&#8217;s not productive to say that here</p>
<p>kamulos, I can&#8217;t reproduce that. Have you tried turning off gfx acceleration?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj Mehta</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35569</link>
		<dc:creator>Manoj Mehta</dc:creator>
		<pubDate>Mon, 16 Apr 2012 04:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35569</guid>
		<description><![CDATA[Taras,

Glad to see this issue getting attention. From looking at the changes made to the locking code, it appears that locks are being introduced where they are not needed.

Thanks for providing the links to the bugs so we can follow along as fixes are posted.

Manoj]]></description>
		<content:encoded><![CDATA[<p>Taras,</p>
<p>Glad to see this issue getting attention. From looking at the changes made to the locking code, it appears that locks are being introduced where they are not needed.</p>
<p>Thanks for providing the links to the bugs so we can follow along as fixes are posted.</p>
<p>Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamulos</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35567</link>
		<dc:creator>kamulos</dc:creator>
		<pubDate>Sun, 15 Apr 2012 12:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35567</guid>
		<description><![CDATA[Maybe I have a different problem here. I am not sure. If I open http://www.escapistmagazine.com/videos/view/unskippable/1713-Deadly-Premonition-Part-1 , switch to a different tab, wait 30s and switch back it takes an exceptional large amount of time.]]></description>
		<content:encoded><![CDATA[<p>Maybe I have a different problem here. I am not sure. If I open <a href="http://www.escapistmagazine.com/videos/view/unskippable/1713-Deadly-Premonition-Part-1" rel="nofollow">http://www.escapistmagazine.com/videos/view/unskippable/1713-Deadly-Premonition-Part-1</a> , switch to a different tab, wait 30s and switch back it takes an exceptional large amount of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timeout</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35566</link>
		<dc:creator>timeout</dc:creator>
		<pubDate>Sat, 14 Apr 2012 10:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35566</guid>
		<description><![CDATA[Well I&#039;m glad that work is under way to make tab switching quicker,however I too wouldn&#039;t dismiss the embarrassing delay when switching groups in Panorama/TabCandy as a non-primary ui issue,this feature has been with Firefox for a long time now,and,while undoubtedly useful and with a great potential,still to date doesn&#039;t work as expected and promised from the beginning.]]></description>
		<content:encoded><![CDATA[<p>Well I&#8217;m glad that work is under way to make tab switching quicker,however I too wouldn&#8217;t dismiss the embarrassing delay when switching groups in Panorama/TabCandy as a non-primary ui issue,this feature has been with Firefox for a long time now,and,while undoubtedly useful and with a great potential,still to date doesn&#8217;t work as expected and promised from the beginning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35565</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 13 Apr 2012 03:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35565</guid>
		<description><![CDATA[To be perfectly honest, I&#039;d probably just make the tab thumbnailing code run via a setTimeout(funcname, 0)... then it will run after the normal tab stuff, problem solved! &gt;_&gt; lol

I code JavaScript for a living btw, haha &gt;_&gt;]]></description>
		<content:encoded><![CDATA[<p>To be perfectly honest, I&#8217;d probably just make the tab thumbnailing code run via a setTimeout(funcname, 0)&#8230; then it will run after the normal tab stuff, problem solved! &gt;_&gt; lol</p>
<p>I code JavaScript for a living btw, haha &gt;_&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tglek</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35563</link>
		<dc:creator>tglek</dc:creator>
		<pubDate>Wed, 11 Apr 2012 16:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35563</guid>
		<description><![CDATA[@pd. There is a bug filed for turning off tab screenshots: http://bugzil.la/726347.

Rest assured, we&#039;ll fix this particular tab thumbnail perf issue.]]></description>
		<content:encoded><![CDATA[<p>@pd. There is a bug filed for turning off tab screenshots: <a href="http://bugzil.la/726347" rel="nofollow">http://bugzil.la/726347</a>.</p>
<p>Rest assured, we&#8217;ll fix this particular tab thumbnail perf issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pd</title>
		<link>http://blog.mozilla.org/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful/comment-page-1/#comment-35561</link>
		<dc:creator>pd</dc:creator>
		<pubDate>Wed, 11 Apr 2012 12:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=623#comment-35561</guid>
		<description><![CDATA[Firefox wasting resources on tab switching by taking a thumbnail is the last straw for me in terms of this new tab page malarky. I do not give a shit about a new tab page!! I never use the new tab button since I have open-new-tabs-from-* set up. Stuff this new tab crap slowing down my experience. Firefox does enough of that already! Please tell me how to turn off this unwanted thumbnail-creation-on-tab-click behavior.]]></description>
		<content:encoded><![CDATA[<p>Firefox wasting resources on tab switching by taking a thumbnail is the last straw for me in terms of this new tab page malarky. I do not give a shit about a new tab page!! I never use the new tab button since I have open-new-tabs-from-* set up. Stuff this new tab crap slowing down my experience. Firefox does enough of that already! Please tell me how to turn off this unwanted thumbnail-creation-on-tab-click behavior.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
