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.5.2 with Addon SDK 1.13.2 #162

Closed whimboo closed 11 years ago

whimboo commented 11 years ago

There was a major leak in the SDK which has been fixed with 1.13.2. We should update the internally used version of the SDK and get memchaser 0.5.2 released.

See: https://blog.mozilla.org/addons/2013/02/12/announcing-add-on-sdk-1-13-2/

whimboo commented 11 years ago

Looks like we can't simply bump the SDK to 1.13.*. After doing that memchaser doesn't initialize anymore because memory.js is not defined. Something is going wrong in there. I might have to take a look at later this week.

whimboo commented 11 years ago

Something broke us between 1.11 and 1.12.

whimboo commented 11 years ago

Those are the new layout changes which went into 1.12: https://wiki.mozilla.org/Labs/Jetpack/Release_Notes/1.12

KWierso commented 11 years ago

So, #163 has the changes required for 1.13.2's... require... statements, and now includes the update to 1.13.2 that actually requires those changes. :)

Travis doesn't seem to be complaining with all of those changes, though I don't know if that means everything's working.

whimboo commented 11 years ago

As mentioned on #163 we will do the minimal approach for now and only update the require line for local modules. That will keep backward compatibility with older versions of the SDK.

whimboo commented 11 years ago

It's released!