[Webkit-unassigned] [Bug 41598] New: [Qt] QScriptEngine should have an API for processing application events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 02:55:00 PDT 2010


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

           Summary: [Qt] QScriptEngine should have an API for processing
                    application events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kent.hansen at nokia.com
            Blocks: 31863


See http://doc.trolltech.com/4.6/qscriptengine.html#setProcessEventsInterval

This can be used to e.g. keep the UI response when running a potentially long-running script in the GUI (main) thread.

To implement this functionality, a callback is needed from the VM every n milliseconds.
JSC currently has such a mechanism internally (TimeoutChecker), but there's no hook for it in the C API.

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