Author Archives: Josh Matthews

Things I want someone to create for me, volume 1

A mechanism that automatically expands all collapsed merges in a pushlog view. I don’t care if it’s a Firefox extension or modification to the pushloghtml source that adds an expand=1 parameter to the query string; I am tired of manually … Continue reading

Posted in mozilla | 10 Comments

Sometimes I do other things than write code

I don’t always write code, but when I do… no wait, that’s not right. Here’s what I’ve been up to in the past week: I sing in the an all-male university a capella group called The Water Boys. Our end … Continue reading

Posted in personal | 1 Comment

smartmake redux: harder, better, faster, stronger

Do you get frustrated about how long it takes to build Firefox after you’ve only made a small change to a single file? Have you heard the words “incremental build”, or tried to only build one or two directories but … Continue reading

Posted in mozilla, projects | 4 Comments

Answering questions by looking at code

A contributor recently asked a question in #introduction that I couldn’t answer immediately, but I suspected that I could find the answer without too much work. I also decided to write down the steps I took and the reasons I … Continue reading

Posted in mozilla | 1 Comment

A Firefox regression hunter VM!

I am happy to announce the first public unveiling of my Fox in a Box project. The enthusiasm for my idea of putting together a dev VM was loud and clear in my last post, mainly from testers who expressed … Continue reading

Posted in mozilla, projects | 3 Comments

A Firefox dev VM?

I’ve been toying with the idea of creating a virtual machine that’s ready to build mozilla-central out of the box. The original idea I had was that it would be really easy to get new contributors started, and it would … Continue reading

Posted in Uncategorized | 12 Comments

A spoonful of sugar helps the .mozconfig go down

In my work with new Mozilla contributors, I’ve seen a number of people get hung up on the whole .mozconfig voodoo madness. Yes, we made it possible to download the source and build it without having to even think about … Continue reading

Posted in mozilla | 2 Comments

Making bugs more attractive for other people to fix

There are two takeaway points that I would like to state up front: when you find a bug that’s well-scoped and you have a fairly clear idea of how to fix it, add [mentor=yournickname] to the whiteboard. when stating that … Continue reading

Posted in mozilla | 3 Comments

Two years he walks the earth

Two years ago today I sent an email to Benjamin Smedberg saying that I wanted to help out with Electrolysis. I regret nothing except how quickly the intervening time has passed. Bring on two more years!

Posted in mozilla | 1 Comment

The Fast and the Furious: bzexport

If you’re a bzexport user, you’ll want to pull the latest revision. It’s recently been getting slower due to the number of http requests that need to be made (the tradeoff here is that it’s also been getting more correct), … Continue reading

Posted in code, mozilla, projects | Leave a comment