-
Archives
- September 2018
- February 2017
- October 2015
- December 2013
- February 2013
- December 2012
- November 2012
- September 2012
- August 2012
- April 2012
- March 2012
- January 2012
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- April 2010
- March 2010
- February 2010
- January 2010
- December 2008
- July 2008
- February 2008
-
Meta
Category Archives: projects
Bugs Ahoy: The Next Generation
There’s a new Bugs Ahoy in town, and it’s called Codetribute. The past I started the Bugs Ahoy project in October 2011 partly because I was procrastinating from studying for midterms, but mostly because I saw new contributors being overwhelmed … Continue reading
Next steps for Bugs Ahoy: patches desired!
Bugs Ahoy is coasting along right now, and that’s fine. It fills a need, and apparently it does that pretty well from what I hear. However, there is a greater need – Mozilla needs a task board for all activities, … Continue reading
Posted in mozilla, projects
3 Comments
Numbers rule the world
One thing that has become clear in my work as a Firefox coding steward is that we have no idea how healthy our community is. When people ask me how many unpaid contributors we have, I don’t have an answer … Continue reading
Posted in community, mozilla, projects
7 Comments
Help wanted: using the github API with authentication
Bugs Ahoy retrieves issues from Github for certain categories (such as B2G and Test Automation). Unfortunately, I learned recently that unauthenticated API users are now limited to 60 requests an hour, and that means that these categories often end up … Continue reading
Posted in helpwanted, mozilla, projects
6 Comments
Private Browsing and You
Hello everyone, it’s your resident Private Browsing developer here! I’ll state it up front – the release of 15.0.1 was triggered by code I wrote that broke private browsing mode in significant, privacy-affecting ways. Ehsan and I fixed that for … Continue reading
Get your project listed in whatcanidoformozilla.org!
Back in June I created the slightly-misnamed What Can I Do For Mozilla tool (misnamed since it only focuses on code that needs writing, ignoring any other useful skills). It took off all over twitter, but I never actually formally … Continue reading
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
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
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
nsCOMPtr has never been so pretty
Jim Blandy announced his archer-mozilla pretty-printers for Spidermonkey late last year. I’ve used them a few times while working on some JS proxy bugs, and I’ve found them to be invaluable. So invaluable, in fact, that I’ve written a bunch … Continue reading
Posted in code, mozilla, projects
3 Comments