[Webkit-unassigned] [Bug 41765] New: JavaScriptCore C API should have a notification mechanism to facilitate long-running scripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 07:08:48 PDT 2010


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

           Summary: JavaScriptCore C API should have a notification
                    mechanism to facilitate long-running scripts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kent.hansen at nokia.com
            Blocks: 41598


For a long-running script, JSEvaluateScript() will eventually throw a timeout error.
There's no way to control how long should pass before the script times out.
There's no way to receive notifications while the script is running (e.g. whether it should be aborted or not).

It would be nice to be able install a callback that the runtime would invoke, say, every N milliseconds to query whether evaluation should be aborted.

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