Bug 69639 - [FileSystem API] Entry.remove successCallback is required
Summary: [FileSystem API] Entry.remove successCallback is required
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 10:30 PDT by Mark Pilgrim (Google)
Modified: 2011-12-09 17:39 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.47 KB, patch)
2011-10-07 10:31 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (5.05 KB, patch)
2011-12-09 07:39 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 10:30:58 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-Entry , the first parameter (successCallback) to the Entry.remove() 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
Comment 1 Mark Pilgrim (Google) 2011-10-07 10:31:57 PDT
Created attachment 110169 [details]
Patch
Comment 2 Mark Pilgrim (Google) 2011-12-09 07:39:19 PST
Created attachment 118575 [details]
Patch
Comment 3 WebKit Review Bot 2011-12-09 17:39:27 PST
Comment on attachment 118575 [details]
Patch

Clearing flags on attachment: 118575

Committed r102501: <http://trac.webkit.org/changeset/102501>
Comment 4 WebKit Review Bot 2011-12-09 17:39:31 PST
All reviewed patches have been landed.  Closing bug.