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

Upgrade widget and panel communication to use "postMessage" instead the "port" object. #185

Closed xabolcs closed 10 years ago

xabolcs commented 10 years ago

From #183:

xabolcs commented a day ago:

[...] The other main task in this issue is to upgrade the communication from port based to message based.

whimboo commented 5 hours ago

I wonder if we should do the change from port to message first in another pull. I don't think that this is related to Australis, and we might be able to get this done earlier. Since when we have message support? Goes it back to Firefox 24?

whimboo commented 10 years ago

This issue will be part of the next 0.6 release of Memchaser.

xabolcs commented 10 years ago

Ohh, I forgot open a pull request for this.

whimboo commented 10 years ago

PR #186 has been merged. Thank you a lot for this work @xabolcs!