Bug 41666 - [Qt] QScriptEngine should have an API for importing extensions
Summary: [Qt] QScriptEngine should have an API for importing extensions
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 31863
  Show dependency treegraph
 
Reported: 2010-07-06 02:04 PDT by Kent Hansen
Modified: 2011-07-07 07:51 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Hansen 2010-07-06 02:04:33 PDT
See http://doc.trolltech.com/latest/qscriptengine.html#importExtension
and related functions availableExtensions(), importedExtensions().

This requires providing the abstract base class of QtScript plugins, QScriptExtensionPlugin (see http://doc.trolltech.com/latest/qscriptextensionplugin.html).
Comment 1 Jędrzej Nowacki 2011-07-07 07:51:22 PDT
Porting QtScript API over JSC C API will not be continued.