WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
47400
Support DirectoryEntry.removeRecursively for FileSystem API
https://bugs.webkit.org/show_bug.cgi?id=47400
Summary
Support DirectoryEntry.removeRecursively for FileSystem API
Kinuko Yasuda
Reported
2010-10-08 01:46:51 PDT
Support DirectoryEntry.removeRecursively, which is recently added to the latest FileSystem API.
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#widl-DirectoryEntry-removeRecursively
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#widl-DirectoryEntrySync-removeRecursively
Attachments
Patch
(33.38 KB, patch)
2010-10-08 02:23 PDT
,
Kinuko Yasuda
levin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kinuko Yasuda
Comment 1
2010-10-08 02:23:19 PDT
Created
attachment 70214
[details]
Patch
David Levin
Comment 2
2010-10-11 03:40:17 PDT
Comment on
attachment 70214
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=70214&action=review
> WebCore/ChangeLog:8 > + Also disallows remove/removeRecursively on the root directory.
Is there a test for this one? if not, please add one.
> WebCore/fileapi/DOMFileSystemBase.cpp:128 > + return false;
This was only returning true before. Please check that the caller is properly handling false.
> WebCore/fileapi/DirectoryEntry.h:61 > + virtual void removeRecursively(PassRefPtr<VoidCallback> successCallback = 0, PassRefPtr<ErrorCallback> errorCallback = 0) const;
pls remove virtual. Also, "successCallback" is a useful name. Please keep it. But "errorCallback" just repeats the type. Please remove this param name.
> WebCore/fileapi/DirectoryEntrySync.cpp:80 > + ec = INVALID_MODIFICATION_ERR;
As discussed add a return here.
Kinuko Yasuda
Comment 3
2010-10-11 04:21:50 PDT
Committed
r69485
: <
http://trac.webkit.org/changeset/69485
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug