[Webkit-unassigned] [Bug 12496] New: XPathEvaluator doesn't take advantage of its requested result type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 31 02:19:34 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12496

           Summary: XPathEvaluator doesn't take advantage of its requested
                    result type
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


XPathEvaluator.evaluate() has a parameter saying what kind of result to return,
some being faster to compute than others. However, our implementation always
computes a full snapshot (the slowest) for node-sets, and then converts it to
the requested type.


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



More information about the webkit-unassigned mailing list