<?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</title>
	<atom:link href="http://blog.mozilla.org/futurereleases/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>Test all WebRTC Features in Firefox Beta</title>
		<link>http://blog.mozilla.org/futurereleases/2013/05/16/test-all-webrtc-features-in-firefox-beta/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/05/16/test-all-webrtc-features-in-firefox-beta/#comments</comments>
		<pubDate>Thu, 16 May 2013 19:28:59 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Beta]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1615</guid>
		<description><![CDATA[The latest Firefox Beta is ready for download and testing and includes includes WebRTC (Web Real-Time Communications) capabilities to enable developers to easily integrate real-time communications , including voice and video calls and file sharing, across the Web. WebRTC: Firefox &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/05/16/test-all-webrtc-features-in-firefox-beta/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p dir="ltr">The latest Firefox Beta is ready for download and testing and includes includes WebRTC (Web Real-Time Communications) capabilities to enable developers to easily integrate real-time communications , including voice and video calls and file sharing, across the Web.</p>
<ul>
<li><a href="http://blog.mozilla.org/futurereleases/2013/05/16/firefox-beta-now-includes-webrtc-on-by-default">WebRTC</a>: Firefox Beta includes WebRTC components that enable developers to easily integrate real-time communications across the Web, whether on websites or mobile web apps. The components DataChannels and PeerConnection along with GetUserMedia enable the Web with Real Time Communication capabilities including video calls and file-sharing between browsers.</li>
<li>OdinMonkey: Firefox Beta includes OdinMonkey, <a href="https://blog.mozilla.org/luke/2013/03/21/asm-js-in-firefox-nightly/">an asm.js optimization module</a> for Firefox’s JavaScript engine, that allows developers to deliver gaming performance that rivals native speeds without the need for plugins and enables developers to create visually compelling and fast gaming experiences on the Web. Together with Epic, Mozilla recently showcased this by porting<a href="https://blog.mozilla.org/blog/2013/03/27/mozilla-is-unlocking-the-power-of-the-web-as-a-platform-for-gaming/"> Epic’s Unreal Engine 3</a> to the Web and demonstrating <a href="https://blog.mozilla.org/futurereleases/2013/05/02/epic-citadel-demo-shows-the-power-of-the-web-as-a-platform-for-gaming/">Epic Citadel </a>running in the browser.</li>
<li>HiDPI support for Windows: For Windows users, Firefox Beta includes HiDPI support. Firefox Beta now follows Windows&#8217; display scaling options to render text larger on high resolution displays.</li>
<li>Web Notifications API: Now developers can create simple notifications for Web apps using this Web Notifications API. With the notifications API, developers can alert Firefox Beta users to a specific event, such as a new email or Tweet.</li>
<li><a href="https://hacks.mozilla.org/2013/03/font-inspector-and-elements-firefox-development-highlights/">Font Inspector</a>:  The Font Inspector allows developers to see what fonts are being used on a specific Web page, to make adjustments or matches based on the type of design. The Font Inspector displays the font with editable “Abc” placeholder text, names the typeface and shows the @font-face CSS.  The Font Inspector allows developers to visualize font usage for the selected element and it supports pages that use the new web fonts.</li>
</ul>
<p dir="ltr">For more information:</p>
<ul>
<li dir="ltr">
<p dir="ltr">Download<a href="http://www.mozilla.org/firefox/beta/"> Firefox Beta for Windows, Mac and Linux</a></p>
</li>
<li dir="ltr">
<p dir="ltr">Firefox Beta for <a href="http://www.mozilla.org/firefox/22.0beta/releasenotes/">Windows, Mac and Linux Release Notes</a></p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/05/16/test-all-webrtc-features-in-firefox-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Beta now includes WebRTC on by default</title>
		<link>http://blog.mozilla.org/futurereleases/2013/05/16/firefox-beta-now-includes-webrtc-on-by-default/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/05/16/firefox-beta-now-includes-webrtc-on-by-default/#comments</comments>
		<pubDate>Thu, 16 May 2013 19:28:58 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Beta]]></category>
		<category><![CDATA[WebRTC]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1602</guid>
		<description><![CDATA[Earlier this year, we announced that getUserMedia was the first component of WebRTC to be enabled by default in Firefox and following this we announced WebRTC interoperability with Chrome. getUserMedia allows camera and microphone stream capture. Now the latest release &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/05/16/firefox-beta-now-includes-webrtc-on-by-default/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>Earlier this year, <a href="https://blog.mozilla.org/futurereleases/2013/01/12/capture-local-camera-and-microphone-streams-with-getusermedia-now-enabled-in-firefox/">we announced</a> that getUserMedia was the first component of WebRTC to be enabled by default in Firefox and following this we <a href="https://hacks.mozilla.org/2013/02/hello-chrome-its-firefox-calling/">announced WebRTC interoperability with Chrome</a>. getUserMedia allows camera and microphone stream capture.</p>
<p>Now the latest release of Firefox Beta includes the remaining WebRTC components, PeerConnection and DataChannels, on by default. PeerConnection allows the Firefox browser to set up real-time audio/video calls, and DataChannels allow browsers to share almost any kind of data (text, video files, html pages) peer-to-peer, either during or outside a video call, for example, by dragging an item into a chat window. DataChannels are used today to reduce latency in real-time games by <a href="https://hacks.mozilla.org/2013/03/webrtc-data-channels-for-great-multiplayer/">allowing gaming apps to connect peer-to-peer</a>. And with WebRTC now on by default in Firefox Beta, developers can test WebRTC much more widely than before because Firefox users won&#8217;t have to enable WebRTC in their preferences.</p>
<p>In upcoming releases you can expect to see:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Traversal_Using_Relay_NAT">TURN</a> support &#8212; which enables two WebRTC end points to connect even when the NATs at both ends would otherwise cause the call to fail</li>
<li>Audio/video improvements</li>
<li>Android support</li>
</ul>
<p>To test WebRTC now, you can <a href="http://www.mozilla.org/en-US/firefox/beta/">download Firefox Beta here </a>and refer <a href="https://developer.mozilla.org/en-US/docs/WebRTC">to the WebRTC page on MDN</a>. We&#8217;re pleased to turn WebRTC on by default in Firefox Beta and look forward to seeing what innovative apps developers create with it.</p>
<p>Maire Reavy<br />
Product Lead, Firefox Platform Media</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/05/16/firefox-beta-now-includes-webrtc-on-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox, Heal Thyself</title>
		<link>http://blog.mozilla.org/futurereleases/2013/05/14/firefox-heal-thyself/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/05/14/firefox-heal-thyself/#comments</comments>
		<pubDate>Tue, 14 May 2013 15:38:20 +0000</pubDate>
		<dc:creator>Johnathan Nightingale</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1590</guid>
		<description><![CDATA[This week&#8217;s release of Firefox includes the beginning of a pretty cool feature. The Firefox Health Report is a new system we&#8217;ve built to log basic health information about your browser (time to start up, total running time, number of &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/05/14/firefox-heal-thyself/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>This week&#8217;s release of Firefox includes the beginning of a pretty cool feature. The Firefox Health Report is a new system we&#8217;ve built to log basic health information about your browser (time to start up, total running time, number of crashes, &amp;c), and then give you tools to understand that information and fix any problems you encounter. The initial report is pretty simple, but it will evolve and grow in the coming months. You&#8217;ll be able to use it as a window into many aspects of your browser&#8217;s performance and health, both in absolute terms, as well as in comparison to the global Firefox user base.</p>
<p>We&#8217;ve blogged before about how we&#8217;ve <a href="https://blog.lizardwrangler.com/2012/09/21/firefox-health-report/">built the health report with privacy in mind</a> and what <a href="https://blog.mozilla.org/metrics/2012/09/21/firefox-health-report/ ">our plans for it look like</a>, but our long term hope for the feature goes well beyond the report you see today. As the health report uncovers patterns of problems in Firefox, we can build better <a href="https://support.mozilla.org/">support information</a> for our users. In many cases, we will be able to detect these problems before they get out of hand, and your browser can start healing itself. The health report is enabled by default in Firefox but, if you don&#8217;t want your browser health information added to the pool, you can disable data sending either from the report itself, or from the Firefox preferences window.</p>
<p>Firefox already protects and heals itself in numerous ways (automatically blocking insecure and unstable plugins, restoring tabs and content after crashes, detecting phishing and malware sites before they can attack) and the Firefox Health Report gives us a powerful new tool. If you&#8217;re curious about what&#8217;s going on under the hood, you can find the health report in your Help menu. If you&#8217;re not, rest assured that we&#8217;re fascinated by this stuff, and we&#8217;ll use it to make Firefox the smoothest, fastest, most excellent way for you to live your life on the web.</p>
<p>Johnathan Nightingale<br />
Vice President of Firefox Engineering</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/05/14/firefox-heal-thyself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>‘Epic Citadel&#8217; Demo Shows the Power of the Web as a Platform for Gaming</title>
		<link>http://blog.mozilla.org/futurereleases/2013/05/02/epic-citadel-demo-shows-the-power-of-the-web-as-a-platform-for-gaming/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/05/02/epic-citadel-demo-shows-the-power-of-the-web-as-a-platform-for-gaming/#comments</comments>
		<pubDate>Thu, 02 May 2013 19:25:43 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1564</guid>
		<description><![CDATA[At the 2013 Game Developers’ Conference, Mozilla demonstrated how it was unlocking the Web as a platform for gaming by announcing a port of Unreal Engine 3 running in Firefox — compiled from C++ source with Emscripten, running smoothly and &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/05/02/epic-citadel-demo-shows-the-power-of-the-web-as-a-platform-for-gaming/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>At the 2013 Game Developers’ Conference, Mozilla demonstrated how it was unlocking the Web as a platform for gaming by <a href="https://blog.mozilla.org/blog/2013/03/27/mozilla-is-unlocking-the-power-of-the-web-as-a-platform-for-gaming/">announcing a port of Unreal Engine 3 running in Firefox</a> — compiled from C++ source with Emscripten, running smoothly and efficiently without the need for plugins.</p>
<p>Today, Epic and Mozilla are making the <a href="http://www.unrealengine.com/en/news/epic_games_releases_epic_citadel_on_the_web">Epic Citadel demo available</a>, so that you can try it out for yourself. For best results, we suggest using a newer version of <a href="http://nightly.mozilla.org/">Firefox Nightly</a> (Firefox 23 or better) which includes optimizations for asm.js and support for Web Audio API. The demo will also run in Firefox 20 (the current released version) because the core technologies are just standard web technologies, but there will be some performance degradation and a lack of Web Audio-dependent audio effects. The demo will also work in other browsers but it heavily depends on the quality of the WebGL implementation, memory management and JavaScript engine.</p>
<p>To achieve the performance that makes these advancements possible, <a href="https://blog.mozilla.org/luke/2013/03/21/asm-js-in-firefox-nightly/">Mozilla developed asm.js</a>, a highly-optimized subset of JavaScript that enables Emscripten-compiled applications to reach near-native performance.  This baseline performance enables developers to create visually compelling and fast gaming experiences on the Web.  With this technology, the Web simply becomes just another target platform for developers.</p>
<p>If you’re a games developer and want to learn more, please visit the new <a href="https://developer.mozilla.org/en-US/docs/Games">Mozilla Developer’s Network Games landing page</a>, which we’ll be expanding in the coming weeks. The <a href="https://github.com/kripken/emscripten/wiki">Emscripten project</a> and information about <a href="http://asmjs.org/">asm.js</a> are also useful if you’d like to take a look at what it would take to port your own games or other apps.</p>
<p>For a quick snapshot of what you’ll see in the Epic Citadel demo, here’s a video (now in 1080p), as well as some gameplay footage from the unreleased “Sanctuary” demo.</p>
<p>Enjoy!</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/BV32Cs_CMqo" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/05/02/epic-citadel-demo-shows-the-power-of-the-web-as-a-platform-for-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Additional Social Providers in Firefox Beta</title>
		<link>http://blog.mozilla.org/futurereleases/2013/04/09/testing-additional-social-providers-in-firefox-beta/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/04/09/testing-additional-social-providers-in-firefox-beta/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 23:21:42 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Beta]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1554</guid>
		<description><![CDATA[Today, we begin testing new Social API providers Cliqz, msnNOW and Mixi in Firefox Beta. Weibo will be available for testing to users in China soon. The Social API enables providers to offer features like a social sidebar, toolbar notification &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/04/09/testing-additional-social-providers-in-firefox-beta/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p dir="ltr">Today, we begin testing new Social API providers Cliqz, msnNOW and Mixi in Firefox Beta. Weibo will be available for testing to users in China soon.</p>
<p dir="ltr">The Social API enables providers to offer features like a social sidebar, toolbar notification buttons and the ability to easily chat with your friends.</p>
<p dir="ltr">As more and more services integrate with Firefox via the Social API sidebar, it will be easy for you to keep up with friends, family, news, and events no matter where you are on the Web. For example, you can stay connected to your favorite social site or service even while you are surfing the Web, watching a video or playing a game.</p>
<p dir="ltr">To test Cliqz, upgrade to the latest Firefox Beta and then visit the <a href="https://mozsocial.cliqz.com/">Cliqz activation page</a> and click “Install.”</p>
<p dir="ltr" id="internal-source-marker_0.9962959573333708">To test msnNOW, upgrade to the latest Firefox Beta and then visit the<a href="https://now.msn.com/now-for-firefox"> msnNOW activation page</a> and click “Turn On.”</p>
<p dir="ltr" id="internal-source-marker_0.9962959573333708">Firefox beta users in Japan will be able to activate Mixi through their existing Mixi accounts.</p>
<p dir="ltr">We need help from our Beta testers to test the new providers before we get ready to release them to all Firefox users. To provide feedback, click “help” and then “submit feedback.”</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/04/09/testing-additional-social-providers-in-firefox-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Social Providers in Firefox</title>
		<link>http://blog.mozilla.org/futurereleases/2013/04/05/new-social-providers-in-firefox/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/04/05/new-social-providers-in-firefox/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 15:17:15 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1550</guid>
		<description><![CDATA[Mozilla developed the Social API to enable social services and providers to integrate directly into Firefox to make users browsing experience more social, customizable and personal. The Social API makes it easy for you to keep up with friends and &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/04/05/new-social-providers-in-firefox/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>Mozilla developed the <a href="https://blog.mozilla.org/futurereleases/2012/10/22/help-us-test-the-social-api-with-facebook-messenger-for-firefox/">Social API</a> to enable social services and providers to integrate directly into Firefox to make users browsing experience more social, customizable and personal. The Social API makes it easy for you to keep up with friends and family without having to switch between or open new tabs.</p>
<p>We will expand testing with additional social providers in Firefox Nightly, including CliqZ and Mixi, MSN Now and Weibo soon.</p>
<p>We are really excited about the possibilities that Social API brings to the future of browsing including ways to integrate even more social providers, e-mail, finance, news and other applications and services into your Firefox experience. Stay tuned for more details and when we start beta testing the the additional social providers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/04/05/new-social-providers-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox for Android Beta Comes with Open Source Fonts and HTML5 improvements</title>
		<link>http://blog.mozilla.org/futurereleases/2013/04/04/firefox-for-android-beta-comes-with-open-source-fonts-and-html5-improvements/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/04/04/firefox-for-android-beta-comes-with-open-source-fonts-and-html5-improvements/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 20:21:12 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox Beta for Mobile]]></category>
		<category><![CDATA[For Android]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1539</guid>
		<description><![CDATA[An update to Firefox for Android beta is ready for download and testing. This release includes custom, open source fonts and HTML5 optimizations. Open Source Custom Fonts: Firefox for Android Beta comes with the custom, open source fonts Charis and &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/04/04/firefox-for-android-beta-comes-with-open-source-fonts-and-html5-improvements/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p dir="ltr" id="internal-source-marker_0.8525102864266755">An update to Firefox for Android beta is ready for download and testing. This release includes custom, open source fonts and HTML5 optimizations.</p>
<ul>
<li dir="ltr">
<p dir="ltr"><a href="https://blog.mozilla.org/ux/2013/03/improved-type-on-firefox-for-android/">Open Source Custom Fonts:</a> Firefox for Android Beta comes with the custom, open source fonts Charis and Open Sans that will replace the default Android fonts for a visually appealing and clear reading experience.</p>
</li>
<li dir="ltr">
<p dir="ltr">HTML5 Compatibility Optimizations: Firefox for Android Beta includes improvements to HTML5 compatibility, as tested on HTML5test.org, the leading industry HTML5 compliance test. Firefox scores 411 and 14 bonus points (out of a total of 500).</p>
</li>
</ul>
<p>For more information:</p>
<ul>
<li>Download <a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox_beta&amp;referrer=utm_source%3DFuture%2520of%2520Firefox%26utm_campaign%3Dbeta-blog-fx18-20121127">Firefox for Android Beta</a></li>
<li>Firefox for <a href="https://www.mozilla.org/mobile/21.0beta/releasenotes/">Android Beta Release Notes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/04/04/firefox-for-android-beta-comes-with-open-source-fonts-and-html5-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Beta Includes Changes to the Do Not Track Options</title>
		<link>http://blog.mozilla.org/futurereleases/2013/04/04/firefox-beta-includes-changes-to-the-do-not-track-options/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/04/04/firefox-beta-includes-changes-to-the-do-not-track-options/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 20:20:37 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1534</guid>
		<description><![CDATA[The latest Firefox Beta for Windows, Mac and Linux is ready for download and testing. More Do Not Track Options: Do Not Track includes three options “Do Track,” “Do Not Track” and “no preference” to better represent user’s choice to &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/04/04/firefox-beta-includes-changes-to-the-do-not-track-options/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p dir="ltr">The latest Firefox Beta for Windows, Mac and Linux is ready for download and testing.</p>
<ul>
<li><a href="https://blog.mozilla.org/privacy/2013/01/28/newdntui/">More Do Not Track Options</a>: Do Not Track includes three options “Do Track,” “Do Not Track” and “no preference” to better represent user’s choice to opt-in or opt-out of online tracking. To access the Do Not Track options and indicate your preference click on “preferences” then “privacy.”</li>
<li>Restore thumbnails on new tab page: If you close a tab thumbnail on the new tab page there will be an option to “undo” and restore your thumbnail.</li>
</ul>
<p dir="ltr">For more information:</p>
<ul>
<li>Get Firefox Beta for<a href="http://www.mozilla.org/firefox/beta/"> Windows, Mac and Linux</a></li>
<li dir="ltr">Release notes for <a href="https://www.mozilla.org/firefox/21.0beta/releasenotes/">Firefox Beta on Windows, Mac and Linux</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/04/04/firefox-beta-includes-changes-to-the-do-not-track-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox for Android Beta Makes Browsing More Customizable, Adds Private Browsing</title>
		<link>http://blog.mozilla.org/futurereleases/2013/02/25/firefox-for-android-beta-makes-browsing-more-customizable-adds-private-browsing/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/02/25/firefox-for-android-beta-makes-browsing-more-customizable-adds-private-browsing/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 20:21:56 +0000</pubDate>
		<dc:creator>Shannon Prior</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1520</guid>
		<description><![CDATA[The latest release of Firefox for Android Beta is ready for download and testing. Firefox for Android Beta adds a new private browsing mode, customizable home screen shortcuts and extended support for ARMv6 phones. Per-tab private browsing: Firefox for Android &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/02/25/firefox-for-android-beta-makes-browsing-more-customizable-adds-private-browsing/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>The latest release of Firefox for Android Beta is ready for download and testing. Firefox for Android Beta adds a new private browsing mode, customizable home screen shortcuts and extended support for ARMv6 phones.</p>
<ul>
<li dir="ltr">Per-tab private browsing: Firefox for Android Beta comes with new per tab private browsing, allowing you to switch between private and standard tabs within the same browsing session. Private Browsing helps protect your privacy online and provides greater control over your personal data by allowing you to browse the Internet without saving any information about which sites and pages you’ve visited. Private browsing data will not show up in your AwesomeBar History or Awesome Screen shortcuts.</li>
<li dir="ltr">Customizable shortcuts on the home screen: Now, you can customize the shortcut images on the home screen with your favorite or most frequently visited sites so they are only a click away. Tap and hold your top sites, tap &#8220;pin,&#8221; and you&#8217;re ready to go.</li>
<li dir="ltr">ARMv6 Expanded Support: Firefox for Android Beta adds support for additional ARMv6 processor devices. This update brings Firefox for Android Beta to roughly 25 million more devices. Firefox for Android Beta is now available to phones with minimum requirements of 600MHz, 384MB, QVGA. New devices supported include: Samsung Galaxy Next (GT-S5570, GT-S5578), HTC Aria (S31HT), HTC Legend (A6363), Samsung Dart (SGH-T499), Samsung Galaxy Pop (SCH-i559), Samsung Galaxy Q (SGH-T589)</li>
</ul>
<p>For more information:</p>
<ul>
<li dir="ltr">Get<a href="http://mzl.la/RdJV8z"> Firefox Beta for Android</a></li>
<li dir="ltr">Release notes for <a href="https://www.mozilla.org/en-US/mobile/20.0beta/releasenotes/">Firefox for Android Beta</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/02/25/firefox-for-android-beta-makes-browsing-more-customizable-adds-private-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Beta includes Per Window Private Browsing</title>
		<link>http://blog.mozilla.org/futurereleases/2013/02/22/firefox-beta-includes-per-window-private-browsing/</link>
		<comments>http://blog.mozilla.org/futurereleases/2013/02/22/firefox-beta-includes-per-window-private-browsing/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 20:45:17 +0000</pubDate>
		<dc:creator>Mozilla</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/futurereleases/?p=1506</guid>
		<description><![CDATA[An update to Firefox for Windows, Mac and Linux is ready for download and testing. Firefox includes a new feature for private browsing, a new experience for downloads, and a handful of exciting developer features. Per Window Private Browsing Mode: &#8230; <a class="go" href="http://blog.mozilla.org/futurereleases/2013/02/22/firefox-beta-includes-per-window-private-browsing/">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>An update to Firefox for Windows, Mac and Linux is ready for <a href="http://www.mozilla.org/firefox/beta/">download and testing</a>. Firefox includes a new feature for private browsing, a new experience for downloads, and a handful of exciting developer features.</p>
<ul>
<li><a href="https://blog.mozilla.org/futurereleases/2012/12/11/per-window-private-browsing-in-nightly/">Per Window Private Browsing Mode:</a> Firefox makes it possible for you to view a Web page in private browsing mode and regular browsing mode simultaneously, in two separate Firefox windows. You can easily open a link in a new Private Browsing Window, just right click on any link and choose “Open Link in a New Private Window.”</li>
<li>Updated Firefox Download Manager: Firefox makes downloading content from the Web even easier. You can view and monitor download progress right in the Firefox toolbar rather than a separate window.</li>
</ul>
<p><a href="http://blog.mozilla.org/futurereleases/files/2013/02/Download-Manager.png"><img class="aligncenter size-large wp-image-1507" alt="Download Manager" src="http://blog.mozilla.org/futurereleases/files/2013/02/Download-Manager-600x484.png" width="600" height="484" /></a></p>
<ul>
<li dir="ltr">Plug-in warning: When a plug-in hangs for more than 11 seconds, Firefox will notify you so you can restart the plugin rather than restarting Firefox, allowing you to keep browsing the Web, uninterrupted.</li>
<li dir="ltr"><a href="https://blog.mozilla.org/futurereleases/2013/01/12/capture-local-camera-and-microphone-streams-with-getusermedia-now-enabled-in-firefox/">getUserMedia: </a>A new HTML5 DOM API that allows the browser to capture local camera and/or microphone streams directly, without the need for third party plugins . It allows JavaScript developers to quickly and easily write code to access the user’s camera or microphones. gUM is the first API component of WebRTC, which enables real-time, interactive, peer-to-peer audio/video calls and data sharing.</li>
<li dir="ltr">Developer Toolbox: Firefox Beta now includes the developer toolbox, providing quick access to popular developers tools such as the Web Console, Debugger, Inspector and Style Editor in one handy window.</li>
<li>Canvas Blend Modes: Canvas Blend Modes allows developers to define how they want canvas to draw an image over an existing image, for example by changing pixel color values to create different visual effects.</li>
</ul>
<p>For more information:</p>
<ul>
<li dir="ltr">Get Firefox Beta for<a href="http://www.mozilla.org/firefox/beta/"> Windows, Mac and Linux</a></li>
<li dir="ltr">Release notes for <a href="https://www.mozilla.org/en-US/firefox/20.0beta/releasenotes/">Firefox Beta on Windows, Mac and Linux</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/futurereleases/2013/02/22/firefox-beta-includes-per-window-private-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
