[Webkit-unassigned] [Bug 27295] New: The Qt DRT pops up message boxes when javascript execution takes too long

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 05:46:56 PDT 2009


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

           Summary: The Qt DRT pops up message boxes when javascript
                    execution takes too long
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org
            Blocks: 26886



Simon Hausmann <hausmann at webkit.org> changed:

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


Created an attachment (id=32779)
 --> (https://bugs.webkit.org/attachment.cgi?id=32779)
patch to re-implement shouldInterruptJavaScript() in Qt DRT

Tests like fast/js/try-catch-crash.html take a long time with debug builds and
the interpreter and may result in a message box popping up.

Qt DRT should re-implement QWebPage::shouldInterruptJavaScript() and return
false, to avoid the message boxes. The run-webkit-tests counterpart takes care
of the timeout handling.

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