Bug 98043 - [WK2][GTK] Save download uri as file metadata
Summary: [WK2][GTK] Save download uri as file metadata
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:
Depends on:
Blocks:
 
Reported: 2012-10-01 09:40 PDT by Claudio Saavedra
Modified: 2012-10-01 10:11 PDT (History)
1 user (show)

See Also:


Attachments
[GTK][WK2] Save the download uri as file metadata https://bugs.webkit.org/show_bug.cgi?id=98043 (2.18 KB, patch)
2012-10-01 09:42 PDT, Claudio Saavedra
no flags Details | Formatted Diff | Diff

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