Bug 98043

Summary: [WK2][GTK] Save download uri as file metadata
Product: WebKit Reporter: Claudio Saavedra <csaavedra>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[GTK][WK2] Save the download uri as file metadata https://bugs.webkit.org/show_bug.cgi?id=98043 none

Description Claudio Saavedra 2012-10-01 09:40:43 PDT
Similar to bug 95188, let's store the original uri as file metadata.
Comment 1 Claudio Saavedra 2012-10-01 09:42:16 PDT
Created attachment 166494 [details]
[GTK][WK2] Save the download uri as file metadata https://bugs.webkit.org/show_bug.cgi?id=98043

Reviewed by NOBODY (OOPS!).

        gio/gvfs can store file metadata, let's use this to
        store the download uri.

        * WebProcess/Downloads/soup/DownloadSoup.cpp:
        (WebKit::DownloadClient::didReceiveResponse): Save
        the download uri as metadata.
Comment 2 Carlos Garcia Campos 2012-10-01 09:51:07 PDT
Comment on attachment 166494 [details]
[GTK][WK2] Save the download uri as file metadata https://bugs.webkit.org/show_bug.cgi?id=98043

Excellent!
Comment 3 WebKit Review Bot 2012-10-01 10:10:58 PDT
Comment on attachment 166494 [details]
[GTK][WK2] Save the download uri as file metadata https://bugs.webkit.org/show_bug.cgi?id=98043

Clearing flags on attachment: 166494

Committed r130054: <http://trac.webkit.org/changeset/130054>
Comment 4 WebKit Review Bot 2012-10-01 10:11:01 PDT
All reviewed patches have been landed.  Closing bug.