[Webkit-unassigned] [Bug 45498] New: [FileSystem] Do not call EntriesCallback more than once if there're no entries.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 15:26:14 PDT 2010


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

           Summary: [FileSystem] Do not call EntriesCallback more than
                    once if there're no entries.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: jianli at chromium.org, dumi at chromium.org,
                    ericu at chromium.org


DirectoryReader.readDirectory should not call EntriesCallback twice if there're no entries.
Currently it wrongly calls the callback twice (one to return entries that is empty and the other one to indicate there's no more entries.)

http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#the-directoryreader-interface

-- 
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