Category Archives: Mozilla

Proof of concept Eideticker dashboard for FirefoxOS

[ For more information on the Eideticker software I'm referring to, see this entry ] I just put up a proof of concept Eideticker dashboard for FirefoxOS here. Right now it has two days worth of data, manually sampled from … Continue reading

Posted in Eideticker, FirefoxOS, Mozilla | Comments Off

Actual useful FirefoxOS Eideticker results at last

Another update on getting Eideticker working with FirefoxOS. Once again this is sort of high-level, looking forward to writing something more in-depth soon now that we have the basics working. I finally got the last kinks out of the rig … Continue reading

Posted in Eideticker, FirefoxOS, Mozilla | 2 Comments

Eideticker: Limitations in cross-browser performance testing

Last summer I wrote a bit about using Eideticker to measure the relative performance of Firefox for Android versus other browsers (Chrome, stock, etc.). At the time I was pretty optimistic about Eideticker’s usefulness as a truly “objective” measure of … Continue reading

Posted in Android, Eideticker, Mozilla | 5 Comments

Documentation for mozdevice

Just wanted to give a quick heads up that as part of the ateam’s ongoing effort to improve the documentation of our automated testing infrastructure, we now have online documentation for mozdevice, the python library we use for interacting with … Continue reading

Posted in Android, ateam, FirefoxOS, Mozilla | Comments Off

Follow up on “Finding a Camera for Eideticker”

Quick update on my last post about finding some kind of camera suitable for use in automated performance testing of fennec and b2g with eideticker. Shortly after I wrote that, I found out about a company called Point Grey Research … Continue reading

Posted in Eideticker, Mozilla | Comments Off

Finding a camera for Eideticker

[ For more information on the Eideticker software I'm referring to, see this entry ] Ok, so as I mentioned last time I’ve been looking into making Eideticker work for devices without native HDMI output by capturing their output with … Continue reading

Posted in Eideticker, FirefoxOS, Mozilla | 4 Comments

Eideticker for FirefoxOS

[ For more information on the Eideticker software I'm referring to, see this entry ] Here’s a long overdue update on where we’re at with Eideticker for FirefoxOS. While we’ve had a good amount of success getting useful, actionable data … Continue reading

Posted in Eideticker, FirefoxOS, Mozilla, Technical Entries | 2 Comments

Using the dm utility to interact with Android or FirefoxOS devices

I promised a few people I’d blog about this, so here you go. To help with the business of making Android or FirefoxOS devices do our bidding, Mozilla Automation & Tools developed a Python library called mozdevice which allows you … Continue reading

Posted in Android, Mozilla | Comments Off

Catching problems early with python

Just a few quick notes on how to avoid a class of errors I’ve been seeing in Mozilla’s automation over the last year. Since python interprets code dynamically, it’s pretty easy for problems like undefined variables to slip through, especially … Continue reading

Posted in Mozilla, Python | 2 Comments

Say hello to frof

Inspired by the work I’d been doing with Benoit Girard to integrate the Firefox Profiler with Eideticker, I decided to create an easy-to-use python script to help with gathering profiles on Fennec, which I call frof. Frof pretty considerably reduces … Continue reading

Posted in Android, Mozilla, Profiling | Comments Off