Bugzilla Helper 0.4.1 Released
You can get it over at AMO. This version includes the integration of Thunzilla, an add-on originally created by Justin Dolske. I also made some minor improvements on the detection algorithm for what e-mails you can reply to.
sdwilsh Status Update: 2010-04-24
Done:
- Reviews
- IndexedDB work with bent
Next:
- Reviews (they never end!)
- IndexedDB work
sdwilsh Status Update: 2010-04-06
Done:
- More reviews, because they never go away
- Obtained actual numbers for how we did on our Q1 goal of I/O reduction so we can see how good our estimates were. (Reduced I/O by 42 - 43% on the main thread with another 20% coming soon to a browser near you!)
- Discussed the SQL schema that we'll use for storing IndexedDB data with roc. Improvements were made.
Next:
- I will be out rest of this week, and probably most of next.
sdwilsh Status Update: 2010-04-02
Done:
- The reviews; they never end!
- Missed Q1 goal of I/O reduction, but made some nice gains (43% reduced)
- Updated the style guide to be consistent with itself and merged the JS style guide into it.
- More work on IndexedDB. Got over a bunch of minor bumps so future work should move on a bit faster. Also created a sub page dedicated to the SQL schema I think I'm going to use.
Next:
- Get IndexedDB to be able to open a database.
- I'll be out the latter half of the week, so not much else will be done.
Did you know we have a style guide?
I’ve been surprised at the number of people who were unaware that Mozilla has a coding style guide. It contains the rules for new files for both JavaScript and C++. You can save your reviewer a whole bunch of time by making sure your code conforms to this before asking for review.