UNCONFIRMED 69640
[FileSystem API] Entry.getParent successCallback is required
https://bugs.webkit.org/show_bug.cgi?id=69640
Summary [FileSystem API] Entry.getParent successCallback is required
Mark Pilgrim (Google)
Reported 2011-10-07 10:35:12 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-Entry , the first argument (successCallback) of the Entry.getParent method is required. This test calls the method without the required parameter and logs the result. Expected behavior: throw TypeError: not enough arguments Actual behavior: no exception thrown
Attachments
Patch (2.50 KB, patch)
2011-10-07 10:37 PDT, Mark Pilgrim (Google)
no flags
Patch (4.89 KB, patch)
2011-12-09 08:36 PST, Mark Pilgrim (Google)
abarth: review+
webkit.review.bot: commit-queue-
Mark Pilgrim (Google)
Comment 1 2011-10-07 10:37:56 PDT
Mark Pilgrim (Google)
Comment 2 2011-12-09 08:36:01 PST
WebKit Review Bot
Comment 3 2011-12-09 17:48:25 PST
Comment on attachment 118583 [details] Patch Rejecting attachment 118583 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: t/git/webkit-commit-queue/Source/WebKit/chromium/v8 --revision 10163 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' 48>At revision 10163. ________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' Updating webkit projects from gyp files... Full output: http://queues.webkit.org/results/10831448
Note You need to log in before you can comment on or make changes to this bug.