WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
32657
[Qt] Calling a JS function should be possible from QJavaScript API
https://bugs.webkit.org/show_bug.cgi?id=32657
Summary
[Qt] Calling a JS function should be possible from QJavaScript API
Jędrzej Nowacki
Reported
2009-12-17 05:40:07 PST
It would be nice to call a java script function from QJavaScript API. Something like that: QJavaScriptEngine engine; function = engine.evaluate("functon foo() { print 'hello' }; foo"); function.call();
Attachments
Initialization of QJavaScriptObject v1
(16.57 KB, patch)
2009-12-17 06:12 PST
,
Jędrzej Nowacki
jedrzej.nowacki
: review-
jedrzej.nowacki
: commit-queue-
Details
Formatted Diff
Diff
Autotest V1
(3.84 KB, patch)
2009-12-17 06:13 PST
,
Jędrzej Nowacki
jedrzej.nowacki
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jędrzej Nowacki
Comment 1
2009-12-17 06:12:20 PST
Created
attachment 45058
[details]
Initialization of QJavaScriptObject v1 Initialization of QJavaScriptObject. Patch should be landed after
bug 32607
Jędrzej Nowacki
Comment 2
2009-12-17 06:13:41 PST
Created
attachment 45059
[details]
Autotest V1 Patch with autotest for QJavaScriptObject functionality.
Jędrzej Nowacki
Comment 3
2010-02-09 02:06:27 PST
Idea of the QJavaScriptObject was dropped.
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