Comment #7 on issue 5638 by [email protected]: Closing a tab should do fast shutdown (terminate) when possible http://code.google.com/p/chromium/issues/detail?id=5638
that bug seems to have been fixed: r48740 | [email protected] | 2009-09-24 17:18:00 -0700 (Thu, 24 Sep 2009) | 17 lines Fixed sudden termination console spew due to too many calls to enableSuddenTermination. Patch by Geoffrey Garen <[email protected]> on 2009-09-24 Reviewed by Stephanie Lewis. <rdar://problem/7063125> 10A410: Safari logging enableSuddenTermination errors * page/DOMWindow.cpp: (WebCore::removeUnloadEventListener): (WebCore::removeAllUnloadEventListeners): (WebCore::removeBeforeUnloadEventListener): (WebCore::removeAllBeforeUnloadEventListeners): Only enableSuddenTermination if the set of listeners is empty *and* this window was in the set. Otherwise, a no-op will cause us to enableSuddenTermination. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
