Bug 69649 - [FileSystem API] resolveLocalFileSystemURL required arguments
Summary: [FileSystem API] resolveLocalFileSystemURL required arguments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Pilgrim (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 11:44 PDT by Mark Pilgrim (Google)
Modified: 2011-12-01 16:50 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.89 KB, patch)
2011-10-07 11:45 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (1.94 KB, patch)
2011-12-01 12:33 PST, Mark Pilgrim (Google)
no flags 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:44:34 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#methods , the first parameter (url) to the resolveLocalFileSystemURL() 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:45:54 PDT
Created attachment 110186 [details]
Patch
Comment 2 Adam Barth 2011-10-14 23:03:30 PDT
Comment on attachment 110186 [details]
Patch

Would you be willing to merge this test with http://trac.webkit.org/browser/trunk/LayoutTests/fast/filesystem/not-enough-arguments.html ?
Comment 3 Mark Pilgrim (Google) 2011-12-01 12:33:14 PST
Created attachment 117459 [details]
Patch
Comment 4 WebKit Review Bot 2011-12-01 16:50:12 PST
Comment on attachment 117459 [details]
Patch

Clearing flags on attachment: 117459

Committed r101721: <http://trac.webkit.org/changeset/101721>
Comment 5 WebKit Review Bot 2011-12-01 16:50:16 PST
All reviewed patches have been landed.  Closing bug.