Bug 133119 - [GTK] WebKitWebPage::send-request always pass a valid pointer for redirected response
Summary: [GTK] WebKitWebPage::send-request always pass a valid pointer for redirected ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-05-20 06:07 PDT by Carlos Garcia Campos
Modified: 2014-05-20 08:21 PDT (History)
2 users (show)

See Also:


Attachments
Patch (8.56 KB, patch)
2014-05-20 06:13 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

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