Bug 69657 - [FileSystem API] restricted Unicode characters in names
Summary: [FileSystem API] restricted Unicode characters in names
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 12:53 PDT by Mark Pilgrim (Google)
Modified: 2011-10-14 23:50 PDT (History)
2 users (show)

See Also:


Attachments
Patch (7.50 KB, patch)
2011-10-07 12:54 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: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.