mozilla / memchaser

Firefox extension to chase the memory usage and garbage collector activity
https://wiki.mozilla.org/QA/Automation_Services/Projects/Addons/MemChaser
29 stars 23 forks source link

In the ui modules there are no really successor of widget #230

Open xabolcs opened 9 years ago

xabolcs commented 9 years ago

The issue to address widget deprecation is landed (#183), but sdk/ui/toolbar + sdk/ui/frame is not the same as sdk/widget.

This issue is for researching (and developing) alternatives to reborn widget.

widget ...:

Cc @whimboo.

xabolcs commented 9 years ago

One approach is to write a restartless addon without Addon SDK, other one could be a new SDK library, that uses CustomizableUI.jsm directly to build an toolbaritem.

whimboo commented 9 years ago

I would totally vote for something without the SDK then. Right now it's more an annoyance than it is helpful to create shiny looking add-ons. Especially with all the customizations you have to do yourself.

xabolcs commented 9 years ago

I don't want to drop Addon SDK at first step, it has nice testing framework. I would start with the new Jetpack library, what I wrote about a month ago.