[Webkit-unassigned] [Bug 78106] New: [chromium] Store URL string for File.path() to handle files on remote filesystems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 05:16:34 PST 2012


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

           Summary: [chromium] Store URL string for File.path() to handle
                    files on remote filesystems
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


[chromium] Store URL string for File.path() to handle files on remote filesystems

Chromium port stores local file path string to File.path() (as most other ports do) but this limits the usage of File object only to local files.
As we're planning to support remote files on remote filesystems in File/FileSystem API we should use URL string (i.e. file: or filesystem: URLs) instead of local file paths.

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