Bug 42691

Summary: WebKitTestRunner needs layoutTestController.setStopProvisionalFrameLoads
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, cdumez, gyuyoung.kim, hausmann, kenneth, sam, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
WIP patch
none
Patch none

Description Sam Weinig 2010-07-20 15:15:21 PDT
WebKitTestRunner needs layoutTestController.setStopProvisionalFrameLoads
Comment 1 Sam Weinig 2010-07-20 15:31:41 PDT
<rdar://problem/8213848>
Comment 2 Alexey Proskuryakov 2011-03-22 17:38:38 PDT
Created attachment 86552 [details]
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();
}
Comment 3 Chris Dumez 2012-09-14 07:29:02 PDT
Created attachment 164147 [details]
Patch
Comment 4 WebKit Review Bot 2012-09-14 08:18:17 PDT
Comment on attachment 164147 [details]
Patch

Clearing flags on attachment: 164147

Committed r128612: <http://trac.webkit.org/changeset/128612>
Comment 5 WebKit Review Bot 2012-09-14 08:18:20 PDT
All reviewed patches have been landed.  Closing bug.