[Webkit-unassigned] [Bug 66223] New: [Qt] zero-path-square-cap-rendering2.svg fails on Qt port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 07:06:39 PDT 2011


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

           Summary: [Qt] zero-path-square-cap-rendering2.svg fails on Qt
                    port
           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: zherczeg at webkit.org
                CC: pfeldman at chromium.org, loislo at chromium.org


Not sure this is platform specific, but it surely fails on Qt.

InspectorTest.evaluateInPage = function(code, callback)
{
    callback = InspectorTest.safeWrap(callback);

    function mycallback(error, result, wasThrown)
    {
        if (!error)
            callback(WebInspector.RemoteObject.fromPayload(result), wasThrown);
    }
    RuntimeAgent.evaluate(code, "console", false, mycallback);
}

RuntimeAgent.evaluate does not do anything when it runs the second time (at least mycallback is not called). Could someone tell me which function runs for RuntimeAgent.evaluate? Something is bound to this property by utilities.js, but I don't know where it came from.

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