Bug 42690

Summary: WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mjs
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Sam Weinig 2010-07-20 15:15:05 PDT
WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull
Comment 1 Sam Weinig 2010-07-20 15:31:47 PDT
<rdar://problem/8213851>
Comment 2 Maciej Stachowiak 2011-02-06 02:01:13 PST
Created attachment 81396 [details]
Patch
Comment 3 mitz 2011-02-06 02:10:36 PST
Comment on attachment 81396 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=81396&action=review

> Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.h:137
> +    void setWillSendRequestReturnsNull(bool f) { m_willSendRequestReturnsNull = f; }

I’d keep the empty line before private:
Comment 4 Maciej Stachowiak 2011-02-06 02:35:56 PST
Committed r77763: <http://trac.webkit.org/changeset/77763>