Bug 69639

Summary: [FileSystem API] Entry.remove successCallback is required
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Mark Pilgrim (Google) <pilgrim>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ericu, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Mark Pilgrim (Google)
Reported 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
Attachments
Patch (2.47 KB, patch)
2011-10-07 10:31 PDT, Mark Pilgrim (Google)
no flags
Patch (5.05 KB, patch)
2011-12-09 07:39 PST, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-10-07 10:31:57 PDT
Mark Pilgrim (Google)
Comment 2 2011-12-09 07:39:19 PST
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2011-12-09 17:39:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.