Bug 30759

Summary: [GTK] Should use WebKitNetworkResponse, and expose it
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: WebKitGTKAssignee: Gustavo Noronha (kov) <gustavo>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Use WebKitNetworkResponse xan.lopez: review+, gustavo: commit-queue-

Description Gustavo Noronha (kov) 2009-10-25 13:27:30 PDT
WebKitDownload was written before we had WebKitNetworkResponse, so some functionality, such as accessing the response headers is still missing up to now. By using, and exposing a WebKitNetworkResponse object, we can fix this.
Comment 1 Gustavo Noronha (kov) 2009-10-25 13:30:51 PDT
Created attachment 41826 [details]
Use WebKitNetworkResponse

Here's my proposed solution.
Comment 2 Xan Lopez 2009-10-26 05:55:16 PDT
Comment on attachment 41826 [details]
Use WebKitNetworkResponse

Awesomesauce.
Comment 3 Gustavo Noronha (kov) 2009-10-26 06:53:33 PDT
Landed as r50060.