[Webkit-unassigned] [Bug 95188] New: Save original uri for downloaded files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 03:45:28 PDT 2012


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

           Summary: Save original uri for downloaded files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexl at redhat.com


Created an attachment (id=160948)
 --> (https://bugs.webkit.org/attachment.cgi?id=160948&action=review)
Implement saving download-uri in file metadata

It would be very useful if epiphany and all webkit apps would
store the original url as metadata for downloaded files.

I've implemented this in webkit, patch applied. After downloading a file with
this i can then do:

$ gvfs-info -a "metadata::*" ~/ai.php 
attributes:
  metadata::download-uri:
http://rotation.linuxnewmedia.com/www/delivery/ai.php?filename=sm_uso_20120726_x9_onlinemaster_adseries_336x280_idfsf_5workstation_2.jpg&contenttype=jpeg
  metadata::gedit-position: 0

GVfs stores file metadata in a set of journaled mmaped files in $home/.local/share-gvfs-metadata/

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