Issue 3567: No unresponsive dialog during onbeforeunload javascript
http://code.google.com/p/chromium/issues/detail?id=3567
Comment #2 by [EMAIL PROTECTED]:
Javascript can spin, hogging the event loop like in any other situation.
The
difference is that during onbeforeunload we won't pop up a script
unresponsive
dialog, and it doesn't close when you click the X. All other tabs are still
responsive, and you can still kill the tab with the task manager. This is
not a
browser denial of service much more than <script>while(1);</script>. We
should
however fix this so that the script watchdog works just like any other
executing
javascript.
Removing from the security bin. I believe Ojan worked on some unload
handlers
before. CCing Feng also.
Issue attribute updates:
Summary: No unresponsive dialog during onbeforeunload javascript
Owner: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] [EMAIL PROTECTED]
Labels: -private -Security -Pri-0 Pri-2
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---