WebKitTestRunner needs layoutTestController.setStopProvisionalFrameLoads
<rdar://problem/8213848>
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(); }
Created attachment 164147 [details] Patch
Comment on attachment 164147 [details] Patch Clearing flags on attachment: 164147 Committed r128612: <http://trac.webkit.org/changeset/128612>
All reviewed patches have been landed. Closing bug.