[Webkit-unassigned] [Bug 107270] New: [chromium] move methods interacting with willSendRequest to TestRunner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 05:44:26 PST 2013


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

           Summary: [chromium] move methods interacting with
                    willSendRequest to TestRunner
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jochen at chromium.org
                CC: dcarney at google.com
            Blocks: 91308


// Causes WillSendRequest to clear certain headers.
    void setWillSendRequestClearHeader(const CppArgumentList&, CppVariant*);

    // Causes WillSendRequest to block redirects.
    void setWillSendRequestReturnsNullOnRedirect(const CppArgumentList&, CppVariant*);

    // Causes WillSendRequest to return an empty request.
    void setWillSendRequestReturnsNull(const CppArgumentList&, CppVariant*);

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