<?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: debugging painting with MozAfterPaint</title>
	<atom:link href="http://hacks.mozilla.org/2009/06/mozafterpaint/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacks.mozilla.org/2009/06/mozafterpaint/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 15:59:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lrbabe</title>
		<link>http://hacks.mozilla.org/2009/06/mozafterpaint/comment-page-1/#comment-845</link>
		<dc:creator>lrbabe</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=750#comment-845</guid>
		<description>@Wired Earp: Switching the visibility of the body and changing some classes of the DOM in the meantime is already possible without the user noticing it. And it is cross-browser : )</description>
		<content:encoded><![CDATA[<p>@Wired Earp: Switching the visibility of the body and changing some classes of the DOM in the meantime is already possible without the user noticing it. And it is cross-browser : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 颠覆网络35天 ─ 使用MozAfterPaint调试绘图 &#60; MJiA</title>
		<link>http://hacks.mozilla.org/2009/06/mozafterpaint/comment-page-1/#comment-812</link>
		<dc:creator>颠覆网络35天 ─ 使用MozAfterPaint调试绘图 &#60; MJiA</dc:creator>
		<pubDate>Wed, 24 Jun 2009 02:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=750#comment-812</guid>
		<description>[...] 原文地址：debugging painting with MozAfterPaint 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：debugging painting with MozAfterPaint 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://hacks.mozilla.org/2009/06/mozafterpaint/comment-page-1/#comment-804</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=750#comment-804</guid>
		<description>Wired Earp, the problem with a setup like you propose is that authors would tend to forget to _enableRepaint().

On the other hand, if you&#039;re just building DOM structures, there&#039;s no repainting going on anyway, unless you take special pains to allow it (e.g. setTimeout to put off the rest of the work to later).  So it&#039;s not clear to me exactly what you&#039;re asking for here.</description>
		<content:encoded><![CDATA[<p>Wired Earp, the problem with a setup like you propose is that authors would tend to forget to _enableRepaint().</p>
<p>On the other hand, if you&#8217;re just building DOM structures, there&#8217;s no repainting going on anyway, unless you take special pains to allow it (e.g. setTimeout to put off the rest of the work to later).  So it&#8217;s not clear to me exactly what you&#8217;re asking for here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wired Earp</title>
		<link>http://hacks.mozilla.org/2009/06/mozafterpaint/comment-page-1/#comment-756</link>
		<dc:creator>Wired Earp</dc:creator>
		<pubDate>Tue, 23 Jun 2009 09:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=750#comment-756</guid>
		<description>Even more awesome would be a &quot;MozBeforePaint&quot; event that I could preventDefault (), maybe combined with a setup to trigger repaint on command. Maybe even something like:

    window.__disableRepaint ();
    // build DOM structures and change 1000 classNames...
    window.__enableRepaint ();
    window.__repaint ();

Question to the comment readers: Can anyone imagine a setup that would emulate this setup using chrome code? Haven&#039;t found anything useful, maybe I just don&#039;t know where to look.</description>
		<content:encoded><![CDATA[<p>Even more awesome would be a &#8220;MozBeforePaint&#8221; event that I could preventDefault (), maybe combined with a setup to trigger repaint on command. Maybe even something like:</p>
<p>    window.__disableRepaint ();<br />
    // build DOM structures and change 1000 classNames&#8230;<br />
    window.__enableRepaint ();<br />
    window.__repaint ();</p>
<p>Question to the comment readers: Can anyone imagine a setup that would emulate this setup using chrome code? Haven&#8217;t found anything useful, maybe I just don&#8217;t know where to look.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
