Bug 69657

Summary: [FileSystem API] restricted Unicode characters in names
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ericu, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mark Pilgrim (Google) 2011-10-07 12:53:17 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#naming-restrictions , "File and directory names must not contain any character whose representation in UTF-8 is between 0 and 31, inclusive." This test attempts to create files with those characters and logs the results.

WebKit passes this test.
Comment 1 Mark Pilgrim (Google) 2011-10-07 12:54:09 PDT
Created attachment 110201 [details]
Patch
Comment 2 WebKit Review Bot 2011-10-14 23:50:31 PDT
Comment on attachment 110201 [details]
Patch

Clearing flags on attachment: 110201

Committed r97541: <http://trac.webkit.org/changeset/97541>
Comment 3 WebKit Review Bot 2011-10-14 23:50:35 PDT
All reviewed patches have been landed.  Closing bug.