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

Release memchaser 0.6 (#201) #202

Closed whimboo closed 10 years ago

whimboo commented 10 years ago

@xabolcs this PR includes all the necessary changes to get version 0.6 (issue #201) released. Please have a look when you have time. Thanks.

whimboo commented 10 years ago

This PR misses a version bump to the latest Add-on SDK as noted by @xabolcs on the issue. An update is upcoming.

whimboo commented 10 years ago

Looks like they have changed the versioning schema. Most likely we have to use remotes/origin/firefox35 now.

xabolcs commented 10 years ago

Looks like they have changed the versioning schema. Most likely we have to use remotes/origin/firefox35 now.

Nope!

xabolcs commented 10 years ago

Most likely we have to use remotes/origin/firefox35 now.

remotes/origin/1.17 is the branch what you are looking for.

whimboo commented 10 years ago

Yeah. Just have found the last release announcement: https://blog.mozilla.org/addons/2014/08/19/announcing-add-on-sdk-1-17/

whimboo commented 10 years ago

Ok, updated the Add-on SDK, and travis is also happy. Please have a look again.

xabolcs commented 10 years ago

Offtopic, but in the release notes:

developers using the SDK are encouraged to try out the new JPM tool instead.

I happily do experiments with jpm for memchaser 0.8. Thoughts about cfx to jpm transition?

xabolcs commented 10 years ago

Ok, updated the Add-on SDK, and travis is also happy. Please have a look again.

Looks good to me. :+1:

whimboo commented 10 years ago

I happily do experiments with jpm for memchaser 0.8. Thoughts about cfx to jpm transition?

That's actually issue #203, which I targeted for 0.7.

xabolcs commented 10 years ago

That's actually issue #203, which I targeted for 0.7.

Ohh, didn't note. Thanks. :)