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

Depend on mozdownload without any version specified (#234) #237

Closed xabolcs closed 8 years ago

xabolcs commented 8 years ago

Fix for #234.

whimboo commented 8 years ago

Hm, do we have add-on compatibility changes for SDK type add-ons with Firefox 44?

xabolcs commented 8 years ago

Hm, do we have add-on compatibility changes for SDK type add-ons with Firefox 44?

Sorry?

Do you ask about the failing Nightly and Aurora builds? If yes, then it seems like. The currently used Addon SDK 1.17 is the latest.

whimboo commented 8 years ago

Yes, that was my question. Btw can you reproduce those failures locally too? If yes we might wanna use mozregression to figure out what broke us.

Anyway this failure shouldn't block us to get this PR merged. Feel free to do whenever you have the time for.

xabolcs commented 8 years ago

Yes, it's locally reproducible.

As ESR38 supports jpm I think it's easier to use it, instead doing a bisect. :)

Will merge this soon. Thanks!

xabolcs commented 8 years ago

Btw there are interesting bugs and fixes in Bugzilla!

whimboo commented 8 years ago

As long as jpm is working lets simply get it converted then in the other PR.