-
My Recent Posts
My Recent Tweets
- The Geolocation API specification has now been published as a Candidate Recommendation. Congrats to everyone who has worked on it! about 19 hours ago from web
- Get your game on! http://mozillalabs.com/gaming/2010/09/07/welcome-to-mozilla-labs-gaming/ about 22 hours ago from web
- EFF is hiring an activist. Got what it takes? http://eff.org/r.q97 11:02:21 PM September 07, 2010 from web
- 55 page legal agreement to turn enable Genius for Apps. Apple, rly? 01:27:46 AM September 07, 2010 from Twitter for iPhone
- Staff at Apple store valley fair isn't as helpful as I recall. 01:48:59 AM September 06, 2010 from Twitter for Android
- Snoop Dogg is on our side, leading the charge against cyber crime! http://www.hackiswack.com/ shanizzle! 01:32:37 AM September 04, 2010 from web
- Apple Showtimes movie website uses html5 geolocation. 10:15:29 PM September 03, 2010 from web
- itune 10 looks so nice. i really like how they integrated the album art into my music. It sorta makes me want to complete albums. 10:11:06 PM September 03, 2010 from web
- hg qnew --read-my-throughts for patches that you were suppose to write, but didn't know about it. 11:01:04 PM September 02, 2010 from web
- I used 975 GB @ comcast last month. My unlimited plan only allows 250 GB. 08:07:02 PM September 02, 2010 from web
Author Archives: dougt
ncat ascii art
config.status: creating config.h ( ) /\ _ ( \ | ( \ ( \.( ) _____ \ \ \ ` ` ) \ ( ___ / _ \ (_` \+ . x ( .\ \/ \____-----------/ (o) \_ - .- \+ ; ( O \____ ) \_____________ ` \ / (__ +- .( -'.- <. [...]
Fast Flash in Fennec
For the last few days, we have been making Flash fast in Fennec. Our situation in Fennec is that we have a hidden browser element that contains the flash object/embed element. When a paint needs to happen, we draw whatever the plugin wants to draw into a canvas or sent of canvas elements. These canvas [...]
Geolocation support in add-ons
Today, I checked-in a set of changes that will allow mozilla addons the ability to acquire the location information. It is pretty simple to do: geolocation = Cc["@mozilla.org/geolocation;1"] .getService(Ci.nsIDOMGeoGeolocation); geolocation.watchPosition(successCallback); In this trivial example, the object |geolocation| is fully compatible with the W3C’s geolocation object that exists under the navigator object in web content. |successCallback| [...]
Labyrinth Game in the browser