Tag Archives: windows mobile

Device Orientation

I have a proposal for exposing device orientation in the browser. It is a pretty simple api that allows you to monitor motion changes from Javascript. For example: navigator.orientation.watchOrientation(draw); function draw(o) { // o.x, o.y, o.z } o in function draw is a vector in three dimensional space in meters / (seconds^2) units. This allows [...]
Posted in mozilla | Also tagged , , , , , , | 2 Comments

A Short History of Mozilla on Windows Mobile

I thought it might be nice to reflect on my involvement in porting the Mozilla to Windows Mobile. In 2004 we had a project called Minimo — it was meant as a lighter weight build-time configuration of Mozilla for GTK. To showcase the build options, we had an application called TestGtkEmbed that developers could use [...]
Posted in mozilla | Also tagged , , , , | 6 Comments

Milestone 1: Fennec for Windows Mobile

Today we are releasing a pre-alpha version of Fennec for Windows Mobile. This release is pre-alpha. Did I say pre-alpha? Yes, this is pre-alpha and has a way to go in both stability and performance before we release this as “1.0″. Please try out and give us feedback! Please file bugs at bugzilla.mozilla.org. Download link: [...]
Posted in mozilla | Also tagged , , , | 5 Comments