Bug 41666

Summary: [Qt] QScriptEngine should have an API for importing extensions
Product: WebKit Reporter: Kent Hansen <kent.hansen>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Enhancement CC: cmarcelo, jedrzej.nowacki
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 31863    

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.