WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
94691
[Qt] Conversion between Qt array types and JavaScript could be improved
https://bugs.webkit.org/show_bug.cgi?id=94691
Summary
[Qt] Conversion between Qt array types and JavaScript could be improved
Simon Hausmann
Reported
2012-08-22 04:15:07 PDT
The current code for converting a QVariant list type to a JS array involves converting each element. This could be implemented more efficiently by introducing a dedicated array class/type that converts the elements lazily on-demand.
Attachments
Add attachment
proposed patch, testcase, etc.
Allan Sandfeld Jensen
Comment 1
2012-11-11 09:49:56 PST
I wouldn't even call it a lazy conversion. What we are missing is essentially a Qt wrapper for JSValues, a QtWebKit version of QJSValue. Btw, this bug probably also blocks
bug #39717
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