Bug 133119

Summary: [GTK] WebKitWebPage::send-request always pass a valid pointer for redirected response
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch svillar: review+

Description Carlos Garcia Campos 2014-05-20 06:07:16 PDT
It should be NULL when not redirecting like in WebKitWebResource::sent-request
Comment 1 Carlos Garcia Campos 2014-05-20 06:13:16 PDT
Created attachment 231764 [details]
Patch
Comment 2 Sergio Villar Senin 2014-05-20 07:05:29 PDT
Comment on attachment 231764 [details]
Patch

I wonder if this fixes also a layout test...
Comment 3 Carlos Garcia Campos 2014-05-20 08:15:02 PDT
(In reply to comment #2)
> (From update of attachment 231764 [details])

Thanks!

> I wonder if this fixes also a layout test...

Not, this only affects the GTK+ API
Comment 4 Carlos Garcia Campos 2014-05-20 08:21:28 PDT
Committed r169112: <http://trac.webkit.org/changeset/169112>