<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Future Releases &#187; Firefox Aurora</title>
	<atom:link href="http://blog.mozilla.org/futurereleases/category/aurora/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/futurereleases</link>
	<description>Be the first to know what&#039;s new with upcoming Firefox releases.</description>
	<lastBuildDate>Thu, 16 May 2013 19:30:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Capture local camera and microphone streams with getUserMedia &#8211; now enabled in Firefox</title>
		<link>http://blog.mozilla.org/futurereleases/2013/01/12/capture-local-camera-and-microphone-streams-with-getusermedia-now-enabled-in-firefox/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/01/12/capture-local-camera-and-microphone-streams-with-getusermedia-now-enabled-in-firefox/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 01:36:06 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>
		<category><![CDATA[WebRTC]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1435</guid>
		<description><![CDATA[getUserMedia (navigator.mozGetUserMedia), also affectionately known as gUM, is now enabled by default in Aurora. Why is this so awesome? gUM is a new HTML5 DOM API that allows the browser to capture local camera and/or microphone streams directly, and not &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/01/12/capture-local-camera-and-microphone-streams-with-getusermedia-now-enabled-in-firefox/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>getUserMedia (navigator.mozGetUserMedia), also affectionately known as gUM, is now enabled by default in <a href="http://www.mozilla.org/en-US/firefox/aurora/">Aurora</a>.  Why is this so awesome?</p>
<p>gUM is a new HTML5 DOM API that allows the browser to capture local camera and/or microphone streams directly, and not through third party plugins.  This means JavaScript developers can now quickly and easily write code to access the user’s camera or microphones (with the user’s permission, of course) without having to install anything because the support is already inside the browser.</p>
<p> We still currently prefix gUM as mozGetUserMedia because the standards committee is not yet done defining it.  So, gUM demos that work with Chrome (using the navigator.webkitGetUserMedia call) will need to be modified to include the moz prefix.</p>
<p><a href="http://mozilla.github.com/webrtc-landing/gum_test.html">Here&#8217;s a simple example</a> of how to use the new gUM API.  My four-year old and her Firefox bear (both interested in becoming active contributors to the Firefox project) really like this page:</p>
<p><a href="http://blog.mozilla.org/futurereleases/2013/01/12/capture-local-camera-and-microphone-streams-with-getusermedia-now-enabled-in-firefox/firefox_bear_gumtest/" rel="attachment wp-att-1437"><img src="http://blog.mozilla.org/futurereleases/files/2013/01/firefox_bear_gumtest.png" alt="firefox_bear_gumtest" width="970" height="799" class="aligncenter size-full wp-image-1437" /></a></p>
<p>gUM is also the first API component of WebRTC, which enables real-time, interactive, peer-to-peer audio/video calls and data sharing.   The other big pieces of WebRTC, PeerConnection and DataChannels (<a href="https://blog.mozilla.org/futurereleases/2012/11/30/webrtc-makes-social-api-even-more-social/">a Mozilla first</a>), still have some rough edges we’re smoothing out, but will also be enabled by default soon.  You can try them now in <a href="http://nightly.mozilla.org/">Nightly</a> or Aurora 20 by browsing to about:config and changing the media.peerconnection.enabled pref to “true”.</p>
<p>We know gUM is a powerful new tool that will make the Web even more incredible, and we’re thrilled to enable this new functionality in our browser.</p>
<p>- Maire Reavy, Product Lead, Firefox Platform Media</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/01/12/capture-local-camera-and-microphone-streams-with-getusermedia-now-enabled-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebRTC makes Social API even more social</title>
		<link>http://blog.mozilla.org/futurereleases/2012/11/30/webrtc-makes-social-api-even-more-social/</link>
		<comments>http://blog.mozilla.org/futurereleases/2012/11/30/webrtc-makes-social-api-even-more-social/#comments</comments>
		<pubDate>Fri, 30 Nov 2012 22:57:42 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>
		<category><![CDATA[Firefox Beta]]></category>
		<category><![CDATA[WebRTC]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1322</guid>
		<description><![CDATA[WebRTC is a powerful new tool that enables web app developers to include real-time video calling and data sharing capabilities in their products.  While many of us are excited about WebRTC because it will enable several cool gaming applications and &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2012/11/30/webrtc-makes-social-api-even-more-social/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/S6-rAv6bU8Q" frameborder="0" width="560" height="315"></iframe></p>
<p>WebRTC is a powerful new tool that enables web app developers to include real-time video calling and data sharing capabilities in their products.  While many of us are excited about WebRTC because it will enable several cool gaming applications and improve the performance and availability of video conferencing apps, WebRTC is proving to be a great tool for social apps.  Sometimes when you’re chatting with a friend, you just want to click on their name and see and talk with them in real-time.  Imagine being able to do that without any glitches or hassles, and then while talking with them, easily share almost anything on your computer or device: vacation photos, memorable videos – or even just a link to a news story you thought they might be interested in – simply by dragging the item into your video chat window.</p>
<p>This has become a reality.  We’ve created a demo that combines our Social API and WebRTC.  You can talk and share in real-time, while chatting, as if your friend were in the same room.  Take a look at the video above, where our Chief of Innovation, Todd Simpson, runs you through some of these cool future features.</p>
<p>getUserMedia allows a developer to capture the user&#8217;s camera and microphone data (with the user&#8217;s permission) easily.  It was actually pretty complicated for a browser to capture camera or microphone data before getUserMedia.  Expect to see browser apps that can capture and readily manipulate camera data (think Instagram) popping up as this new technology takes off.</p>
<p>PeerConnection enables the audio and video calling.  It is secure, hassle-free, and peer-to-peer.  This means you can expect high quality, low delay, encrypted calls from one WebRTC browser to another.  This is also something that was incredibly difficult for a browser to do until now.  Prior to WebRTC, video calling applications were either stand-alone, isolated apps (like Skype) or browser plug-ins which lacked the tight connection to the browser internals to guarantee a good quality call.</p>
<p>We share data in WebRTC using DataChannels, which Mozilla is the first to implement.  DataChannels is a powerful component of WebRTC that can be used by itself or combined with an audio/video chat to send almost any data that the browser can access.</p>
<p>Please have a look at our demo video, which shows some of ways you can combine these WebRTC components. We currently support basic person-to-person video calling and data channels in Firefox Beta but it has to be turned on in about:config. <a href="https://hacks.mozilla.org/2012/11/progress-update-on-webrtc-for-firefox-on-desktop/">Check out this post on Hacks</a> if you&#8217;re interested in finding out how to do this and for more information about developing apps using WebRTC.  As always Bug reports are highly appreciated. Please file them on<a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&amp;component=WebRTC"> Bugzilla</a> under “Product:Core”, “Component:WebRTC”.   We plan to add support for video conferencing apps, faster call connection, and additional audio/video options, so stay tuned for more on this.</p>
<p>We hope you’re as excited as we are to start seeing some of the awesomeness that WebRTC has to offer the Web.</p>
<p>- <strong>Maire Reavy, Product Lead, Firefox Platform Media</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2012/11/30/webrtc-makes-social-api-even-more-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Marketplace Opens Doors with Aurora Release; Developers can gather feedback</title>
		<link>http://blog.mozilla.org/futurereleases/2012/10/18/firefox-marketplace-aurora-release-2/</link>
		<comments>http://blog.mozilla.org/futurereleases/2012/10/18/firefox-marketplace-aurora-release-2/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 21:23:27 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>
		<category><![CDATA[For Android]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1243</guid>
		<description><![CDATA[The first Aurora release of Firefox Marketplace is available to early adopters and testers who are using Firefox for Android Aurora. This release gives developers a means to get feedback on their apps as the Marketplace grows and progresses. At &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2012/10/18/firefox-marketplace-aurora-release-2/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>The first Aurora release of Firefox Marketplace is available to early adopters and testers who are using Firefox for Android Aurora. This release gives developers a means to get feedback on their apps as the Marketplace grows and progresses. At Mozilla, we develop in the open and this initial release will help lead the way for future Marketplace Aurora, Beta and Firefox OS releases in 2013.</p>
<p>This release features a selection of showcase apps in the areas of games, productivity and news &amp; media that users can browse, install and use. Among the first apps ready for testing are <a href="https://marketplace.mozilla.org/app/distant-orbit/">Distant Orbit</a>, <a href="https://marketplace.mozilla.org/app/jauntly/?src=mkt-ppage">Jauntly</a>, <a href="https://marketplace.mozilla.org/app/soundcloud/?src=mkt-ppage">Soundcloud</a> and <a href="https://marketplace.mozilla.org/app/twitter/">Twitter</a>.</p>
<p><a href="http://blog.mozilla.org/futurereleases/files/2012/10/marketplace.png"><img class="wp-image-1272 alignleft" title="Firefox Marketplace" src="http://blog.mozilla.org/futurereleases/files/2012/10/marketplace.png" alt="" width="230" height="410" /></a></p>
<p>It’s still early days for Firefox Marketplace Aurora &#8211; we’ll be adding payments, ratings, reviews and more soon- stay tuned.</p>
<p>Just <a href="https://blog.mozilla.org/labs/2011/08/identity-and-open-web-apps/">last year</a>, we started working to turn the Web into a viable apps development platform. We created the Firefox Marketplace to allow developers to build, distribute and monetize rich, immersive apps that use Web technologies like HTML, JavaScript and CSS. We’ve made amazing progress developing Web APIs across platforms as we work to unlock the power of the Web on mobile, just as we did on desktop.</p>
<p>To get started:</p>
<p>1. <a href="http://www.mozilla.org/mobile/aurora/">Download</a> Firefox Aurora on your Android phone<br />
2. Open Firefox Aurora and in the Options Menu, choose &#8220;Apps&#8221; (if you don&#8217;t see &#8220;Apps&#8221; as an option, choose &#8220;Tools&#8221; then &#8220;Apps&#8221;)<br />
3. Browse the Marketplace, install and use apps<br />
4. Click settings (in the Options Menu), then tap on “Feedback” to let us know what you think</p>
<p>The Firefox Marketplace will initially be available with Firefox for Android Aurora. Support for Firefox OS and Firefox on other platforms will come in the future.</p>
<p>To find out more about developing Web apps for the Firefox Marketplace, you can read <a href="https://hacks.mozilla.org/2012/10/firefox-marketplace-aurora/">this Hacks blog post</a>.</p>
<p>You can learn more about the Aurora release of Firefox Marketplace and the Firefox apps platform <a href="http://www.mozilla.org/apps">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2012/10/18/firefox-marketplace-aurora-release-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the Latest Firefox Aurora</title>
		<link>http://blog.mozilla.org/futurereleases/2012/04/27/firefoxaurora14/</link>
		<comments>http://blog.mozilla.org/futurereleases/2012/04/27/firefoxaurora14/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 22:19:13 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=894</guid>
		<description><![CDATA[The latest Firefox Aurora is now available for download and testing! What’s New in Firefox Aurora: Improved Site Identity Manager: To prevent spoofing of an SSL connection with favicons. Google Search SSL by Default: Firefox Aurora now enables HTTPS by &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2012/04/27/firefoxaurora14/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>The latest Firefox Aurora is now available for<a href="http://www.mozilla.org/firefox/aurora/" target="_blank"> download and testing</a>!</p>
<p><strong>What’s New in Firefox Aurora:</strong></p>
<ul>
<li>Improved Site Identity Manager: To prevent spoofing of an SSL connection with favicons.</li>
<li>Google Search SSL by Default: Firefox Aurora now enables HTTPS by default for Google searches.</li>
<li>Opt-in Activation for Plugins: Plugins can now be configured to load on click. This requires activation on about:config.</li>
<li>See Complete Listing: <a href="http://www.mozilla.org/firefox/14.0a2/auroranotes/" target="_blank">Firefox Aurora Notes for Windows, Mac, Linux</a>.</li>
<li>For Developers: <a href="http://hacks.mozilla.org/2012/04/aurora-14-is-out-whats-new-in-it" target="_blank">Firefox Aurora Hacks</a>.</li>
</ul>
<p><strong>Try these new experimental features now and start testing.</strong><br />
<a href="http://www.mozilla.org/firefox/aurora/" target="_blank">Download the latest Firefox Aurora</a> and<a href="http://mzl.la/inputfa9" target="_blank"> provide feedback</a>. Feedback on these new features help us determine what makes it to beta and final releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2012/04/27/firefoxaurora14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The latest Firefox Aurora is now available for download and testing!</title>
		<link>http://blog.mozilla.org/futurereleases/2012/03/19/the-latest-firefox-aurora-is-now-available-for-download-and-testing/</link>
		<comments>http://blog.mozilla.org/futurereleases/2012/03/19/the-latest-firefox-aurora-is-now-available-for-download-and-testing/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 18:33:38 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=844</guid>
		<description><![CDATA[The latest Firefox Aurora is now available for download and testing! The latest Firefox Aurora is now available, including early-stage features like New Tab, a redesigned default Home Page and Awesome Bar Auto-Complete. What’s New in Firefox Aurora: When opening &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2012/03/19/the-latest-firefox-aurora-is-now-available-for-download-and-testing/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>The latest Firefox Aurora is now available for <a href="http://www.mozilla.org/firefox/aurora/">download and testing</a>!</p>
<p>The latest Firefox Aurora is now available, including early-stage features like New Tab, a redesigned default Home Page and Awesome Bar Auto-Complete.</p>
<div id="attachment_859" class="wp-caption aligncenter" style="width: 1034px"><a href="http://blog.mozilla.org/futurereleases/files/2012/03/NewTab1.png"><img class="size-large wp-image-859" title="NewTab" src="http://blog.mozilla.org/futurereleases/files/2012/03/NewTab1-1024x607.png" alt="" width="1024" height="607" /></a><p class="wp-caption-text">New Tab Feature</p></div>
<p><strong>What’s New in Firefox Aurora:</strong></p>
<ul>
<li>When opening a new tab, users are now presented with thumbnails of their most recent and most frequented pages.</li>
<li>The redesigned Home Page provides a central start location where users can access their Bookmarks, History, Settings, Add-ons, Downloads and Sync Preferences. The new Home Page is an early stage feature; expect more to come in future releases!</li>
<li>The Awesome Bar now completes URLs as you type them.</li>
</ul>
<div id="attachment_860" class="wp-caption aligncenter" style="width: 1034px"><a href="http://blog.mozilla.org/futurereleases/files/2012/03/start-page.png"><img class="size-large wp-image-860" title="start page" src="http://blog.mozilla.org/futurereleases/files/2012/03/start-page-1024x607.png" alt="" width="1024" height="607" /></a><p class="wp-caption-text">Redesigned Home Page</p></div>
<p><a href="http://www.mozilla.org/firefox/aurora/">Download the latest Firefox Aurora</a> and<a href="http://mzl.la/inputfa9"> provide feedback</a>. Feedback on these new features help us determine what makes it to beta and final releases.</p>
<p>For more information:</p>
<ul>
<li><a href="http://hacks.mozilla.org/2012/03/firefox-aurora-13-developer-tools-updates/">Updates to Firefox Developer Tools</a></li>
<li><a href="http://hacks.mozilla.org/2012/03/firefox-aurora-13-is-out-spdy-on-by-default-and-a-list-of-other-improvements/">Platform Updates</a></li>
<li><a href="http://www.mozilla.org/firefox/13.0a2/auroranotes/">Long, technical release notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2012/03/19/the-latest-firefox-aurora-is-now-available-for-download-and-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help us test New Tab!</title>
		<link>http://blog.mozilla.org/futurereleases/2012/02/10/help-us-test-new-tab/</link>
		<comments>http://blog.mozilla.org/futurereleases/2012/02/10/help-us-test-new-tab/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 18:01:56 +0000</pubDate>
		<dc:creator>ttaubert</dc:creator>
				<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Firefox Aurora]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=778</guid>
		<description><![CDATA[Over the last few weeks we worked hard on getting the New Tab feature into Nightly builds. This feature displays a series of thumbnails of your most commonly visited sites (based on your Awesome bar) to make it easier for &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2012/02/10/help-us-test-new-tab/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>Over the last few weeks we worked hard on getting the <a href="https://wiki.mozilla.org/Firefox/Features/New_Tab_Page">New Tab feature</a> into Nightly builds. This feature displays a series of thumbnails of your most commonly visited sites (based on your Awesome bar) to make it easier for you to quickly move on to your next task. </p>
<p><img src="http://timtaubert.de/wp-content/uploads/2012/02/Screen-shot-2012-02-10-at-1.37.13-PM.png" alt="NewTab" /></p>
<p>We turned the New Tab feature on by default to make it easier for you to test on <a href="https://www.mozilla.org/firefox/aurora/">Aurora</a>. We plan to turn the feature off again on February 16th (next Thursday). You can easily toggle the preference if you want to continue testing it on Aurora past the 16th. Just go to about:preferences and set ‘browser.newtab.url’ preference to ‘about:newtab’, ‘browser.newtabpage.enabled’ to ‘true’ and restart Firefox Aurora.</p>
<p>You can easily file bugs using the following link: <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&#038;component=General">https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&#038;component=General</a> or read more about the open bugs here <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=455553">bug 455553</a>. </p>
<p>You can also leave your feedback <a href="http://input.mozilla.com/feedback?">here</a> if that&#8217;s easier (#newtab). We&#8217;re looking forward to your feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2012/02/10/help-us-test-new-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The latest Firefox Aurora is now available for download and testing!</title>
		<link>http://blog.mozilla.org/futurereleases/2012/02/03/firefoxaurora12/</link>
		<comments>http://blog.mozilla.org/futurereleases/2012/02/03/firefoxaurora12/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 23:00:20 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=754</guid>
		<description><![CDATA[The latest Firefox Aurora is now available for download and testing! What’s New in Firefox Aurora: Firefox Aurora Notes for Windows, Mac, Linux For Developers: Firefox Aurora Hacks Try these new experimental features now and start testing. Download the latest &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2012/02/03/firefoxaurora12/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<div>The latest Firefox Aurora is now available for<a href="http://www.mozilla.org/firefox/aurora/" target="_blank"> download and testing</a>!<strong><strong></strong></strong></div>
<div><strong><br />What’s New in Firefox Aurora:</strong></div>
<div>
<ul>
<li><a href="http://www.mozilla.org/firefox/12.0a2/auroranotes/" target="_blank">Firefox Aurora Notes for Windows, Mac, Linux</a></li>
<li>For Developers:<a href="http://hacks.mozilla.org/2012/02/aurora-12-is-out-improvements-and-updated-developer-tools/" target="_blank"> Firefox Aurora Hacks</a></li>
</ul>
<p><strong>Try these new experimental features now and start testing.</strong><br />
<a href="http://www.mozilla.org/firefox/aurora/" target="_blank">Download the latest Firefox Aurora</a> and<a href="http://mzl.la/inputfa9" target="_blank"> provide feedback</a>. Feedback on these new features help us determine what makes it to beta and final releases.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2012/02/03/firefoxaurora12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the Latest Firefox Aurora</title>
		<link>http://blog.mozilla.org/futurereleases/2011/12/23/firefoxaurora11/</link>
		<comments>http://blog.mozilla.org/futurereleases/2011/12/23/firefoxaurora11/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 17:59:11 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>
		<category><![CDATA[For Android]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=668</guid>
		<description><![CDATA[The latest Firefox Aurora is now available for download and testing! The new Firefox Aurora for Android update includes a new native Android interface that we need your help testing. Users will experience a faster start-up time, new design, improved &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2011/12/23/firefoxaurora11/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>The latest Firefox Aurora is now available for<a href="http://www.mozilla.org/firefox/aurora/" target="_blank"> download and testing</a>!</p>
<p>The new <a href="http://www.mozilla.org/mobile/aurora/">Firefox Aurora for Android</a> update includes a <a href="http://starkravingfinkle.org/blog/2011/11/firefox-for-android-native-android-ui/" target="_blank">new native Android interface</a> that we need your help testing. Users will experience a faster start-up time, <a href="http://madhava.com/egotism/archive/005059.html" target="_blank">new design</a>, improved start page and more.  This Firefox Aurora update also includes Flash support. Look for further Firefox Aurora updates soon that will add features like Firefox Sync, <a href="http://people.mozilla.com/%7Emfinkle/addons/">additional add-ons support</a> and more.</p>
<p>We need our adventurous group of Firefox Aurora users to help us test these new features and <a href="http://mzl.la/tBoVM5">file bugs</a> or <a href="http://mzl.la/FXinput">provide feedback</a> as we continue to improve performance and features. For tablet users who want to keep using the new <a href="http://blog.mozilla.org/blog/2011/12/20/new-firefox-for-android-experience-optimized-for-tablets/">optimized tablet UI</a>, please download <a href="https://market.android.com/details?id=org.mozilla.firefox_beta">Firefox Beta</a>.</p>
<p>See the full list of new features in Firefox Aurora for Android:<a href="http://www.mozilla.org/mobile/11.0a2/auroranotes/"> Firefox Aurora Notes for Android </a></p>
<p>For desktop users, check out the <a href="http://www.mozilla.org/firefox/11.0a2/auroranotes/" target="_blank">Firefox Aurora notes for Mac, Windows, and Linux/</a>For Developers: <a href="http://hacks.mozilla.org/2011/12/introducing-aurora-11-with-tons-of-new-features-and-improvements" target="_blank">Firefox Aurora Hacks Post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2011/12/23/firefoxaurora11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Test Default Compatibility for Add-ons on Aurora</title>
		<link>http://blog.mozilla.org/futurereleases/2011/12/12/help-test-default-compatibility-for-add-ons-on-aurora/</link>
		<comments>http://blog.mozilla.org/futurereleases/2011/12/12/help-test-default-compatibility-for-add-ons-on-aurora/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 21:41:35 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Firefox Aurora]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=660</guid>
		<description><![CDATA[Editor’s note: Amy Tsay recently posted about Default Compatibility for Add-ons. The full post is included below: The latest phase of our add-on compatibility plan has arrived in Aurora, and we need your help to test it! Since Firefox 4, &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2011/12/12/help-test-default-compatibility-for-add-ons-on-aurora/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p><em>Editor’s note: Amy Tsay recently posted about <a href="http://blog.mozilla.org/addons/2011/12/12/help-test-default-compatibility-for-add-ons-on-aurora/" target="_blank">Default Compatibility for Add-ons</a>. The full post is included below:</em></p>
<p>The latest phase of our add-on compatibility plan has arrived in Aurora, and we need your help to test it! Since Firefox 4, we have been automatically making add-ons hosted on AMO compatible with new Firefox releases. Now, we have extended automatic compatibility to non-hosted add-ons, which account for 75% of all add-ons in use (currently in the hundreds of millions). This means you should see less of the incompatible add-ons dialog, and more of your add-ons should just work.</p>
<p>You can read more about the plan, including how we determine eligibility for automatic compatibility <a href="https://wiki.mozilla.org/Features/Add-ons/Add-ons_Default_to_Compatible" target="_blank">here</a>. For additional background reading, check out this <a href="http://blog.fligtar.com/2011/09/26/add-on-compatibility-progress-plans/" target="_blank">blog post</a>.</p>
<p>Once you have Aurora installed, all add-ons that are compatible with Firefox 4 or later can be installed without extra steps. Firefox will install them even if they are declared incompatible in the manifest file.</p>
<p>If you don’t already have Aurora installed, you can get it <a href="http://www.mozilla.org/en-US/firefox/aurora/" target="_blank">here</a>. With Aurora, you’ll see our newest features before they go beta, and have a chance to send us feedback before the final release.</p>
<p><a href="http://www.mozilla.org/firefox/aurora/" target="_blank"><img title="aurora_ff" src="http://blog.mozilla.org/addons/files/2011/11/aurorass.png" alt="" width="600" height="348" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2011/12/12/help-test-default-compatibility-for-add-ons-on-aurora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See the Web Developer Tools in the Latest Aurora</title>
		<link>http://blog.mozilla.org/futurereleases/2011/11/28/see-the-web-developer-tools-in-the-latest-aurora/</link>
		<comments>http://blog.mozilla.org/futurereleases/2011/11/28/see-the-web-developer-tools-in-the-latest-aurora/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:12:35 +0000</pubDate>
		<dc:creator>kdangoor</dc:creator>
				<category><![CDATA[Firefox Aurora]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=653</guid>
		<description><![CDATA[A few days ago, I posted an article at Mozilla Hacks introducing the developer tools in the latest Firefox Aurora. This week, I&#8217;d like to follow up with a video introduction that touches upon the new page and style inspection &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2011/11/28/see-the-web-developer-tools-in-the-latest-aurora/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>A few days ago, I posted an article at Mozilla Hacks <a href="http://hacks.mozilla.org/2011/11/developer-tools-in-firefox-aurora-10/">introducing the developer tools in the latest Firefox Aurora</a>. This week, I&#8217;d like to follow up with a video introduction that touches upon the new page and style inspection features, as well as our improved Web Console and Scratchpad features.</p>
<p>Enjoy these new tools, and <a href="https://wiki.mozilla.org/DevTools/GetInvolved">let us know what you think</a>!</p>
<p><iframe src="http://www.youtube.com/embed/5TnGE3yl8dI" frameborder="0" width="420" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2011/11/28/see-the-web-developer-tools-in-the-latest-aurora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
