Name Description Size
moz.build 659
nsITerminatorTest.idl This method is used to test the shutdown phases of nsTerminator. It is not meant to be used outside of tests. 611
nsTerminator.cpp A watchdog designed to terminate shutdown if it lasts too long. This watchdog is designed as a worst-case problem container for the common case in which Firefox just won't shutdown. We spawn a thread during quit-application. If any of the shutdown steps takes more than n milliseconds (63000 by default), kill the process as fast as possible, without any cleanup. 14370
nsTerminator.h 1385
terminator.manifest 86
tests