<?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>leŭksman &#187; firefox</title>
	<atom:link href="http://leuksman.com/log/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://leuksman.com/log</link>
	<description>reticula, electronica, &#38; oddities</description>
	<lastBuildDate>Sat, 31 Jul 2010 01:00:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Firefox font rendering differences between Ubuntu, Mozilla packages?</title>
		<link>http://leuksman.com/log/2010/07/08/firefox-font-rendering-differences-between-ubuntu-mozilla-packages/</link>
		<comments>http://leuksman.com/log/2010/07/08/firefox-font-rendering-differences-between-ubuntu-mozilla-packages/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 17:56:57 +0000</pubDate>
		<dc:creator>brion</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[whinging]]></category>

		<guid isPermaLink="false">http://leuksman.com/log/?p=815</guid>
		<description><![CDATA[Has anybody else encountered this? Subpixel antialiasing on text seems to be a lot more aggressive when running Mozilla&#8217;s packages of Firefox and Thunderbird than when running the Ubuntu packages: I originally noticed it when running Mozilla&#8217;s Thunderbird 3 packages on Ubuntu 9.10, but originally chalked it up to &#8220;weird stuff from 32-bit apps sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>Has anybody else encountered this? Subpixel antialiasing on text seems to be a lot more aggressive when running Mozilla&#8217;s packages of Firefox and Thunderbird than when running the Ubuntu packages:</p>
<p><a href="http://leuksman.com/log/wp-content/uploads/2010/07/firefox-antialias.png"><img class="alignnone size-medium wp-image-816" title="firefox-antialias" src="http://leuksman.com/log/wp-content/uploads/2010/07/firefox-antialias-275x300.png" alt="" width="275" height="300" /></a></p>
<p>I originally noticed it when running Mozilla&#8217;s Thunderbird 3 packages on Ubuntu 9.10, but originally chalked it up to &#8220;weird stuff from 32-bit apps sometimes acting weird&#8221;, but both the 32-bit and 64-bit Firefox 4.0b1 packages are doing it to me on Ubuntu 10.04.</p>
<p>Is there some difference with the bundled libraries, or some custom Ubuntu or Debian patch that changes the behavior? And can I change it??? I&#8217;m liking Firefox 4 so far but this text is just awful on my eyes.</p>
<p><strong>Updated 2010-07-13:</strong> Commenter noted this bug, which looks like it may be it: <a href="https://bugs.launchpad.net/firefox/+bug/379761">https://bugs.launchpad.net/firefox/+bug/379761</a></p>
]]></content:encoded>
			<wfw:commentRss>http://leuksman.com/log/2010/07/08/firefox-font-rendering-differences-between-ubuntu-mozilla-packages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>We are all dual-booters</title>
		<link>http://leuksman.com/log/2010/06/09/we-are-all-dual-booters/</link>
		<comments>http://leuksman.com/log/2010/06/09/we-are-all-dual-booters/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 16:47:27 +0000</pubDate>
		<dc:creator>brion</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Html5]]></category>

		<guid isPermaLink="false">http://leuksman.com/log/?p=780</guid>
		<description><![CDATA[Today&#8217;s personal computers basically run two distinct operating systems: the native host OS (Windows/Mac/Linux or iPhone/Android/etc) and the web. Web apps have solved all kinds of problems that are still poorly handled by most native systems: apps automatically update every time you use them, they manage their own library dependencies, there&#8217;s a security sandbox that [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s personal computers basically run two distinct operating systems: the native host OS (Windows/Mac/Linux or iPhone/Android/etc) and the web.</p>
<p>Web apps have solved all kinds of problems that are still poorly handled by most native systems: apps automatically update every time you use them, they manage their own library dependencies, there&#8217;s a security sandbox that lets you run pretty much anything without concern that it&#8217;s going to eat your system (unless your browser is buggy!)</p>
<p>Let&#8217;s face it: most of us probably spend a lot of our time in the web, and even if they&#8217;re not doing everything that&#8217;s where a lot of action is. Some folks have used this as a sort of excuse for the extreme control some platforms exercise over software publishers &#8211; &#8220;don&#8217;t like the rules? Make a web app, you can do anything!&#8221; </p>
<p>But web apps are still much more limited in some areas. Access to hardware is rare (cameras, audio recording, scanners, attached storage). Communication between apps is greatly complicated by that sandbox, and shared data on the host machine like contact lists and photo archives may be completely inaccessible without a host-specific shim. (Most impressive thing I&#8217;ve seen is a bank web site that did deposit via scanned check image, using a signed Java applet to hook into native scanner support. It only worked on Windows, alas.) Background processing is very limited, and most web apps give up on directly notifying you of new activity and just send you email, hoping you&#8217;ve got something else that&#8217;ll tell you there&#8217;s new mail.</p>
<p>There&#8217;s a lot of great activity going on in and around HTML5 these days that&#8217;s getting better graphics support, faster code execution, etc. But the things that really bring the web native are going to be about access to shared hardware and data resources.</p>
<p>Some good things have been coming in such as touch and orientation events in Mobile Safari, but there&#8217;s a long way to go. My pet peeve: I find it pretty surprising that HTML file upload controls don&#8217;t trigger something useful like the camera roll on the iPhone/iPad or the Android browser. I can&#8217;t believe nobody has thought of this, so I&#8217;ll assume for now that the various browser folks just ain&#8217;t gotten to it yet&#8230; Anybody feel like starting on patches for Android&#8217;s Browser and the mobile branch of Firefox? <img src='http://leuksman.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://leuksman.com/log/2010/06/09/we-are-all-dual-booters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox geolocation updates</title>
		<link>http://leuksman.com/log/2008/08/09/firefox-geolocation-updates/</link>
		<comments>http://leuksman.com/log/2008/08/09/firefox-geolocation-updates/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:24:41 +0000</pubDate>
		<dc:creator>brion</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://leuksman.com/log/?p=208</guid>
		<description><![CDATA[Some interesting stuff that will hopefully eventually bear fruit for location-based search tools&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://dougt.wordpress.com/2008/08/08/geolocation-today/">Some interesting stuff</a> that will hopefully eventually bear fruit for <a href="http://leuksman.com/log/2008/03/08/wikipedia-local-search/">location-based search tools</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://leuksman.com/log/2008/08/09/firefox-geolocation-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UTF-8 support in Firefox 3 location bar</title>
		<link>http://leuksman.com/log/2008/05/23/utf-8-support-in-firefox-3-location-bar/</link>
		<comments>http://leuksman.com/log/2008/05/23/utf-8-support-in-firefox-3-location-bar/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:17:45 +0000</pubDate>
		<dc:creator>brion</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://leuksman.com/log/?p=155</guid>
		<description><![CDATA[I don&#8217;t usually repost other blogs, but this is a big usability help for our non-Latin wikis&#8230; Firefox 3 is joining Safari and Opera 9 in displaying human-legible Unicode URLs in the location bar. Woohoo!]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t usually repost other blogs, but this is a big usability help for our non-Latin wikis&#8230; Firefox 3 is joining Safari and Opera 9 in <a href="http://blog.mozilla.com/gen/2008/05/23/firefox-3-utf-8-support-in-location-bar/">displaying human-legible Unicode URLs in the location bar</a>.</p>
<p><a href='http://ja.wikipedia.org/wiki/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8'><img src="http://leuksman.com/log/wp-content/uploads/2008/05/picture-33.png" alt="" title="JA location bar" width="367" height="78" class="alignnone size-full wp-image-156" /></a></p>
<p>Woohoo!</p>
]]></content:encoded>
			<wfw:commentRss>http://leuksman.com/log/2008/05/23/utf-8-support-in-firefox-3-location-bar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HttpOnly cookies</title>
		<link>http://leuksman.com/log/2008/04/21/httponly-cookies/</link>
		<comments>http://leuksman.com/log/2008/04/21/httponly-cookies/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 00:00:55 +0000</pubDate>
		<dc:creator>brion</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://leuksman.com/log/2008/04/21/httponly-cookies/</guid>
		<description><![CDATA[Thanks to Werdna&#8217;s implementation of support, and Tim&#8217;s mass upgrade of our older PHP installations, I&#8217;ve today enabled the use of HttpOnly cookies on the Wikimedia wikis for our login session data. &#8220;What&#8217;s that,&#8221; I hear you say, &#8220;and why do I want it?&#8221; The HttpOnly marker on cookies tells a supporting browser that the [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to Werdna&#8217;s implementation of support, and Tim&#8217;s mass upgrade of our older PHP installations, I&#8217;ve today enabled the use of <a href="http://msdn2.microsoft.com/en-us/library/ms533046.aspx">HttpOnly cookies</a> on the Wikimedia wikis for our login session data.</p>
<p>&#8220;What&#8217;s that,&#8221; I hear you say, &#8220;and why do I want it?&#8221;</p>
<p>The HttpOnly marker on cookies tells a supporting browser that the cookie will only be used directly by the web server (sent <b>only</b> with the <b>HTTP</b> requests for each page), so it will hide the cookie from any JavaScript client code which asks for it.</p>
<p>This provides protection against certain kinds of security vulnerabilities &#8212; namely, <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">XSS attacks</a> which steal authenticated session and long-term login token cookies.</p>
<p>HttpOnly doesn&#8217;t fix XSS, not by a long shot, but it does reduce what an attacker can do; particularly nice when we&#8217;re soon going to start using global login cookies which will allow a unified account to continue a login session across multiple wikis on different domains.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Same_origin_policy">same origin policy</a> prevents JavaScript on one subdomain from directly accessing another domain. Keeping the cross-domain session cookies away from compromised JavaScript will help prevent a hypothetical attack on one domain from jumping to other subdomains without the vulnerability.</p>
<p>Unfortunately, this marker isn&#8217;t standard; it&#8217;s an extension which Microsoft added for Internet Explorer in 6.0 SP1, but support has been slowly creeping into other browsers, finally hitting Firefox somewhere in the 2.0 patch cycle while nobody was looking.</p>
<p>Browsers I tested that currently support HttpOnly cookies:</p>
<ul>
<li>IE/Win 6 SP1 or 7
<li>Firefox 2.0.0.5 or later
<li>Opera 9.50 beta
<li>Konqueror (3.4?)
</ul>
<p>Other browsers will still expose the cookies to JavaScript, as they always have:</p>
<ul>
<li>Safari 3.1
<li>Opera 9.27 (current non-Beta release)
<li>Old scary browsers like IE for Mac and Netscape 4 <img src='http://leuksman.com/log/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</ul>
<p>There&#8217;s a rumor that some versions of WebTV fail altogether when the cookies are marked this way, but I have no way to confirm or deny that yet.</p>
<p><b>Update 2008-05-01:</b> <a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=13905">Mac IE</a> turns out to eat HttpOnly cookies&#8230;. sometimes&#8230; when the moon is just right. <img src='http://leuksman.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Added a browser blacklist, so we feed Mac IE regular cookies. Other browsers are still given the benefit of the doubt.</p>
]]></content:encoded>
			<wfw:commentRss>http://leuksman.com/log/2008/04/21/httponly-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0, now with 100% more Wikipedia</title>
		<link>http://leuksman.com/log/2008/01/28/firefox-30-now-with-100-more-wikipedia/</link>
		<comments>http://leuksman.com/log/2008/01/28/firefox-30-now-with-100-more-wikipedia/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 22:40:01 +0000</pubDate>
		<dc:creator>brion</dc:creator>
				<category><![CDATA[devel]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://leuksman.com/log/2008/01/28/firefox-30-now-with-100-more-wikipedia/</guid>
		<description><![CDATA[Wikipedia is being added to the default search plugins for Firefox 3.0.]]></description>
			<content:encoded><![CDATA[<p>Wikipedia is <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=380785">being added</a> to the default search plugins for Firefox 3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://leuksman.com/log/2008/01/28/firefox-30-now-with-100-more-wikipedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
