[Webkit-unassigned] [Bug 79394] New: [chromium] Add GetSnapshotFileInfo API to WebFileSystem to get file snapshot info for filesystem files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 13:38:04 PST 2012


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

           Summary: [chromium] Add GetSnapshotFileInfo API to
                    WebFileSystem to get file snapshot info for filesystem
                    files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: fishd at chromium.org, michaeln at google.com,
                    jianli at chromium.org


[chromium] Add GetSnapshotFileInfo API to WebFileSystem to get file snapshot info for filesystem files.

File object is considered a snapshot of the underlying file and for files served by FileSystem API we need an async API to capture snapshot file info for a given file.  We used to use GetFileInfo() for the purpose but since we want to start explicitly capture the snapshot info for remote files we need a separate explicit API for that.

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