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

Add information to frame if ghost windows are present #224

Closed whimboo closed 9 years ago

whimboo commented 9 years ago

As it came out of issue #221 it would be useful if memchaser could display if ghost windows are present. about:memory shows it like:

10 (100.0%) -- ghost-windows ├───5 (50.00%) ── http://vodlocker.com/[...] [5] ├───2 (20.00%) ── http://disqus.com/embed/comments/[...] [2] ├───2 (20.00%) ── https://translate.googleusercontent.com/translate_c?[...] [2] └───1 (10.00%) ── http://watch-series-tv.to/open/cale/[...]

Maybe there is an API we can use to get this information? Without having a look at the code I might wanna ask @amccreight directly. :)

xabolcs commented 9 years ago

This is a dupe. @whimboo do you remember #129? ;)

xabolcs commented 9 years ago

Btw could you provide an STR, if you don't mind?

Now I see, this report part is a copy from #221.