WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
41598
[Qt] QScriptEngine should have an API for processing application events
https://bugs.webkit.org/show_bug.cgi?id=41598
Summary
[Qt] QScriptEngine should have an API for processing application events
Kent Hansen
Reported
2010-07-05 02:55:00 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Jędrzej Nowacki
Comment 1
2011-07-07 07:52:22 PDT
Porting QtScript API over JSC C API will not be continued.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug