[Webkit-unassigned] [Bug 42691] WebKitTestRunner needs layoutTestController.setStopProvisionalFrameLoads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 17:38:38 PDT 2011


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





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2011-03-22 17:38:38 PST ---
Created an attachment (id=86552)
 --> (https://bugs.webkit.org/attachment.cgi?id=86552&action=review)
WIP patch

This implements the LayoutTestController method, but WebKit2 fails with an assertion because WebFrameProxy doesn't believe in injected bundles.

void WebFrameProxy::didFailProvisionalLoad()
{
    ASSERT(m_loadState == LoadStateProvisional);
    m_loadState = LoadStateFinished;
    m_provisionalURL = String();
}

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