[Webkit-unassigned] [Bug 30202] New: WebKitDownload object should always contain a valid SoupMessage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 02:42:25 PDT 2009


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

           Summary: WebKitDownload object should always contain a valid
                    SoupMessage
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rob.manea at gmail.com


Consider the following:

A download request is being triggered either by clicking on a "real" download
link
or by chosing "Save Link" from the right click menu.

Webkit now calls the download callback set with g_signal_connect().

I would like to be able to inspect the headers of the download's network
request object 
in order to get to several fields (like content-disposition) and hand them over
to an 
external download manager.


So, my request is:

The network request object in the download should always have a valid
SoupMessage so we can use it later for several purposes.


Thanks for your attention, Rob.

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