Bug 69651

Summary: [FileSystem API] resolveLocalFileSystemURL successCallback is required
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: abarth, dglazkov, ericu, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch eric: review-, webkit.review.bot: commit-queue-

Mark Pilgrim (Google)
Reported 2011-10-07 11:52:54 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#methods , the second parameter (successCallback) of the resolveLocalFileSystemURL() 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.29 KB, patch)
2011-10-07 11:54 PDT, Mark Pilgrim (Google)
no flags
Patch (3.66 KB, patch)
2011-12-01 13:13 PST, Mark Pilgrim (Google)
eric: review-
webkit.review.bot: commit-queue-
Mark Pilgrim (Google)
Comment 1 2011-10-07 11:54:13 PDT
Mark Pilgrim (Google)
Comment 2 2011-12-01 13:13:13 PST
WebKit Review Bot
Comment 3 2011-12-01 14:24:07 PST
Comment on attachment 117471 [details] Patch Attachment 117471 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/10689265 New failing tests: fast/filesystem/filesystem-no-callback-null-ptr-crash.html
Eric Seidel (no email)
Comment 4 2011-12-21 15:12:46 PST
Comment on attachment 117471 [details] Patch Failing test means r-.
Note You need to log in before you can comment on or make changes to this bug.