Bug 69645 - [FileSystem API] DirectoryReader.readEntries required arguments
Summary: [FileSystem API] DirectoryReader.readEntries 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 11:12 PDT by Mark Pilgrim (Google)
Modified: 2011-10-14 22:57 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.50 KB, patch)
2011-10-07 11:13 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 11:12:20 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-DirectoryReader , the first argument (successCallback) of the readEntries() method is required. This test calls the method without the required parameter and logs the result.

WebKit passes this test.
Comment 1 Mark Pilgrim (Google) 2011-10-07 11:13:34 PDT
Created attachment 110179 [details]
Patch