Bug 69652 - [FileSystem API] requestFileSystem behavior with bad filesystem type
Summary: [FileSystem API] requestFileSystem behavior with bad filesystem type
Status: UNCONFIRMED
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 12:05 PDT by Mark Pilgrim (Google)
Modified: 2011-10-07 12:06 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.03 KB, patch)
2011-10-07 12:06 PDT, 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 12:05:18 PDT
http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#methods states that the first parameter (type) to the requestFileSystem() method should be one of the constants PERSISTENT (1) or TEMPORARY (0), but it does not define the behavior when the type parameter is other than one of these values. WebKit does not throw an exception. I have asked on the public-webapps list what the correct behavior is, and I will update this bug when I receive a reply.
Comment 1 Mark Pilgrim (Google) 2011-10-07 12:06:44 PDT
Created attachment 110190 [details]
Patch