Bug 69683 - [FileSystem API] FileEntry required arguments
Summary: [FileSystem API] FileEntry required arguments
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 18:10 PDT by Mark Pilgrim (Google)
Modified: 2011-10-14 22:59 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.42 KB, patch)
2011-10-07 18:12 PDT, Mark Pilgrim (Google)
abarth: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pilgrim (Google) 2011-10-07 18:10:46 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#the-fileentry-interface , the first parameter (successCallback) to the createWriter() and file() methods is required. This test calls these methods without the required argument and logs the result.

WebKit passes this test.
Comment 1 Mark Pilgrim (Google) 2011-10-07 18:12:30 PDT
Created attachment 110239 [details]
Patch