[Webkit-unassigned] [Bug 85673] New: [chromium] Add plumbing for file display names for drag and drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 14:58:43 PDT 2012


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

           Summary: [chromium] Add plumbing for file display names for
                    drag and drop
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: satorux at chromium.org
                CC: fishd at chromium.org, kinuko at chromium.org,
                    dcheng at chromium.org


On some filesystems/platforms we want to use a separate display name from the base part of the given platform file path.

E.g. we may want to keep a snapshot file of the selected file in a temporary directory with a cryptic name while it's being processed, but want to use a different human-readable display name for the name that is exposed as File.name or as filename= field in the content disposition.

We've done this before for the file chooser (https://bugs.webkit.org/show_bug.cgi?id=80719) but haven't done this for drag and drop.

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