<?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: Multiple breaking changes are coming for components in extensions</title>
	<atom:link href="http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions</link>
	<description>Spouting nonsense from the depths of my spare time</description>
	<lastBuildDate>Sat, 14 Jan 2012 22:20:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mossop</title>
		<link>http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions#comment-49850</link>
		<dc:creator>Mossop</dc:creator>
		<pubDate>Thu, 17 Jun 2010 15:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxymoronical.com/?p=836#comment-49850</guid>
		<description>You will have to do your category registrations in the manifest file rather than during component registration but otherwise there is nothing changing about this case.</description>
		<content:encoded><![CDATA[<p>You will have to do your category registrations in the manifest file rather than during component registration but otherwise there is nothing changing about this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daim</title>
		<link>http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions#comment-49819</link>
		<dc:creator>Daim</dc:creator>
		<pubDate>Thu, 17 Jun 2010 06:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxymoronical.com/?p=836#comment-49819</guid>
		<description>What about the components registered in the  &quot;JavaScript global constructor&quot; or &quot;JavaScript global property&quot; category and exposing the Ci.nsIClassInfo.DOM_OBJECT flag ?</description>
		<content:encoded><![CDATA[<p>What about the components registered in the  &#8220;JavaScript global constructor&#8221; or &#8220;JavaScript global property&#8221; category and exposing the Ci.nsIClassInfo.DOM_OBJECT flag ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Kaiser</title>
		<link>http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions#comment-49776</link>
		<dc:creator>Robert Kaiser</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxymoronical.com/?p=836#comment-49776</guid>
		<description>I hope there will still be some chance to activate the JS Debugger for all of the application, which means it needs to be activated _before_ any JS script at all is being loaded.</description>
		<content:encoded><![CDATA[<p>I hope there will still be some chance to activate the JS Debugger for all of the application, which means it needs to be activated _before_ any JS script at all is being loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions#comment-49673</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Tue, 15 Jun 2010 13:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxymoronical.com/?p=836#comment-49673</guid>
		<description>Don&#039;t expect any non-libxul component access in the &quot;content&quot; process. In fact, depending on how much sandboxing we eventually employ, you may have no component access.

Start learning how to use the messaging system (Message Manager) to communicate with the main process.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t expect any non-libxul component access in the &#8220;content&#8221; process. In fact, depending on how much sandboxing we eventually employ, you may have no component access.</p>
<p>Start learning how to use the messaging system (Message Manager) to communicate with the main process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mossop</title>
		<link>http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions#comment-49636</link>
		<dc:creator>Mossop</dc:creator>
		<pubDate>Tue, 15 Jun 2010 04:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxymoronical.com/?p=836#comment-49636</guid>
		<description>The current plan is that only libxul components will be in the content process, even app-provided components won&#039;t be included.

I will have to check on application components to be sure but I believe they will get xpcom-startup and app-startup as normal since they should be getting registered at the same time as libxul components.</description>
		<content:encoded><![CDATA[<p>The current plan is that only libxul components will be in the content process, even app-provided components won&#8217;t be included.</p>
<p>I will have to check on application components to be sure but I believe they will get xpcom-startup and app-startup as normal since they should be getting registered at the same time as libxul components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mook</title>
		<link>http://www.oxymoronical.com/blog/2010/06/Multiple-breaking-changes-are-coming-for-components-in-extensions#comment-49633</link>
		<dc:creator>Mook</dc:creator>
		<pubDate>Tue, 15 Jun 2010 04:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.oxymoronical.com/?p=836#comment-49633</guid>
		<description>(I&#039;ve already looked at the registration changes in m.d.t.plat; hopefully there will be more details soon!  The wiki page is still rather barren.)  Actually - it doesn&#039;t seem to say how to differentiate between whether you want to be in the content process... hmm, I have vague memories of &quot;never&quot;, but I need to find the sources for that.

Would XR applications still get app-startup (since, presumably, the app stuff would be read in before creating the profile)?  Is there some bug or other document with more information on this?</description>
		<content:encoded><![CDATA[<p>(I&#8217;ve already looked at the registration changes in m.d.t.plat; hopefully there will be more details soon!  The wiki page is still rather barren.)  Actually &#8211; it doesn&#8217;t seem to say how to differentiate between whether you want to be in the content process&#8230; hmm, I have vague memories of &#8220;never&#8221;, but I need to find the sources for that.</p>
<p>Would XR applications still get app-startup (since, presumably, the app stuff would be read in before creating the profile)?  Is there some bug or other document with more information on this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

