Bug 42690 - WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull
Summary: WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-07-20 15:15 PDT by Sam Weinig
Modified: 2011-02-06 02:35 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.56 KB, patch)
2011-02-06 02:01 PST, Maciej Stachowiak
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>