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

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.