RESOLVED FIXED69644
[FileSystem API] DirectoryEntry.removeRecursively successCallback is required
https://bugs.webkit.org/show_bug.cgi?id=69644
Summary [FileSystem API] DirectoryEntry.removeRecursively successCallback is required
Mark Pilgrim (Google)
Reported 2011-10-07 11:05:42 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-DirectoryEntry , the first parameter (successCallback) to the removeRecursively() method is required. This test calls the method without the required parameter and logs the result. Expected behavior: throws TypeError: not enough arguments Actual behavior: no exception thrown
Attachments
Patch (2.61 KB, patch)
2011-10-07 11:06 PDT, Mark Pilgrim (Google)
no flags
Patch (3.76 KB, patch)
2011-12-01 12:17 PST, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-10-07 11:06:42 PDT
Adam Barth
Comment 2 2011-10-14 23:03:49 PDT
Mark Pilgrim (Google)
Comment 3 2011-12-01 12:17:16 PST
WebKit Review Bot
Comment 4 2011-12-01 15:18:13 PST
Comment on attachment 117456 [details] Patch Clearing flags on attachment: 117456 Committed r101718: <http://trac.webkit.org/changeset/101718>
WebKit Review Bot
Comment 5 2011-12-01 15:18:32 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.