This is a Browser Action API.
_disableKeepAlive() turns off Keep-Alive.
It is used in conjunction with _enableKeepAlive() on pages which hang because of flash objects or applets.
_disableKeepAlive()
_disableKeepAlive();
_call(loadPageWithFlashWhichHangsOtherwise());
_enableKeepAlive();