Comment #19 on issue 12176 by [email protected]: hung renderer dialog  
appearing while javascript alert is showing
http://code.google.com/p/chromium/issues/detail?id=12176

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=22415

------------------------------------------------------------------------
r22415 | [email protected] | 2009-08-04 14:49:41 -0700 (Tue, 04 Aug 2009) | 13  
lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_process_host.cc?r1=22415&r2=22414
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_process_host.h?r1=22415&r2=22414
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_view_host.cc?r1=22415&r2=22414
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_widget_host.cc?r1=22415&r2=22414

Disable input events when a JS dialog is showing.

Prior to this patch, you could still send input events and they
would get queued in the renderer to be handled after the JS
dialog was dismissed.  This makes our behavior more like other
browsers.

This also works around a linux/mac bug where the hung renderer dialog would  
appear when an alert is showing.

BUG=12176

Review URL: http://codereview.chromium.org/160494

------------------------------------------------------------------------


--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to