Categories
Mozilla

Bugzilla Helper 0.3.0

Version 0.3 of the Bugzilla Helper Add-on for Thunderbird has been released! Current users will have to update manually since sandboxed add-ons do not automatically update. New in this version:

  • Use version 0.3 of the REST API.
  • Enable spell checking in the comment field.
  • Allow replying to New: bugmail.
  • Offline support.

Found a bug? E-mail me or leave a comment.

Categories
Mozilla

Bugzilla Helper 0.2.0

I just uploaded Bugzilla Helper 0.2.0. This improves on the last release by making making the submission of comments an asynchronous operation. It also uses the activity manager in Thunderbird to track the process of the submission, and retry it if an error occurs.

There are still some apparent issues with the REST API that the add-on is using, and I’ll likely include some workaround in upcoming versions. 0.2.0 is available on addons.mozilla.org and is a recommended upgrade. Current users will have to update since sandboxed add-ons do not automatically update.

Categories
Mozilla

Crash! Boom! Bang! But I just wanted to delete some history…

If you’ve been experiencing crashes when trying to delete a large set of history, I have great news for you! We’ve identified the issue, and a fix will be coming to you shortly!

Categories
Mozilla

Bugzilla Helper Add-on

I’ve been a bit frustrated at how often I switch from my e-mail client to my browser when I’m reading bugmail to reply to some comment. Then I saw Gerv’s Bugzilla REST API, and I decided it was time to write an add-on.

Without further ado, I present the add-on. Feel free to give me feedback by leaving a comment on this post.

Categories
Mozilla

Native Code Tests Now Have an Automagic Profile Directory

Today I checked in bug 517604 which gives native code tests a new, clean profile directory after every run. This puts the native code test harness on par with xpcshell-tests, and tests will no longer have to provide their own profile directory. This means that they no longer have to clean up after themselves. The harness will do it for them now! Happy testing :)