[Webkit-unassigned] [Bug 101868] New: [Qt] Automatically guess custom-types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 14:29:44 PST 2012


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

           Summary: [Qt] Automatically guess custom-types
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


When using the QWebElement interface for evaluating JavaScript the result is converted to a QVariant before being returned. A big problem that often occurs is when a DOM Element is returned it all its links to other elements results in the entire document being converted and returned. 

One option to avoid this is to return Elements as QWebElements, we already have support the type when explicitly requested but do not currently support automatically detecting the type of lower-field in an object as being an Element that could be returned as a QWebElement.

-- 
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