[Webkit-unassigned] [Bug 69664] New: [FileSystem API] Directories can not contain more than 5000 entries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 13:37:36 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69664

           Summary: [FileSystem API] Directories can not contain more than
                    5000 entries
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: ericu at chromium.org


According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#directories , "Directories must not be made to contain more than 5000 entries." This test creates 5000 files in the root directory, verifies that all 5000 files were successfully created, then attempts to create another file and logs the result.

Expected behavior: throw FileError.INVALID_MODIFICATION_ERR
Actual behavior: no exception, 5001st file is created

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list