[Webkit-unassigned] [Bug 46842] New: Add removeRecursively to WebKit WebFileSystem API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 14:59:52 PDT 2010


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

           Summary: Add removeRecursively to WebKit WebFileSystem API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: fishd at chromium.org, dumi at chromium.org,
                    ericu at chromium.org


For the recent addition of FileSystem API.  An additional flag for existing remove() or a new method is needed.
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#the-directoryentry-interface
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#widl-DirectoryEntry-removeRecursively

interface DirectoryEntry : Entry {
    void            removeRecursively (VoidCallback successCallback, optional ErrorCallback errorCallback);
};

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