Bug 69641 - [FileSystem API] Entry methods required arguments
Summary: [FileSystem API] Entry methods 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 10:40 PDT by Mark Pilgrim (Google)
Modified: 2011-10-14 22:56 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.48 KB, patch)
2011-10-07 10:42 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (3.38 KB, patch)
2011-10-07 10:47 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 10:40:20 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-Entry , the first argument (parent) to the moveTo() and copyTo() methods 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 10:42:58 PDT
Created attachment 110171 [details]
Patch
Comment 2 Mark Pilgrim (Google) 2011-10-07 10:46:32 PDT
Oops, bad filenames for the test files. Reuploading...
Comment 3 Mark Pilgrim (Google) 2011-10-07 10:47:26 PDT
Created attachment 110173 [details]
Patch