biancadanforth / tracking-protection-shield-study

A Shield study to determine the optimal messaging, if any, for Tracking Protection in Firefox.
0 stars 3 forks source link

Record fixes to memory leaks for posterity #92

Open biancadanforth opened 6 years ago

biancadanforth commented 6 years ago

Referencing #88 solutions

Things I've found that cause leaks:

Resources and general notes

Resources Here's a great MDN page on common causes for memory leaks in extensions.

Here's a blog article I was referred to about what to take care of during clean up in a Bootstrap extension.

Notes You must use a "debug" build of Firefox to test locally for memory leaks.

91 provides a helper script to test locally

Debugging [unit] test tips and tricks