<?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: How to build a Chrome extension, Part 3: Loading any web page in a popup</title>
	<atom:link href="http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/</link>
	<description>Musings of a computer science student</description>
	<lastBuildDate>Tue, 22 Jun 2010 14:55:41 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/comment-page-1/#comment-349</link>
		<dc:creator>Juliana Peña</dc:creator>
		<pubDate>Wed, 05 May 2010 14:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/#comment-349</guid>
		<description>This is a known bug in Chrome: &lt;a href=&quot;http://code.google.com/p/chromium/issues/detail?id=28829&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/chromium/issues/detail...&lt;/a&gt;&lt;br&gt;File input forms will not work in browser action popups.</description>
		<content:encoded><![CDATA[<p>This is a known bug in Chrome: <a href="http://code.google.com/p/chromium/issues/detail?id=28829" rel="nofollow"></a><a href="http://code.google.com/p/chromium/issues/detail.." rel="nofollow">http://code.google.com/p/chromium/issues/detail..</a>.<br />File input forms will not work in browser action popups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiko Ruiz Benito</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/comment-page-1/#comment-348</link>
		<dc:creator>Kiko Ruiz Benito</dc:creator>
		<pubDate>Wed, 05 May 2010 14:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/#comment-348</guid>
		<description>Hi!&lt;br&gt;&lt;br&gt;I have an extension that loads an external web page (mine). It works so well except the input file. If I made the same extension to load in a new tab works well but fails if it´s a popup.&lt;br&gt;&lt;br&gt;I can´t leave the extension as a new tab because the external page is a mobile version and it´s weird to have a new tab with only 200x300 px&lt;br&gt;&lt;br&gt;I´ve been reading and google doesn´t say anything about any popup limitation. Do you know anything about that problem?&lt;br&gt;&lt;br&gt;Thanks a lot and excuse my english.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I have an extension that loads an external web page (mine). It works so well except the input file. If I made the same extension to load in a new tab works well but fails if it´s a popup.</p>
<p>I can´t leave the extension as a new tab because the external page is a mobile version and it´s weird to have a new tab with only 200&#215;300 px</p>
<p>I´ve been reading and google doesn´t say anything about any popup limitation. Do you know anything about that problem?</p>
<p>Thanks a lot and excuse my english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neetesh</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/comment-page-1/#comment-338</link>
		<dc:creator>Neetesh</dc:creator>
		<pubDate>Thu, 08 Apr 2010 18:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/#comment-338</guid>
		<description>I am trying to do the same thing in a background page but it doesn&#039;t work. Basically what im trying to do is load a external html page (which plays a song or video) in a background page. So even when the popup is closed the songs keeps playing in the background. Any ideas ?</description>
		<content:encoded><![CDATA[<p>I am trying to do the same thing in a background page but it doesn&#39;t work. Basically what im trying to do is load a external html page (which plays a song or video) in a background page. So even when the popup is closed the songs keeps playing in the background. Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/comment-page-1/#comment-328</link>
		<dc:creator>Juliana Peña</dc:creator>
		<pubDate>Mon, 29 Mar 2010 22:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/#comment-328</guid>
		<description>I&#039;m not sure. Google seems to be doing something server-side to prevent loading in iframes. I actually think this is a bug in Firefox that is not respecthing this server-side configuration. The iframe does not work in Chrome or Internet Explorer.</description>
		<content:encoded><![CDATA[<p>I&#39;m not sure. Google seems to be doing something server-side to prevent loading in iframes. I actually think this is a bug in Firefox that is not respecthing this server-side configuration. The iframe does not work in Chrome or Internet Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamikaze</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/comment-page-1/#comment-326</link>
		<dc:creator>kamikaze</dc:creator>
		<pubDate>Sun, 28 Mar 2010 15:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/#comment-326</guid>
		<description>Why doesn&#039;t the mobile version of google search load up in an iframe in Chrome? It works in FireFox.</description>
		<content:encoded><![CDATA[<p>Why doesn&#39;t the mobile version of google search load up in an iframe in Chrome? It works in FireFox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C&#243;mo hacer una extensi&#243;n de Chrome, Parte 3: Carga cualquier p&#225;gina en un popup &#124; Hogargeek</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/comment-page-1/#comment-314</link>
		<dc:creator>C&#243;mo hacer una extensi&#243;n de Chrome, Parte 3: Carga cualquier p&#225;gina en un popup &#124; Hogargeek</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-3-loading-any-web-page-in-a-popup/#comment-314</guid>
		<description>[...] Nota: Esto es una traducción de mi artículo, How to build a Chrome extension, Part 3: Loading any web page in a popup [...]</description>
		<content:encoded><![CDATA[<p>[...] Nota: Esto es una traducción de mi artículo, How to build a Chrome extension, Part 3: Loading any web page in a popup [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.298 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-06-30 21:21:16 -->
