Comment #17 on issue 456 by keknehv: Javascript alerts are modal to Chrome
UI, not to individual tab.
http://code.google.com/p/chromium/issues/detail?id=456
Semi-DoS based on this, as the option to ban javascript popups is forgotten
on a page
reload:
<script>
setTimeout("location.reload();",1);
alert('DoS');
</script>
You can still manage to close the window with good coordination of Enter +
middle-
clicking or Click + Ctrl-W, but the window is only a few tens of
milliseconds wide.
It's a DoS for the average user.
--
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
-~----------~----~----~----~------~----~------~--~---