Bug 30759 - [GTK] Should use WebKitNetworkResponse, and expose it
Summary: [GTK] Should use WebKitNetworkResponse, and expose it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-10-25 13:27 PDT by Gustavo Noronha (kov)
Modified: 2009-10-26 06:53 PDT (History)
0 users

See Also:


Attachments
Use WebKitNetworkResponse (8.49 KB, patch)
2009-10-25 13:30 PDT, Gustavo Noronha (kov)
xan.lopez: review+
gustavo: commit-queue-
Details | Formatted Diff | Diff

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