On addons.mozilla.org is available new version of XPCOMViewer. Here is a changelog: added sv-SE and zh-CN locales (both of comes from folks from Babelzilla.org) [issue#5] bookmarks are now pre-loaded at once so tree rendering is much faster than before [issue#10] XPCOMViewer now can be opened in a new tab instead of a new window (works [...]
Posts tagged Mozilla
Returning array of components
As I worked on next version of Boogie I encountered a really big problem with returning of an array of instances of my components returned from another component’s method. Here is the introduction: I have component odIBoogieDatatypeProject and also component odIBoogieDbService where is method getProjects(aWhere) which should returns array of all projects which matching given [...]
Progress on tbTimer
I got together the basic functionality of tbTimer addon – currently is working counting of time spent on selected task and also UI is near to finishing. What now is missing the most is the view with the reports but I’m working on it (currently I’m collecting the test data ). As obviously here are [...]