<?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>Brad&#039;s Blog &#187; windows mobile</title>
	<atom:link href="http://blog.mozilla.com/blassey/category/windows-mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/blassey</link>
	<description>sorry for random</description>
	<lastBuildDate>Wed, 14 Oct 2009 21:34:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>test-agent (aka SUT)</title>
		<link>http://blog.mozilla.com/blassey/2009/10/14/test-agent-aka-sut/</link>
		<comments>http://blog.mozilla.com/blassey/2009/10/14/test-agent-aka-sut/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:34:38 +0000</pubDate>
		<dc:creator>blassey</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/blassey/?p=143</guid>
		<description><![CDATA[Today our ip based test-agent set-up ran through all 437 xpcshell tests for the first time on a Samsung Omnia II.  This is a major step forward and everyone is pretty excited (Yay team!).<script type="text/javascript">SHARETHIS.addEntry({ title: "test-agent (aka SUT)", url: "http://blog.mozilla.com/blassey/2009/10/14/test-agent-aka-sut/" });</script>]]></description>
			<content:encoded><![CDATA[<p>A recent series of regressions for Windows Mobile (and Windows CE presumably) really drove home the need for consistent, automated testing to every one on the mobile team.  As part of a new push to get testing going for these devices we reexamined out strategy of running python on the devices themselves.  For various reasons that approach began to look like a lot of work with an uncertain probability of success.</p>
<p>The new approach is to have a very light-weight daemon running on the device which a host machine can interact with to run commands.  Most likely the host machine will be running a python scripts very similar to those our current test machines do, with the exception of issuing the commands over an ip connection rather than locally.</p>
<p><a href="http://elvis314.wordpress.com/">Joel Maher</a> went about modifying the existing test scripts (see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=493748">bug 493748</a> and <a href="http://hg.mozilla.org/qa/maemkit/file/tip/ce.py">maemkit </a>for an <a href="https://bug493748.bugzilla.mozilla.org/attachment.cgi?id=406213">example</a>) to issue their commands over ip for windows mobile and I took the task of writing the light-weight daemon, which I called test-agent (<a href="http://hg.mozilla.org/users/blassey_mozilla.com/test-agent">code can be found here</a>).  Its a very basic telnet shell with a few built in commands.</p>
<p>Everything is pretty strait forward with the exception of the exec command which attaches a debugger process to the executed command to capture stdout, since Windows Mobile ostensibly doesn&#8217;t have stdout. If anyone knows of a better way to capture output from a process, I&#8217;m all ears.</p>
<p>Today this set-up ran through all 437 xpcshell tests for the first time on a Samsung Omnia II.  This is a major step forward and everyone is pretty excited (Yay team!).</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=&amp;title=test-agent+%28aka+SUT%29&amp;url=http%3A%2F%2Fblog.mozilla.com%2Fblassey%2F2009%2F10%2F14%2Ftest-agent-aka-sut%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blassey/2009/10/14/test-agent-aka-sut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fennec Alpha 3 for Windows Mobile</title>
		<link>http://blog.mozilla.com/blassey/2009/09/04/fennec-alpha-3-for-windows-mobile/</link>
		<comments>http://blog.mozilla.com/blassey/2009/09/04/fennec-alpha-3-for-windows-mobile/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 16:11:35 +0000</pubDate>
		<dc:creator>blassey</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/blassey/?p=126</guid>
		<description><![CDATA[We're very happy to announce the availability of Fennec Alpha 3 for Windows Mobile. There are lots of great features and fixes included in this release including improved panning and start up performance and support for different screen sizes and resolutions.<script type="text/javascript">SHARETHIS.addEntry({ title: "Fennec Alpha 3 for Windows Mobile", url: "http://blog.mozilla.com/blassey/2009/09/04/fennec-alpha-3-for-windows-mobile/" });</script>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re very happy to announce the availability of Fennec Alpha 3 for Windows Mobile. There are lots of great features and fixes included in this release. You can find the <a href="http://www.mozilla.org/projects/fennec/1.0a3-wm/releasenotes/">release notes here</a> and a <a href="http://download.mozilla.org/?product=fennec-1.0a3&amp;os=winmo&amp;lang=en-US">cab installer here</a>. Personally, I&#8217;m turning off my iPhone to switch to a Windows Mobile device with Fennec.</p>
<p>The first thing you&#8217;ll notice is the improved start up time. Brian Crowder took Vladimir Vukicevic&#8217;s original <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=509249">dabblings </a>for Firefox on Windows CE and produced a cross platform fast start daemon for Mozilla.  Stay tuned to his <a href="http://blog.mozilla.com/bcrowder/">blog</a> for a post I&#8217;m going going to nag him to write about it. One caveat is that this faster start up time doesn&#8217;t take effect until after you reboot your phone (hey, this is Windows after all).</p>
<p>The next thing you&#8217;ll probably notice is the much improved panning. We&#8217;ve implemented a tile cache rendering system (much like you see on <a href="http://maps.google.com/">google maps</a>) that allows us to cache previously rendered content and avoid duplicating the work.  This has also allowed us to switch over to native scrolling surfaces which has greatly improved panning performance. Roy Frostig goes into much greater detail on this in his <a href="http://froystig.wordpress.com/2009/08/20/rendering-with-tiles-in-fennec/">blog post on the tile cache</a>.</p>
<p>Also helping out panning performance has been Robert O’Callahan&#8217;s <a href="http://weblogs.mozillazine.org/roc/archives/2009/06/native_widgets.html">compositor work</a>, which reduces the amount of native widgets we have to deal with when rendering or scrolling and a <a href="http://hg.mozilla.org/releases/mozilla-1.9.2/rev/94d90ddad6e2">change </a>to keep track of the invalidated regions ourselves rather than rely on the system do it.</p>
<p>But wait, there&#8217;s more! If you&#8217;re running a phone other than the HTC Touch Pro, you&#8217;ll notice we now <a href="http://starkravingfinkle.org/blog/2009/09/fennec-of-screens-and-orientation/">support a wider range of screen resolutions</a> through the use of CSS media queries, which really show&#8217;s the power of our XUL based front end. And if you <em><strong>are</strong></em> running on the Touch Pro, go a head and run your finger around the edge of the directional pad.  That zooming you see is the result of <a href="http://alexandrucristei.blogspot.com/">Alexandru  Cristei&#8217;s</a> <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=505391">work </a>to support the touch sensitive directional pad on HTC&#8217;s Touch phones.</p>
<p>There is plenty more work to do (after all this is an Alpha release), but in writing this blog post I realize just how much progress we&#8217;ve made since<a href="http://blog.mozilla.com/blassey/2009/06/27/fennec-beta-2-for-maemo-and-alpha-2-for-windows-mobile/"> Alpha 2</a>. I hope you&#8217;ll give it a try, put it through its paces and enjoy. Oh, and<a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Fennec"> file bug reports</a>.</p>
<p><strong>Update:</strong> There is now a shortened url for the cab installer <a href="http://bit.ly/wma3cab">bit.ly/wma3cab</a></p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=&amp;title=Fennec+Alpha+3+for+Windows+Mobile&amp;url=http%3A%2F%2Fblog.mozilla.com%2Fblassey%2F2009%2F09%2F04%2Ffennec-alpha-3-for-windows-mobile%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blassey/2009/09/04/fennec-alpha-3-for-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Fennec Alpha 1 for Windows Mobile</title>
		<link>http://blog.mozilla.com/blassey/2009/05/15/fennec-alpha-1-for-windows-mobile/</link>
		<comments>http://blog.mozilla.com/blassey/2009/05/15/fennec-alpha-1-for-windows-mobile/#comments</comments>
		<pubDate>Fri, 15 May 2009 14:34:49 +0000</pubDate>
		<dc:creator>blassey</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/blassey/?p=114</guid>
		<description><![CDATA[We are pleased to announce that Fennec Alpha 1 for Windows Mobile 6 is  available for download by developers and testers. This is an early developer release intended for testing purposes only. We would like to invite interested Windows Mobile developers and users to join with Mozilla&#8217;s developer and user community to help develop, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Fennec Alpha 1 for Windows Mobile", url: "http://blog.mozilla.com/blassey/2009/05/15/fennec-alpha-1-for-windows-mobile/" });</script>]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce that Fennec Alpha 1 for Windows Mobile 6 is  available for download by developers and testers. This is an early developer release intended for testing purposes only. We would like to invite interested Windows Mobile developers and users to join with Mozilla&#8217;s developer and user community to help develop, test and refine the product.</p>
<p>Since we started getting Fennec compiling on Windows Mobile a few months ago, we&#8217;ve made good progress:</p>
<ul>
<li> <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=2&amp;url=http%3A%2F%2Fpeople.freebsd.org%2F~jasone%2Fjemalloc%2Fbsdcan2006%2Fjemalloc.pdf&amp;ei=mXwNSuyDCYmwNJDh4K0G&amp;usg=AFQjCNHNlXYH4AKW4abWzTY9XrU1fEet7Q&amp;sig2=Qv0jGg5ZO81KMuh08Mr_5w">JeMalloc</a>, the memory management library developed by <a href="http://www.canonware.com/~ttt/">Jason Evans</a> and used by Firefox, has been ported to Windows CE and turned on for Fennec. This allows Fennec to manage memory much more efficiently.</li>
</ul>
<ul>
<li>Fennec&#8217;s user interface controls  have been rebuilt to be entirely CSS based. This will allow us to more easily adjust our UI for various screen sizes and resolutions in the future. Its also demonstrates how web technologies can be used to create compelling user interfaces.  The  look and feel will continue to evolve as we develop the product, but this release should give uses a sense of the direction its going in.</li>
</ul>
<ul>
<li>Finally, this release also supports <a href="https://addons.mozilla.org/en-US/fennec">Add-ons</a>. Add-ons are integral to promoting openness and innovation on the web and are unique to Fennec in the mobile space. Its been amazing to see how many great Add-ons have popped up already. Take for instance the <a href="http://www.vimeo.com/3156495">gestures module</a> created by <a href="http://felipe.wordpress.com/">Felipe </a>.</li>
</ul>
<p>As with previous releases, <a href="http://madhava.com/egotism/">Madhava Enros</a> has created a <a href="http://bit.ly/fennec-winmo-alpha1">video walk</a> through of this release.</p>
<h2>Installation</h2>
<p>This release has been targeted and tested on the HTC Touch Pro. We will be adding support for more devices in future releases. To install on your device, you can either navigate to this <a href="http://download.mozilla.org/?product=fennec-1.0a1&amp;os=wince&amp;lang=en-US">cab installer</a> from your phone&#8217;s current browser or download it to your desktop and copy it to your device via ActiveSync. Once on your device simply click on the cab and it will install to your device. For more detailed installation instructions, look <a href="https://wiki.mozilla.org/Mobile/Fennec/Releases">here </a>and of course, please read the <a href="http://www.mozilla.org/projects/fennec/1.0a1-wm/releasenotes/">release notes</a>.</p>
<p>Again, please note that some carriers filter web traffic to prevent their users from downloading cab files. If downloading the cab simply hangs or you get a message reading &#8220;This page contains erros and cannot be displayed,&#8221; this is probably what&#8217;s happening. In this case you will either need to be connected via WiFi or use the ActiveSync method.</p>
<p>The first time you run Fennec it will spend some time creating your profile. This may take a minute or two, please be patient.</p>
<h2>Known Issues</h2>
<p>It is not yet recommended to use this release for daily browsing  tasks.  Certain performance problems will become immediately apparent to  the user. Panning has a noticeable delay between the user first  touching the page and the page moving. We are certain that other less  obvious bugs exist and we invite you to help bring them to light. You  can find detailed information on how to file a good bug in <a href="http://bugzilla.mozilla.org/">bugzilla </a>, our bug tracking  system, <a href="https://developer.mozilla.org/en/Bug_writing_guidelines">here </a>.</p>
<h2>Looking Forward</h2>
<p>Following the same path we took on Maemo, where the browser now performs quite well, development will now focus on performance improvements. There are known and suspected performance hot spots that need to be investigated and optimized. There are very talented people working on the core Mozilla platform who will continue to speed up things like JavaScript, graphics and the DOM. We are excited about a set of optimizations for drawing that take advantage of graphics processors, which will help Fennec&#8217;s graphics performance (i.e. panning and zooming). We are also looking at enhancements to our networking layer to optimize for high latency networks.</p>
<p>Now that we have gotten to this point, the fun really begins. If you would like to help us by testing or developing the product, please visit the <a href="http://wiki.mozilla.org/Mobile">Mobile Firefox wiki</a> . There you will find some information that we hope is useful in helping you find where to &#8220;plug in&#8221; to the effort. As always, you can find us on irc in the #mobile channel .</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=&amp;title=Fennec+Alpha+1+for+Windows+Mobile&amp;url=http%3A%2F%2Fblog.mozilla.com%2Fblassey%2F2009%2F05%2F15%2Ffennec-alpha-1-for-windows-mobile%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blassey/2009/05/15/fennec-alpha-1-for-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Memory Dragon Slain</title>
		<link>http://blog.mozilla.com/blassey/2009/03/23/memory-dragon-slain/</link>
		<comments>http://blog.mozilla.com/blassey/2009/03/23/memory-dragon-slain/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 03:51:57 +0000</pubDate>
		<dc:creator>blassey</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/blassey/?p=105</guid>
		<description><![CDATA[The pre-alpha build we released in February got a lot of criticism (and rightfully so) for what became known as the &#8220;checkerboard&#8221; issue.  Mark Finkle blogged about the problem  and the solution before. Tonight I pushed the fix to mozilla-central, here are some details.
It all comes down to memory.
Simply put, we were running [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Memory Dragon Slain", url: "http://blog.mozilla.com/blassey/2009/03/23/memory-dragon-slain/" });</script>]]></description>
			<content:encoded><![CDATA[<p>The pre-alpha build we <a href="http://blog.mozilla.com/blassey/2009/02/10/fennec-milestone-release-for-windows-mobile/">released in February</a> got a lot of criticism (and rightfully so) for what became known as the &#8220;checkerboard&#8221; issue.  Mark Finkle blogged about the <a href="http://starkravingfinkle.org/blog/2009/02/fennec-windows-mobile-pre-alpha-problems/">problem </a> and the <a href="http://starkravingfinkle.org/blog/2009/03/fennec-windows-mobile-update/">solution</a> before. Tonight I pushed the fix to mozilla-central, here are some details.</p>
<h2>It all comes down to memory.</h2>
<p>Simply put, we were running out of memory.  The frustrating part though, was that we weren&#8217;t running out of <em>real</em> memory.  We were being constrained by an artificial limit of 32Mb (including the binary) that Windows CE places on each process. That is why otherwise extremely capable phones like the HTC Touch Pro with 288Mb of RAM were showing a beautiful checkerboard pattern.  I&#8217;m still not entirely sure why this didn&#8217;t show up on our development devices before the release. I suspect it has something to do with the fact that we&#8217;re using unlocked HTC Touch Pros for development, while most of the testers seeing the problem were using handsets from Sprint, Verzion or AT&#038;T.</p>
<p>Digging further, the reason people saw a checkerboard pattern, but otherwise usable UI is due in part to the way Fennec works.  In Fennec, the user actually interacts with an html canvas element.  We render the page off screen and then paint the image onto the canvas.  In this particular case, it seems as though we were successfully rendering pages but failing to allocate enough memory to do the final paint onto Fennec&#8217;s canvas. We were handling this low memory &#8220;gracefully&#8221; and continuing to run.</p>
<h2>jemalloc to the rescue</h2>
<p>At first Doug Turner took a crack at cooling down this memory hot spot by improving on how we allocate memory during paints.  Essentially, allocating a single buffer and reusing it every time he needed a surface to write to. This didn&#8217;t actually decrease the amount of memory we were using, but instead significantly reduced the amount of memory &#8220;thrashing,&#8221; (repeatedly allocating and freeing chunks of memory).</p>
<p>With that change we were able to run for much longer without running into memory problems, but it became clear that there are plenty of other places in our code that we thrash.</p>
<p>The solution was to use <a href="http://people.freebsd.org/~jasone/jemalloc/bsdcan2006/jemalloc.pdf">jemalloc</a>, originally written by <a href="http://canonware.com/~ttt/">Jason Evans</a>.  Stuart and Vlad <a href="http://blog.pavlov.net/2008/01/12/jemalloc-builds/"> used jemalloc</a> to greatly improve the memory performance of Firefox over a year ago, so it was already in the Mozilla bag of tricks.</p>
<h2>Success!</h2>
<p>Fearful of counting my chicks before they were hatched, I didn&#8217;t want to blog about this until it landed, and tonight it did. With jemalloc enabled on our windows ce build of Fennec I am able to start up without any worries of seeing a checkerboard.<br />
<img src="http://people.mozilla.org/~blassey/wm-screenshots/firstrun.png"/><br />
&#8230;and I can browse to the two most memory intensive websites that I encounter on a regular basis (both of these have crashed my iPhone on occasion), the first being <a href="http://planet.mozilla.org">Planet Mozilla</a><br />
<img src="http://people.mozilla.org/~blassey/wm-screenshots/planet.png"/><br />
&#8230;and the second being the <a href="http://tinderbox.mozilla.org/Firefox/">Firefox tinderbox waterfall</a><br />
<img src="http://people.mozilla.org/~blassey/wm-screenshots/tinderbox-3-21.png"/><br />
I can even look at both at the same time!<br />
<img src="http://people.mozilla.org/~blassey/wm-screenshots/tabs.png"/><br />
With these bugs closed, we&#8217;re down to 5 blockers for our next release on Windows Mobile. Stay tuned.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=&amp;title=Memory+Dragon+Slain&amp;url=http%3A%2F%2Fblog.mozilla.com%2Fblassey%2F2009%2F03%2F23%2Fmemory-dragon-slain%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blassey/2009/03/23/memory-dragon-slain/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Windows Mobile Update: Freetype</title>
		<link>http://blog.mozilla.com/blassey/2008/11/03/windows-mobile-update-freetype/</link>
		<comments>http://blog.mozilla.com/blassey/2008/11/03/windows-mobile-update-freetype/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 20:05:13 +0000</pubDate>
		<dc:creator>blassey</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/blassey/?p=67</guid>
		<description><![CDATA[I&#8217;ve implemented a freetype font back end for Windows and Windows CE that we&#8217;ll be using for Fennec.  This will allow Fennec to render international fonts we were previously incapable of handling.
There&#8217;s still plenty of work to do, but I can&#8217;t wait until we can benefit from Madhava&#8217;s upcoming small  screen UI

Also, for any [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Windows Mobile Update: Freetype", url: "http://blog.mozilla.com/blassey/2008/11/03/windows-mobile-update-freetype/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve implemented a freetype font back end for Windows and Windows CE that we&#8217;ll be using for Fennec.  This will allow Fennec to render international fonts we were previously incapable of handling.</p>
<p>There&#8217;s still plenty of work to do, but I can&#8217;t wait until we can benefit from Madhava&#8217;s upcoming small  <a href="https://wiki.mozilla.org/Mobile/UI/Designs/TouchScreen/workingUI/small-format">screen UI</a></p>
<p><img src="http://people.mozilla.org/~blassey/windows_mobile_fixed2.PNG" alt="" /></p>
<p>Also, for any of you who attempted to build in the last 10 days, we did a pretty major rearchitecting that broke the build for a while.  That has been resolved now and you should have more luck building.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=&amp;title=Windows+Mobile+Update%3A+Freetype&amp;url=http%3A%2F%2Fblog.mozilla.com%2Fblassey%2F2008%2F11%2F03%2Fwindows-mobile-update-freetype%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blassey/2008/11/03/windows-mobile-update-freetype/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows Mobile Update 3: Fonts</title>
		<link>http://blog.mozilla.com/blassey/2008/10/11/windows-mobile-update-3-fonts/</link>
		<comments>http://blog.mozilla.com/blassey/2008/10/11/windows-mobile-update-3-fonts/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 17:12:24 +0000</pubDate>
		<dc:creator>blassey</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/blassey/?p=65</guid>
		<description><![CDATA[I found (and fixed) one of our bugs in the Windows Mobile font code.  This makes things much better


88/100, not bad



Also note that I&#8217;m running this on an actual device, using Remote Zoomin to get the screen shot.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Windows Mobile Update 3: Fonts", url: "http://blog.mozilla.com/blassey/2008/10/11/windows-mobile-update-3-fonts/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I found (and fixed) one of our bugs in the Windows Mobile font code.  This makes things much better<br />
<br/><br />
<img src="http://people.mozilla.org/~blassey/fennec_acid.PNG" width="600"/><br />
88/100, not bad<br />
<br/><br />
<img src="http://people.mozilla.org/~blassey/mybrowser_fonts.PNG" width="600"/><br />
<br/><br />
Also note that I&#8217;m running this on an actual device, using Remote Zoomin to get the screen shot.</p>
<p><a href="http://sharethis.com/item?&wp=2.8.6&amp;publisher=&amp;title=Windows+Mobile+Update+3%3A+Fonts&amp;url=http%3A%2F%2Fblog.mozilla.com%2Fblassey%2F2008%2F10%2F11%2Fwindows-mobile-update-3-fonts%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/blassey/2008/10/11/windows-mobile-update-3-fonts/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
	</channel>
</rss>
