[Webkit-unassigned] [Bug 29835] Sudden termination enabled a bit too eagerly when removing unload handlers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 17:12:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29835


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40272|review?                     |review-
               Flag|                            |




--- Comment #1 from Darin Adler <darin at apple.com>  2009-09-28 17:12:53 PDT ---
(From update of attachment 40272)
This change isn't needed on the normal Mac OS X version of WebKit. That's
because you can make multiple calls to disableSuddenTermination and
enableSuddenTermination, and only when you have balanced each
disableSuddenTermination call with an enableSuddenTermination call will it do
anything. I don't see any reason to merge together the before-unload set's
disableSuddenTermination call with the plain-old-unload set's
disableSuddenTermination.

Maybe there's a bug here, but this big a change is not needed to fix it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list