On 07/27/2015 04:07 PM, Ehsan Akhgari wrote:
On 2015-07-27 5:35 AM, Karl Tomlinson wrote:
Is anything done between crashtests to clean up memory use?

There isn't, AFAIK.

Or can CC be triggered to run during or after a particular crashtest?

You can use SimpleTest.forceGC/CC() as needed.

Do crashtests go into B/F cache on completion, or can we know that
nsGlobalWindow::CleanUp() or FreeInnerObjects() will run on completion?

I'm pretty sure that pages are put into the bf cache if possible as usual.



And you can test that by using pagehide event listener and check .persisted 
property.
If you explicitly want to prevent bfcache for certain page, just add a dummy 
unload event listener.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to