[Bug 8970] Should "Empty the Document's Window's list of active timeouts and its list of active intervals." actually happen if the document is to be salvaged?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8970





--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-02-14 03:27:46 ---
Make sure that when discarding the document, the timeouts _do_ get disabled.

Maybe the way to do this is to have this step be the last in the cleanup steps,
and for it to _check_ salvageable first and only do it if it's false (and for
the discard-a-document algorithm to set salvageable explicitly to false).


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 14 February 2010 03:27:48 UTC