[Webkit-unassigned] [Bug 94691] New: [Qt] Conversion between Qt array types and JavaScript could be improved

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 04:15:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94691

           Summary: [Qt] Conversion between Qt array types and JavaScript
                    could be improved
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org
        Depends on: 60842


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list